pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/pdf-redact-tools pdf-redact-tools: convert to eg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34f5d91b8f36
branches:  trunk
changeset: 371389:34f5d91b8f36
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 07:50:49 2022 +0000

description:
pdf-redact-tools: convert to egg.mk

diffstat:

 print/pdf-redact-tools/Makefile |  6 +++---
 print/pdf-redact-tools/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 644ccea45c89 -r 34f5d91b8f36 print/pdf-redact-tools/Makefile
--- a/print/pdf-redact-tools/Makefile   Mon Jan 10 07:49:44 2022 +0000
+++ b/print/pdf-redact-tools/Makefile   Mon Jan 10 07:50:49 2022 +0000
@@ -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 @@
 USE_LANGUAGES= # none
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 644ccea45c89 -r 34f5d91b8f36 print/pdf-redact-tools/PLIST
--- a/print/pdf-redact-tools/PLIST      Mon Jan 10 07:49:44 2022 +0000
+++ b/print/pdf-redact-tools/PLIST      Mon Jan 10 07:50:49 2022 +0000
@@ -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