pkgsrc-WIP-changes archive

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

virtualjaguar: Switch from SVN to GIT



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

Modified Files:
	virtualjaguar/Makefile

Log Message:
virtualjaguar: Switch from SVN to GIT

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

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

diffstat:
 virtualjaguar/Makefile | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diffs:
diff --git a/virtualjaguar/Makefile b/virtualjaguar/Makefile
index b8df22c..9c6d2f7 100644
--- a/virtualjaguar/Makefile
+++ b/virtualjaguar/Makefile
@@ -4,7 +4,6 @@
 DISTNAME=		virtualjaguar-1.1.0
 CATEGORIES=		emulators
 MASTER_SITES=		http://www.xs4all.nl/~shalafi/
-EXTRACT_SUFX=		.tar.bz2
 
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=		http://sdlemu.ngemu.com/
@@ -17,11 +16,8 @@ USE_LANGUAGES=		c c++
 USE_TOOLS+=		gmake
 WRKSRC=			${WRKDIR}/virtualjaguar
 
-# Get it from Subversion repository:
-SVN_REPOSITORIES=		virtualjaguar
-SVN_ROOT.virtualjaguar=		https://shamusworld.gotdns.org/svn/virtualjaguar/trunk/
-SVN_MODULE.virtualjaguar=	virtualjaguar
-SVN_CERTS=			files/74ccc9063b5068b616abdcf0a1b04cec
+GIT_REPOSITORIES=		virtualjaguar
+GIT_REPO.virtualjaguar=		http://shamusworld.gotdns.org/git/virtualjaguar
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/vj ${DESTDIR}${PREFIX}/bin
@@ -31,5 +27,5 @@ do-install:
 
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../misc/libcdio/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