pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bzr-explorer



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

Modified Files:
        pkgsrc/devel/bzr-explorer: Makefile PLIST

Log Message:
bzr-explorer: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/bzr-explorer/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/bzr-explorer/PLIST

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

Modified files:

Index: pkgsrc/devel/bzr-explorer/Makefile
diff -u pkgsrc/devel/bzr-explorer/Makefile:1.24 pkgsrc/devel/bzr-explorer/Makefile:1.25
--- pkgsrc/devel/bzr-explorer/Makefile:1.24     Fri Dec  4 20:45:07 2020
+++ pkgsrc/devel/bzr-explorer/Makefile  Mon Jan 10 22:37:51 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2020/12/04 20:45:07 nia Exp $
+# $NetBSD: Makefile,v 1.25 2022/01/10 22:37:51 wiz Exp $
 
 DISTNAME=      bzr-explorer-${VER}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    devel
 MASTER_SITES=  https://launchpad.net/bzr-explorer/${VER:R}/${VER}/+download/
 VER=           1.2.2
@@ -21,5 +21,5 @@ PYTHON_VERSIONS_ACCEPTED=     27 # qbzr
 EGG_NAME=      ${DISTNAME:S/bzr-//}
 
 .include "../../devel/bzr/plugin.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/bzr-explorer/PLIST
diff -u pkgsrc/devel/bzr-explorer/PLIST:1.5 pkgsrc/devel/bzr-explorer/PLIST:1.6
--- pkgsrc/devel/bzr-explorer/PLIST:1.5 Sun Dec 21 08:15:03 2014
+++ pkgsrc/devel/bzr-explorer/PLIST     Mon Jan 10 22:37:51 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2014/12/21 08:15:03 obache Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/01/10 22:37:51 wiz Exp $
 ${PYSITELIB}/bzrlib/plugins/explorer/COPYING.txt
 ${PYSITELIB}/bzrlib/plugins/explorer/NEWS
 ${PYSITELIB}/bzrlib/plugins/explorer/README.txt
@@ -290,4 +290,3 @@ ${PYSITELIB}/bzrlib/plugins/explorer/wid
 ${PYSITELIB}/bzrlib/plugins/explorer/widgets/tab_widget.py
 ${PYSITELIB}/bzrlib/plugins/explorer/widgets/tab_widget.pyc
 ${PYSITELIB}/bzrlib/plugins/explorer/widgets/tab_widget.pyo
-${PYSITELIB}/${EGG_FILE}



Home | Main Index | Thread Index | Old Index