pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/stgit



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

Modified Files:
        pkgsrc/devel/stgit: Makefile PLIST

Log Message:
stgit: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/stgit/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/stgit/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/stgit/Makefile
diff -u pkgsrc/devel/stgit/Makefile:1.45 pkgsrc/devel/stgit/Makefile:1.46
--- pkgsrc/devel/stgit/Makefile:1.45    Mon May 24 19:52:03 2021
+++ pkgsrc/devel/stgit/Makefile Mon Jan 10 22:06:47 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2021/05/24 19:52:03 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2022/01/10 22:06:47 wiz Exp $
 
 DISTNAME=      stgit-0.17.1
-PKGREVISION=   17
+PKGREVISION=   18
 CATEGORIES=    devel
 MASTER_SITES=  http://download.gna.org/stgit/
 
@@ -44,5 +44,5 @@ post-install:
        ${INSTALL_DATA} *.html ${DESTDIR}/${PREFIX}/share/doc/${PKGBASE}/html
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/stgit/PLIST
diff -u pkgsrc/devel/stgit/PLIST:1.10 pkgsrc/devel/stgit/PLIST:1.11
--- pkgsrc/devel/stgit/PLIST:1.10       Fri Mar 18 23:13:26 2016
+++ pkgsrc/devel/stgit/PLIST    Mon Jan 10 22:06:47 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2016/03/18 23:13:26 sevan Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/01/10 22:06:47 wiz Exp $
 bin/stg
 bin/stg-cvs
 bin/stg-dispatch
@@ -11,7 +11,6 @@ bin/stg-show-old
 bin/stg-swallow
 bin/stg-unnew
 bin/stg-whatchanged
-${PYSITELIB}/${PKGNAME}_dirty-py2.7.egg-info
 ${PYSITELIB}/stgit/__init__.py
 ${PYSITELIB}/stgit/__init__.pyc
 ${PYSITELIB}/stgit/__init__.pyo



Home | Main Index | Thread Index | Old Index