pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/a2ps



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 13 15:07:30 UTC 2024

Modified Files:
        pkgsrc/print/a2ps: Makefile distinfo
Removed Files:
        pkgsrc/print/a2ps/patches: patch-config.h.in patch-lib_free.c

Log Message:
a2ps: remove patches that are no longer necessary with libpaper 2.2.5

and depend on that version.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/print/a2ps/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/a2ps/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/print/a2ps/patches/patch-config.h.in \
    pkgsrc/print/a2ps/patches/patch-lib_free.c

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

Modified files:

Index: pkgsrc/print/a2ps/Makefile
diff -u pkgsrc/print/a2ps/Makefile:1.106 pkgsrc/print/a2ps/Makefile:1.107
--- pkgsrc/print/a2ps/Makefile:1.106    Mon Aug 14 05:25:05 2023
+++ pkgsrc/print/a2ps/Makefile  Wed Mar 13 15:07:30 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.106 2023/08/14 05:25:05 wiz Exp $
+# $NetBSD: Makefile,v 1.107 2024/03/13 15:07:30 wiz Exp $
 
 DISTNAME=              a2ps-4.15.5
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            print
 MASTER_SITES=          ${MASTER_SITE_GNU:=a2ps/}
 
@@ -49,5 +49,6 @@ post-install:
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/boehm-gc/buildlink3.mk"
 .include "../../devel/gperf/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libpaper+=       libpaper>=2.2.5
 .include "../../print/libpaper/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/a2ps/distinfo
diff -u pkgsrc/print/a2ps/distinfo:1.27 pkgsrc/print/a2ps/distinfo:1.28
--- pkgsrc/print/a2ps/distinfo:1.27     Mon Jun 26 16:16:15 2023
+++ pkgsrc/print/a2ps/distinfo  Wed Mar 13 15:07:30 2024
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.27 2023/06/26 16:16:15 wiz Exp $
+$NetBSD: distinfo,v 1.28 2024/03/13 15:07:30 wiz Exp $
 
 BLAKE2s (a2ps-4.15.5.tar.gz) = 0b243a13caadb9247abcefaa4466c518785275384bd54fefead786422f165a06
 SHA512 (a2ps-4.15.5.tar.gz) = e9953659139a46aed46e190d5485382a9e396ae8bbbe59edb78ab3110e7839a764e3cb6ff94f5f36e6e91fcaf85f6352376e0b4a0e0141f24e098fa334b5015e
 Size (a2ps-4.15.5.tar.gz) = 3571724 bytes
-SHA1 (patch-config.h.in) = 3212c121b656f5f77ed713fc1eff93609ea12aaf
-SHA1 (patch-lib_free.c) = 1859b76b268d956e406ad076e821d9335f903685
 SHA1 (patch-src_a2ps-lpr-wrapper) = 948dd03c1fa15f127ec07cb0395e633ea4afb0b3



Home | Main Index | Thread Index | Old Index