pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/hellanzb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 18:18:22 UTC 2022

Modified Files:
        pkgsrc/news/hellanzb: Makefile PLIST

Log Message:
hellanzb: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/news/hellanzb/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/news/hellanzb/PLIST

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

Modified files:

Index: pkgsrc/news/hellanzb/Makefile
diff -u pkgsrc/news/hellanzb/Makefile:1.22 pkgsrc/news/hellanzb/Makefile:1.23
--- pkgsrc/news/hellanzb/Makefile:1.22  Fri Dec  4 20:45:36 2020
+++ pkgsrc/news/hellanzb/Makefile       Mon Jan 10 18:18:22 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2020/12/04 20:45:36 nia Exp $
+# $NetBSD: Makefile,v 1.23 2022/01/10 18:18:22 wiz Exp $
 #
 .include "../../news/hellanzb/Makefile.version"
 
 DISTNAME=              hellanzb-${HELLANZB_VERSION}.${HELLANZB_SVN_REV}
-PKGREVISION=           6
+PKGREVISION=           7
 CATEGORIES=            news
 MASTER_SITES=          ${MASTER_SITE_LOCAL}
 
@@ -42,5 +42,5 @@ post-install:
 
 EGG_NAME=      hellanzb-${HELLANZB_VERSION}_trunk
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/news/hellanzb/PLIST
diff -u pkgsrc/news/hellanzb/PLIST:1.4 pkgsrc/news/hellanzb/PLIST:1.5
--- pkgsrc/news/hellanzb/PLIST:1.4      Sun Apr  8 20:21:54 2012
+++ pkgsrc/news/hellanzb/PLIST  Mon Jan 10 18:18:22 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:54 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/01/10 18:18:22 wiz Exp $
 bin/hellanzb.py
 ${PYSITELIB}/Hellanzb/Core.py
 ${PYSITELIB}/Hellanzb/Core.pyc
@@ -90,6 +90,5 @@ ${PYSITELIB}/Hellanzb/external/elementtr
 ${PYSITELIB}/Hellanzb/external/elementtree/__init__.py
 ${PYSITELIB}/Hellanzb/external/elementtree/__init__.pyc
 ${PYSITELIB}/Hellanzb/external/elementtree/__init__.pyo
-${PYSITELIB}/${EGG_FILE}
 share/doc/hellanzb/README
 share/examples/hellanzb/hellanzb.conf



Home | Main Index | Thread Index | Old Index