pkgsrc-WIP-changes archive

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

trac-plugins-TimingAndEstimation: Switch to svn-package2.mk



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 19:11:31 2016 +0200
Changeset:	feda948546083b866510881f26fd69e4150a6162

Modified Files:
	trac-plugins-TimingAndEstimation/Makefile

Log Message:
trac-plugins-TimingAndEstimation: Switch to 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=feda948546083b866510881f26fd69e4150a6162

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

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

diffs:
diff --git a/trac-plugins-TimingAndEstimation/Makefile b/trac-plugins-TimingAndEstimation/Makefile
index 18cffa1..e8d3ae4 100644
--- a/trac-plugins-TimingAndEstimation/Makefile
+++ b/trac-plugins-TimingAndEstimation/Makefile
@@ -21,8 +21,8 @@ DEPENDS+=	trac>=0.12:../../www/trac
 PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 1.2.8/11739
 
 SVN_REPOSITORIES=	plugin
-SVN_ROOT.plugin=	https://trac-hacks.org/svn/timingandestimationplugin/branches/trac0.12
-SVN_TAG.plugin=		${SVNVERSION}
+SVN_REPO.plugin=	https://trac-hacks.org/svn/timingandestimationplugin/branches/trac0.12
+SVN_REVISION.plugin=		${SVNVERSION}
 
 NO_CHECKSUM=	yes
 
@@ -44,5 +44,5 @@ post-install:
 
 .include "../../lang/python/application.mk"
 .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