pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/stgit stgit: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ea6dbfecace
branches:  trunk
changeset: 371596:9ea6dbfecace
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 22:06:47 2022 +0000

description:
stgit: convert to egg.mk

diffstat:

 devel/stgit/Makefile |  6 +++---
 devel/stgit/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r cdf2270cddc2 -r 9ea6dbfecace devel/stgit/Makefile
--- a/devel/stgit/Makefile      Mon Jan 10 22:04:42 2022 +0000
+++ b/devel/stgit/Makefile      Mon Jan 10 22:06:47 2022 +0000
@@ -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 @@
        ${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"
diff -r cdf2270cddc2 -r 9ea6dbfecace devel/stgit/PLIST
--- a/devel/stgit/PLIST Mon Jan 10 22:04:42 2022 +0000
+++ b/devel/stgit/PLIST Mon Jan 10 22:06:47 2022 +0000
@@ -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-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