pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re2: Upstream switched from hg to GitHub
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun Sep 25 23:09:53 2016 +0200
Changeset: 784f644638db0355c975ec615197efeb169ad923
Modified Files:
re2/Makefile
Log Message:
re2: Upstream switched from hg to GitHub
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=784f644638db0355c975ec615197efeb169ad923
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
re2/Makefile | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diffs:
diff --git a/re2/Makefile b/re2/Makefile
index 1a26303..e02c382 100644
--- a/re2/Makefile
+++ b/re2/Makefile
@@ -3,10 +3,9 @@
DISTNAME= re2-0.99
PKGNAME= ${DISTNAME}
CATEGORIES= devel
-MASTER_SITES= http://code.google.com/p/re2/
MAINTAINER= asau%inbox.ru@localhost
-HOMEPAGE= http://code.google.com/p/re2/
+HOMEPAGE= https://github.com/google/re2
COMMENT= RE2 is a fast, safe, thread-friendly regular expressions library
LICENSE= modified-bsd
@@ -15,8 +14,8 @@ WRKSRC= ${WRKDIR}/${PKGBASE}
USE_LANGUAGES= c c++
USE_TOOLS= gmake
-HG_REPOSITORIES= re2
-HG_REPO.re2= https://re2.googlecode.com/hg
+GIT_REPOSITORIES= re2
+GIT_REPO.re2= git%github.com@localhost:google/re2.git
-.include "../../wip/mk/hg-package.mk"
+.include "../../wip/mk/git-package.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index