pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/pdf-redact-tools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 07:50:49 UTC 2022

Modified Files:
        pkgsrc/print/pdf-redact-tools: Makefile PLIST

Log Message:
pdf-redact-tools: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/pdf-redact-tools/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/pdf-redact-tools/PLIST

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

Modified files:

Index: pkgsrc/print/pdf-redact-tools/Makefile
diff -u pkgsrc/print/pdf-redact-tools/Makefile:1.5 pkgsrc/print/pdf-redact-tools/Makefile:1.6
--- pkgsrc/print/pdf-redact-tools/Makefile:1.5  Fri Dec  4 20:45:38 2020
+++ pkgsrc/print/pdf-redact-tools/Makefile      Mon Jan 10 07:50:49 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2020/12/04 20:45:38 nia Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/10 07:50:49 wiz Exp $
 
 DISTNAME=      pdf-redact-tools-0.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=firstlook/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -17,5 +17,5 @@ DEPENDS+=     p5-Image-ExifTool-[0-9]*:../..
 USE_LANGUAGES= # none
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/pdf-redact-tools/PLIST
diff -u pkgsrc/print/pdf-redact-tools/PLIST:1.1 pkgsrc/print/pdf-redact-tools/PLIST:1.2
--- pkgsrc/print/pdf-redact-tools/PLIST:1.1     Tue Jan 12 14:03:54 2016
+++ pkgsrc/print/pdf-redact-tools/PLIST Mon Jan 10 07:50:49 2022
@@ -1,3 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2016/01/12 14:03:54 leot Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 07:50:49 wiz Exp $
 bin/pdf-redact-tools
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt



Home | Main Index | Thread Index | Old Index