pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/bdftopcf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Oct 15 23:14:49 UTC 2022

Modified Files:
        pkgsrc/fonts/bdftopcf: Makefile distinfo

Log Message:
bdftopcf: update to 1.1.1.

Alan Coopersmith (16):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Adopt X.Org standard coding style (via x-indent-all.sh)
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      Variable scope reductions as recommended by cppcheck
      Delete functions identified as unused by cppcheck
      Make some functions static that aren't called from other files
      Remove redundant assignment
      Remove redundant null-pointer check
      Fix -Wsign-compare warnings
      Remove unnecessary cast of strlen result in malloc argument
      Remove weak symbol setup from Atom code
      bdftopcf 1.1.1

Matthieu Herrb (1):
      Depend on xproto and fsproto that are now used.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/fonts/bdftopcf/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/fonts/bdftopcf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/bdftopcf/Makefile
diff -u pkgsrc/fonts/bdftopcf/Makefile:1.15 pkgsrc/fonts/bdftopcf/Makefile:1.16
--- pkgsrc/fonts/bdftopcf/Makefile:1.15 Sat Jan 18 23:31:00 2020
+++ pkgsrc/fonts/bdftopcf/Makefile      Sat Oct 15 23:14:49 2022
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2020/01/18 23:31:00 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2022/10/15 23:14:49 wiz Exp $
 
-DISTNAME=              bdftopcf-1.1
-PKGREVISION=           1
+DISTNAME=              bdftopcf-1.1.1
 CATEGORIES=            fonts
-MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=          .tar.bz2
+MASTER_SITES=          https://xorg.freedesktop.org/archive/individual/util/
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            joerg%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/

Index: pkgsrc/fonts/bdftopcf/distinfo
diff -u pkgsrc/fonts/bdftopcf/distinfo:1.10 pkgsrc/fonts/bdftopcf/distinfo:1.11
--- pkgsrc/fonts/bdftopcf/distinfo:1.10 Tue Oct 26 10:27:03 2021
+++ pkgsrc/fonts/bdftopcf/distinfo      Sat Oct 15 23:14:49 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:27:03 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/10/15 23:14:49 wiz Exp $
 
-BLAKE2s (bdftopcf-1.1.tar.bz2) = cc944e95eee03815dcb5ea7ec4130a446bb8c67d617231f48a77b4c8669167c5
-SHA512 (bdftopcf-1.1.tar.bz2) = 7b790e8d512ca2812ac889c156ef91c48798b4744a6857e5b17e0128764b5afa8c5426fe5de05a9819d64745116718db4221b3e657e3c2633465e87179c44bec
-Size (bdftopcf-1.1.tar.bz2) = 150815 bytes
+BLAKE2s (bdftopcf-1.1.1.tar.xz) = 721a8b4568c440bf38437b4f9fbf4d768b8ef8568c475cae43d5950ba238f651
+SHA512 (bdftopcf-1.1.1.tar.xz) = 257dc9ae29f2cf1496aad91ccba534348d87f881d75431aa6611a8154cb817d17588c464ab6c6c6bc51e6060baa8dcfcb9fd8c037cdaea8d18287651fa6b7ea9
+Size (bdftopcf-1.1.1.tar.xz) = 142716 bytes



Home | Main Index | Thread Index | Old Index