pkgsrc-WIP-changes archive

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

coreclr-git: Switch to https://github.com to fetch sources without key



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Dec 5 16:04:47 2015 +0100
Changeset:	1343a4564b3acf27fe24c512ade1748b4f18b3e7

Modified Files:
	coreclr-git/Makefile

Log Message:
coreclr-git: Switch to https://github.com to fetch sources without key

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

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

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

diffs:
diff --git a/coreclr-git/Makefile b/coreclr-git/Makefile
index 6f07881..27f6f07 100644
--- a/coreclr-git/Makefile
+++ b/coreclr-git/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.3 2015/04/25 10:01:54 krytarowski Exp $
 
 GIT_REPOSITORIES=	coreclr
-GIT_REPO.coreclr=	git%github.com@localhost:dotnet/coreclr.git
+GIT_REPO.coreclr=	https://github.com/dotnet/coreclr.git
 
 DISTNAME=	coreclr
 PKGNAME=	coreclr-0.0.0


Home | Main Index | Thread Index | Old Index