pkgsrc-WIP-changes archive

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

electricsheep-svn: Switch to git



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

Modified Files:
	electricsheep-svn/Makefile

Log Message:
electricsheep-svn: Switch to git

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

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

diffstat:
 electricsheep-svn/Makefile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diffs:
diff --git a/electricsheep-svn/Makefile b/electricsheep-svn/Makefile
index 0d15330..80fafa4 100644
--- a/electricsheep-svn/Makefile
+++ b/electricsheep-svn/Makefile
@@ -21,10 +21,9 @@ USE_X11BASE=		YES
 GNU_CONFIGURE=		YES
 USE_TOOLS+=		pkg-config gmake
 
-SVN_REPOSITORIES=	client
-SVN_ROOT.client=	http://svn.code.sf.net/p/electricsheep/code/trunk/client
-			# OLD! Should now be 
-			# Our SVN is now hosted by Google: http://code.google.com/p/electricsheep/source/checkout
+GIT_REPOSITORIES=	client
+GIT_REPO.client=	git%github.com@localhost:scottdraves/electricsheep.git
+
 WRKSRC=			${WRKDIR}/client
 
 SHARE_DIR=		${DESTDIR}/${PREFIX}/share/electricsheep
@@ -48,5 +47,5 @@ do-install:
 .include "../../devel/libglade/buildlink3.mk"
 #.include "../../devel/libgnomeui/buildlink3.mk"
 .include "../../wip/flam3-svn/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