pkgsrc-WIP-changes archive

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

rpki-svn: Switch to GitHub



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

Modified Files:
	rpki-svn/Makefile

Log Message:
rpki-svn: Switch to GitHub

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

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

diffstat:
 rpki-svn/Makefile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diffs:
diff --git a/rpki-svn/Makefile b/rpki-svn/Makefile
index 75c39bb..2c6d04d 100644
--- a/rpki-svn/Makefile
+++ b/rpki-svn/Makefile
@@ -9,10 +9,8 @@ HOMEPAGE=	http://rpki.net/
 COMMENT=	RPKI package collection
 LICENSE=	original-bsd
 
-SVN_REPOSITORIES=	rpki
-SVN_ROOT.rpki=		http://subvert-rpki.hactrn.net/
-SVN_MODULE.rpki=	rpki
-NO_CHECKSUM=		yes
+GIT_REPOSITORIES=	rpki
+GIT_REPO.rpki=		git%github.com@localhost:dragonresearch/rpki.net.git
 
 DEPENDS+=	${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
 
@@ -32,5 +30,5 @@ INSTALLATION_DIRS=	bin
 .include "../../lang/perl5/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../security/openssl/buildlink3.mk"
-.include "../../wip/mk/svn-package.mk"
+.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index