pkgsrc-WIP-changes archive

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

trac-plugins-MasterTickets: adapt to new upstream revision



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%ir.bbn.com@localhost>
Pushed By:	gdt
Date:		Tue Dec 20 08:33:05 2016 -0500
Changeset:	f5addd636bdf46670617f125f398d58f15dd7693

Modified Files:
	trac-plugins-MasterTickets-svn/Makefile
	trac-plugins-MasterTickets-svn/PLIST

Log Message:
trac-plugins-MasterTickets: adapt to new upstream revision

Upstream's egg directory has changed, and there is one new python file
and a requires.txt in the egg info.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f5addd636bdf46670617f125f398d58f15dd7693

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

diffstat:
 trac-plugins-MasterTickets-svn/Makefile | 2 +-
 trac-plugins-MasterTickets-svn/PLIST    | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/trac-plugins-MasterTickets-svn/Makefile b/trac-plugins-MasterTickets-svn/Makefile
index b201e9b..1d02460 100644
--- a/trac-plugins-MasterTickets-svn/Makefile
+++ b/trac-plugins-MasterTickets-svn/Makefile
@@ -27,7 +27,7 @@ SVN_REPO.mastertickets=		https://trac-hacks.org/svn/masterticketsplugin/trunk
 SVN_TAG.mastertickets=		14695
 
 # TODO: do this more cleanly
-EGG_INFODIR=		TracMasterTickets-4.0.0dev_r0-py2.7.egg-info
+EGG_INFODIR=		TracMasterTickets-4.0.0.dev0-py2.7.egg-info
 
 NO_CHECKSUM=	yes
 
diff --git a/trac-plugins-MasterTickets-svn/PLIST b/trac-plugins-MasterTickets-svn/PLIST
index 620158b..886ad74 100644
--- a/trac-plugins-MasterTickets-svn/PLIST
+++ b/trac-plugins-MasterTickets-svn/PLIST
@@ -3,6 +3,7 @@ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/mastertickets/__init__.py
 ${PYSITELIB}/mastertickets/__init__.pyc
@@ -10,6 +11,9 @@ ${PYSITELIB}/mastertickets/__init__.pyo
 ${PYSITELIB}/mastertickets/api.py
 ${PYSITELIB}/mastertickets/api.pyc
 ${PYSITELIB}/mastertickets/api.pyo
+${PYSITELIB}/mastertickets/compat.py
+${PYSITELIB}/mastertickets/compat.pyc
+${PYSITELIB}/mastertickets/compat.pyo
 ${PYSITELIB}/mastertickets/db_default.py
 ${PYSITELIB}/mastertickets/db_default.pyc
 ${PYSITELIB}/mastertickets/db_default.pyo


Home | Main Index | Thread Index | Old Index