pkgsrc-WIP-changes archive

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

trac-plugins-RoadmapHours: Use svn-package2.mk



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 18:44:25 2016 +0200
Changeset:	2a2476802a5a8ba3676659dd0379d5395e67527d

Modified Files:
	trac-plugins-RoadmapHours/Makefile

Log Message:
trac-plugins-RoadmapHours: Use svn-package2.mk

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

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

diffstat:
 trac-plugins-RoadmapHours/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/trac-plugins-RoadmapHours/Makefile b/trac-plugins-RoadmapHours/Makefile
index cdb7235..dc0737c 100644
--- a/trac-plugins-RoadmapHours/Makefile
+++ b/trac-plugins-RoadmapHours/Makefile
@@ -22,8 +22,8 @@ DEPENDS+=	trac-plugins-TimingAndEstimation>=0.7.6:../../wip/trac-plugins-TimingA
 PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # trac-plugins-TimingAndEstimation
 
 SVN_REPOSITORIES=	plugin
-SVN_ROOT.plugin=	https://trac-hacks.org/svn/roadmaphoursplugin/0.11
-SVN_TAG.plugin=		${SVNVERSION}
+SVN_REPO.plugin=	https://trac-hacks.org/svn/roadmaphoursplugin/0.11
+SVN_REVISION.plugin=	${SVNVERSION}
 
 NO_CHECKSUM=	yes
 
@@ -35,5 +35,5 @@ post-extract:
 	find ${WRKSRC} -type d -name .svn -print | xargs rm -r
 
 .include "../../lang/python/egg.mk"
-.include "../../wip/mk/svn-package.mk"
+.include "../../wip/mk/svn-package2.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index