pkgsrc-WIP-changes archive

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

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



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed May 4 13:18:08 2016 +0200
Changeset:	bed2c1783399a9687b414731a08f408534dce0c0

Modified Files:
	clang-git/Makefile.common

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

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

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

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

diffs:
diff --git a/clang-git/Makefile.common b/clang-git/Makefile.common
index 67fc27a..786d9e3 100644
--- a/clang-git/Makefile.common
+++ b/clang-git/Makefile.common
@@ -5,7 +5,7 @@
 CATEGORIES=	lang devel
 
 GIT_REPOSITORIES=	clang
-GIT_REPO.clang=		https://github.com/llvm-mirror/clang.git
+GIT_REPO.clang=		git://github.com/llvm-mirror/clang.git
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://clang.llvm.org/


Home | Main Index | Thread Index | Old Index