Module Name: pkgsrc-wip Committed By: Thomas Klausner <wiz%NetBSD.org@localhost> Pushed By: wiz Date: Tue Sep 22 16:48:11 2015 +0200 Changeset: a0e9e5ba5386c3eae9687ba6b2c5e60978acb3b0 Modified Files: lldb-git/Makefile.common Log Message: lldb-git: fix URLs for github checkout To see a diff of this commit: https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a0e9e5ba5386c3eae9687ba6b2c5e60978acb3b0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. diffstat: lldb-git/Makefile.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diffs: diff --git a/lldb-git/Makefile.common b/lldb-git/Makefile.common index 92b2997..0f07129 100644 --- a/lldb-git/Makefile.common +++ b/lldb-git/Makefile.common @@ -10,9 +10,9 @@ PKGNAME= lldb-0.0.0 CATEGORIES= lang GIT_REPOSITORIES= llvm lldb clang -GIT_REPO.llvm= git%github.com@localhost:llvm-mirror/llvm.git -GIT_REPO.clang= git%github.com@localhost:llvm-mirror/clang.git -GIT_REPO.lldb= git%github.com@localhost:llvm-mirror/lldb.git +GIT_REPO.llvm= git://github.com/llvm-mirror/llvm.git +GIT_REPO.clang= git://github.com/llvm-mirror/clang.git +GIT_REPO.lldb= git://github.com/llvm-mirror/lldb.git MAINTAINER= adam.hoka%gmail.com@localhost HOMEPAGE= http://llvm.org/