pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/qpdf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 12 14:38:23 UTC 2023

Modified Files:
        pkgsrc/print/qpdf: Makefile

Log Message:
qpdf: remove PCRE dependency

Not used by the code since 2017.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/print/qpdf/Makefile

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

Modified files:

Index: pkgsrc/print/qpdf/Makefile
diff -u pkgsrc/print/qpdf/Makefile:1.50 pkgsrc/print/qpdf/Makefile:1.51
--- pkgsrc/print/qpdf/Makefile:1.50     Tue Jun 28 11:35:31 2022
+++ pkgsrc/print/qpdf/Makefile  Wed Apr 12 14:38:23 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2022/06/28 11:35:31 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2023/04/12 14:38:23 wiz Exp $
 
 DISTNAME=      qpdf-10.6.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qpdf/}
 
@@ -17,7 +17,6 @@ GNU_CONFIGURE=                yes
 PKGCONFIG_OVERRIDE+=   libqpdf.pc.in
 
 .include "../../mk/jpeg.buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index