pkgsrc-WIP-changes archive

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

meka-git: use git:// protocol like usual



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Jan 9 08:17:18 2017 +0100
Changeset:	6d1410fda6b3ac5537a0b9f1ae20af2d8cfd303c

Modified Files:
	meka-git/Makefile

Log Message:
meka-git: use git:// protocol like usual

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

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

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

diffs:
diff --git a/meka-git/Makefile b/meka-git/Makefile
index e98f9f4..2129891 100644
--- a/meka-git/Makefile
+++ b/meka-git/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS+=	nasm>=2.0:../../devel/nasm
 BUILD_TARGET=	exe
 
 GIT_REPOSITORIES=	meka
-GIT_REPO.meka=	https://github.com/ocornut/meka
+GIT_REPO.meka=	git://github.com/ocornut/meka
 
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	pkg-config gmake


Home | Main Index | Thread Index | Old Index