pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/loggerhead



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  9 15:44:27 UTC 2022

Modified Files:
        pkgsrc/www/loggerhead: Makefile PLIST

Log Message:
loggerhead: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/loggerhead/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/loggerhead/PLIST

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

Modified files:

Index: pkgsrc/www/loggerhead/Makefile
diff -u pkgsrc/www/loggerhead/Makefile:1.23 pkgsrc/www/loggerhead/Makefile:1.24
--- pkgsrc/www/loggerhead/Makefile:1.23 Fri Dec  4 20:45:48 2020
+++ pkgsrc/www/loggerhead/Makefile      Sun Jan  9 15:44:27 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2020/12/04 20:45:48 nia Exp $
+# $NetBSD: Makefile,v 1.24 2022/01/09 15:44:27 wiz Exp $
 
 DISTNAME=      loggerhead-${VER}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    www scm
 MASTER_SITES=  http://launchpad.net/loggerhead/1.18/${VER}/+download/
 VER=           1.18.1
@@ -21,5 +21,7 @@ DEPENDS+=     ${PYPKGPREFIX}-SimpleTAL>=4.1:
 
 PYTHON_VERSIONS_ACCEPTED=      27 # py-simpletal
 
-.include "../../lang/python/distutils.mk"
+USE_PKG_RESOURCES=     yes
+
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/loggerhead/PLIST
diff -u pkgsrc/www/loggerhead/PLIST:1.6 pkgsrc/www/loggerhead/PLIST:1.7
--- pkgsrc/www/loggerhead/PLIST:1.6     Sun Apr  8 20:21:58 2012
+++ pkgsrc/www/loggerhead/PLIST Sun Jan  9 15:44:27 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:58 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/01/09 15:44:27 wiz Exp $
 bin/serve-branches
 bin/start-loggerhead
 bin/stop-loggerhead
@@ -8,7 +8,6 @@ ${PYSITELIB}/bzrlib/plugins/loggerhead/_
 ${PYSITELIB}/bzrlib/plugins/loggerhead/info.py
 ${PYSITELIB}/bzrlib/plugins/loggerhead/info.pyc
 ${PYSITELIB}/bzrlib/plugins/loggerhead/info.pyo
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/loggerhead/__init__.py
 ${PYSITELIB}/loggerhead/__init__.pyc
 ${PYSITELIB}/loggerhead/__init__.pyo



Home | Main Index | Thread Index | Old Index