pkgsrc-WIP-changes archive

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

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



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 16:28:42 2016 +0200
Changeset:	a83243a7c40ea6f1fb39068ec98892311de6afdf

Modified Files:
	trac-plugins-spamfilter/Makefile

Log Message:
trac-plugins-spamfilter: 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=a83243a7c40ea6f1fb39068ec98892311de6afdf

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

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

diffs:
diff --git a/trac-plugins-spamfilter/Makefile b/trac-plugins-spamfilter/Makefile
index 2c47692..1cbe066 100644
--- a/trac-plugins-spamfilter/Makefile
+++ b/trac-plugins-spamfilter/Makefile
@@ -17,8 +17,8 @@ DEPENDS+=	${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
 PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 0.3.2dev/9935
 
 SVN_REPOSITORIES=	spamfilter
-SVN_ROOT.spamfilter=	http://svn.edgewall.org/repos/trac/plugins/0.12/spam-filter-captcha
-SVN_TAG.spamfilter=	${SVNREV}
+SVN_REPO.spamfilter=	https://svn.edgewall.org/repos/trac/plugins/0.12/spam-filter-captcha
+SVN_REVISION.spamfilter=${SVNREV}
 
 NO_CHECKSUM=	yes
 
@@ -30,5 +30,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