pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/bdftopcf bdftopcf: update to 1.1.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad01fcc598f6
branches: trunk
changeset: 386849:ad01fcc598f6
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Oct 15 23:14:49 2022 +0000
description:
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.
diffstat:
fonts/bdftopcf/Makefile | 9 ++++-----
fonts/bdftopcf/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 9 deletions(-)
diffs (31 lines):
diff -r ea3fb9edc182 -r ad01fcc598f6 fonts/bdftopcf/Makefile
--- a/fonts/bdftopcf/Makefile Sat Oct 15 23:13:28 2022 +0000
+++ b/fonts/bdftopcf/Makefile Sat Oct 15 23:14:49 2022 +0000
@@ -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/
diff -r ea3fb9edc182 -r ad01fcc598f6 fonts/bdftopcf/distinfo
--- a/fonts/bdftopcf/distinfo Sat Oct 15 23:13:28 2022 +0000
+++ b/fonts/bdftopcf/distinfo Sat Oct 15 23:14:49 2022 +0000
@@ -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