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:           Tue Mar 29 20:07:41 UTC 2022

Modified Files:
        pkgsrc/devel/stgit: Makefile PLIST

Log Message:
stgit: fix PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/stgit/Makefile
cvs rdiff -u -r1.11 -r1.12 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.46 pkgsrc/devel/stgit/Makefile:1.47
--- pkgsrc/devel/stgit/Makefile:1.46    Mon Jan 10 22:06:47 2022
+++ pkgsrc/devel/stgit/Makefile Tue Mar 29 20:07:41 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2022/01/10 22:06:47 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2022/03/29 20:07:41 wiz Exp $
 
 DISTNAME=      stgit-0.17.1
 PKGREVISION=   18
@@ -15,6 +15,7 @@ BUILD_DEPENDS+=       docbook-xsl>=1.72:../../
 BUILD_DEPENDS+=        xmlto-[0-9]*:../../textproc/xmlto
 DEPENDS+=      git-base>=1.5.2:../../devel/git-base
 
+EGG_NAME=      ${DISTNAME}_dirty
 AUTO_MKDIRS=   yes
 USE_TOOLS+=    bash:run perl gmake
 USE_LANGUAGES= #none

Index: pkgsrc/devel/stgit/PLIST
diff -u pkgsrc/devel/stgit/PLIST:1.11 pkgsrc/devel/stgit/PLIST:1.12
--- pkgsrc/devel/stgit/PLIST:1.11       Mon Jan 10 22:06:47 2022
+++ pkgsrc/devel/stgit/PLIST    Tue Mar 29 20:07:41 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2022/01/10 22:06:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2022/03/29 20:07:41 wiz Exp $
 bin/stg
 bin/stg-cvs
 bin/stg-dispatch
@@ -11,6 +11,7 @@ bin/stg-show-old
 bin/stg-swallow
 bin/stg-unnew
 bin/stg-whatchanged
+${PYSITELIB}/${EGG_INFODIR}
 ${PYSITELIB}/stgit/__init__.py
 ${PYSITELIB}/stgit/__init__.pyc
 ${PYSITELIB}/stgit/__init__.pyo



Home | Main Index | Thread Index | Old Index