pkgsrc-WIP-changes archive

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

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



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 18:37:54 2016 +0200
Changeset:	46858c0b0488053ada5057f38d39e8aace80abfd

Modified Files:
	trac-plugins-GraphViz/Makefile

Log Message:
trac-plugins-GraphViz: 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=46858c0b0488053ada5057f38d39e8aace80abfd

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

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

diffs:
diff --git a/trac-plugins-GraphViz/Makefile b/trac-plugins-GraphViz/Makefile
index 81ffa7f..b9a0aa0 100644
--- a/trac-plugins-GraphViz/Makefile
+++ b/trac-plugins-GraphViz/Makefile
@@ -19,8 +19,8 @@ DEPENDS+=	trac>=0.11:../../www/trac
 EGG_NAME=	graphviz-${UPSTREAM_VERSION}dev_r0
 
 SVN_REPOSITORIES=	graphviz
-SVN_ROOT.graphviz=	https://trac-hacks.org/svn/graphvizplugin/trunk
-SVN_TAG.graphviz=	${SVNVERSION}
+SVN_REPO.graphviz=	https://trac-hacks.org/svn/graphvizplugin/trunk
+SVN_REVISION.graphviz=	${SVNVERSION}
 
 PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 13275/0.7.7
 
@@ -35,5 +35,5 @@ post-extract:
 
 .include "../../graphics/graphviz/buildlink3.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