pkgsrc-WIP-changes archive

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

ukncbtl: 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:12:00 2016 +0200
Changeset:	cd30b55c9e1e296a2455268f222231f2c548da32

Modified Files:
	ukncbtl/Makefile

Log Message:
ukncbtl: 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=cd30b55c9e1e296a2455268f222231f2c548da32

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

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

diffs:
diff --git a/ukncbtl/Makefile b/ukncbtl/Makefile
index 3e1723d..2ff9ecd 100644
--- a/ukncbtl/Makefile
+++ b/ukncbtl/Makefile
@@ -10,9 +10,8 @@ HOMEPAGE=	http://code.google.com/p/ukncbtl/
 COMMENT=	Emulator of 'UKNC', a Soviet school computer
 LICENSE=	gnu-lgpl-v3
 
-NO_CHECKSUM=	yes
-SVN_REPOSITORIES=	ukncbtl-read-only
-SVN_ROOT.ukncbtl-read-only=	http://ukncbtl.googlecode.com/svn/trunk/
+GIT_REPOSITORIES=	ukncbtl-read-only
+GIT_REPO.ukncbtl-read-only=	git%github.com@localhost:nzeemin/ukncbtl.git
 
 WRKSRC=		${WRKDIR}/ukncbtl-read-only/src/UKNCBTL.Qt
 
@@ -30,5 +29,5 @@ do-install:
 
 .include "../../x11/qt4-libs/buildlink3.mk"
 .include "../../x11/qt4-tools/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