pkgsrc-WIP-changes archive

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

gforth: Switch from CVS to git



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Sep 21 21:38:12 2016 +0200
Changeset:	8dea635007deb53bb2c1c05716aacc1c90a7a126

Modified Files:
	gforth/Makefile

Log Message:
gforth: Switch from CVS to git

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

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

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

diffs:
diff --git a/gforth/Makefile b/gforth/Makefile
index 10597ed..6c18cb9 100644
--- a/gforth/Makefile
+++ b/gforth/Makefile
@@ -3,15 +3,13 @@
 DISTNAME=	gforth-0.7.99
 PKGNAME=	gforth-0.7.99 # needed because of cvs-package.mk
 CATEGORIES=	lang
-MASTER_SITES=	${MASTER_SITE_GNU:=gforth/} \
-		http://www.complang.tuwien.ac.at/forth/gforth/
 
 MAINTAINER=	asau%inbox.ru@localhost
 HOMEPAGE=	http://www.complang.tuwien.ac.at/forth/gforth/
 COMMENT=	Fast interpreter for the Forth language
 
-CVS_REPOSITORIES=	gforth
-CVS_ROOT.gforth=	:pserver:anonymous:@c1.complang.tuwien.ac.at:/nfs/unsafe/cvs-repository/src-master
+GIT_REPOSITORIES=	gforth
+GIT_REPO.gforth=	git://git.savannah.gnu.org/gforth.git
 
 GNU_CONFIGURE=		yes
 INFO_FILES=		yes
@@ -55,5 +53,5 @@ pre-configure:
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../devel/ffcall/buildlink3.mk"
 
-.include "../../wip/mk/cvs-package.mk"
+.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index