pkgsrc-WIP-changes archive

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

FLIF-git: use git:// for repository URL



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Mar 17 11:25:50 2016 +0100
Changeset:	0fe435d441ce03ccec6a6d7fe5a4f2bbb159791d

Modified Files:
	FLIF-git/Makefile

Log Message:
FLIF-git: use git:// for repository URL

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

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

diffstat:
 FLIF-git/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/FLIF-git/Makefile b/FLIF-git/Makefile
index 5a5e413..f51c760 100644
--- a/FLIF-git/Makefile
+++ b/FLIF-git/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GITHUB:=FLIF-hub/}
 
 GIT_REPOSITORIES=	flif
-GIT_REPO.flif=		https://github.com/FLIF-hub/flif.git
+GIT_REPO.flif=		git://github.com/FLIF-hub/flif.git
 WRKSRC=			${WRKDIR}/flif
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index