diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-03-19 16:44:57 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-03-19 16:44:57 +0000 |
commit | 5b5a90256d9755a00d1a5d92efd4d47f9d247b15 (patch) | |
tree | 333dad5fd09a8658c4b53e58bbde008b7586e472 /devel | |
parent | 82e24a82be1bc65636fc7844107ef13afcddd862 (diff) |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=381618
Diffstat (limited to 'devel')
-rw-r--r-- | devel/caf/Makefile | 2 | ||||
-rw-r--r-- | devel/chruby/Makefile | 2 | ||||
-rw-r--r-- | devel/gitolite/Makefile | 2 | ||||
-rw-r--r-- | devel/gitolite2/Makefile | 2 | ||||
-rw-r--r-- | devel/go-flags/Makefile | 2 | ||||
-rw-r--r-- | devel/go-json-rest/Makefile | 2 | ||||
-rw-r--r-- | devel/go-raw/Makefile | 2 | ||||
-rw-r--r-- | devel/go-runewidth/Makefile | 2 | ||||
-rw-r--r-- | devel/go-slices/Makefile | 2 | ||||
-rw-r--r-- | devel/go-sql-driver/Makefile | 2 | ||||
-rw-r--r-- | devel/go-termbox/Makefile | 2 | ||||
-rw-r--r-- | devel/jna/Makefile | 2 | ||||
-rw-r--r-- | devel/leiningen/Makefile | 2 | ||||
-rw-r--r-- | devel/libcfu/Makefile | 2 | ||||
-rw-r--r-- | devel/libdouble-conversion/Makefile | 2 | ||||
-rw-r--r-- | devel/libfortuna/Makefile | 2 | ||||
-rw-r--r-- | devel/libtpl/Makefile | 2 | ||||
-rw-r--r-- | devel/meck/Makefile | 2 | ||||
-rw-r--r-- | devel/mongo-c-driver/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-lacaml/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-opam/Makefile | 2 | ||||
-rw-r--r-- | devel/py-cclib/Makefile | 2 | ||||
-rw-r--r-- | devel/pymacs/Makefile | 2 | ||||
-rw-r--r-- | devel/qross/Makefile | 2 | ||||
-rw-r--r-- | devel/rbenv/Makefile | 2 | ||||
-rw-r--r-- | devel/sigar/Makefile | 2 | ||||
-rw-r--r-- | devel/uthash/Makefile | 2 |
27 files changed, 27 insertions, 27 deletions
diff --git a/devel/caf/Makefile b/devel/caf/Makefile index db7a60b02a7f..4215db4a7626 100644 --- a/devel/caf/Makefile +++ b/devel/caf/Makefile @@ -4,7 +4,7 @@ PORTNAME= actor-framework PORTVERSION= 0.13 CATEGORIES= devel -MASTER_SITES= GH +MASTER_SITES= GHL MAINTAINER= vallentin@icir.org COMMENT= C++ actor framework diff --git a/devel/chruby/Makefile b/devel/chruby/Makefile index 54062c3345a9..b603d915ee8f 100644 --- a/devel/chruby/Makefile +++ b/devel/chruby/Makefile @@ -4,7 +4,7 @@ PORTNAME= chruby PORTVERSION= 0.3.8 CATEGORIES= devel ruby -MASTER_SITES= GH +MASTER_SITES= GHL MAINTAINER= ross@rosstimson.com COMMENT= Changes the current Ruby diff --git a/devel/gitolite/Makefile b/devel/gitolite/Makefile index 83492abd11a2..95e8cc294e5a 100644 --- a/devel/gitolite/Makefile +++ b/devel/gitolite/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 3.6.1 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= GH \ +MASTER_SITES= GHL \ LOCAL/milki \ LOCAL/tdb DISTNAME= g-${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-${GH_COMMIT} diff --git a/devel/gitolite2/Makefile b/devel/gitolite2/Makefile index 7d438b0ecff3..031b59ed208e 100644 --- a/devel/gitolite2/Makefile +++ b/devel/gitolite2/Makefile @@ -4,7 +4,7 @@ PORTNAME= gitolite PORTVERSION= 2.3.1 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= GH \ +MASTER_SITES= GHL \ LOCAL/milki \ LOCAL/tdb PKGNAMESUFFIX= 2 diff --git a/devel/go-flags/Makefile b/devel/go-flags/Makefile index 2836bfa149ab..a693489b62bd 100644 --- a/devel/go-flags/Makefile +++ b/devel/go-flags/Makefile @@ -4,7 +4,7 @@ PORTNAME= flags PORTVERSION= 1.0.0.20140623 CATEGORIES= devel -MASTER_SITES= GH GHC +MASTER_SITES= GHL PKGNAMEPREFIX= go- MAINTAINER= knu@FreeBSD.org diff --git a/devel/go-json-rest/Makefile b/devel/go-json-rest/Makefile index cb438270790d..4afd04d3004a 100644 --- a/devel/go-json-rest/Makefile +++ b/devel/go-json-rest/Makefile @@ -5,7 +5,7 @@ PORTNAME= go-json-rest PORTVERSION= 1.0.0 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= GH GHC \ +MASTER_SITES= GHL \ http://mirrors.rit.edu/zi/ MAINTAINER= lattera@gmail.com diff --git a/devel/go-raw/Makefile b/devel/go-raw/Makefile index 2266a111f83b..90dcd6f71c7a 100644 --- a/devel/go-raw/Makefile +++ b/devel/go-raw/Makefile @@ -3,7 +3,7 @@ PORTNAME= raw PORTVERSION= 0.0.0.20130328 CATEGORIES= devel -MASTER_SITES= GH GHC +MASTER_SITES= GHL PKGNAMEPREFIX= go- MAINTAINER= kuriyama@FreeBSD.org diff --git a/devel/go-runewidth/Makefile b/devel/go-runewidth/Makefile index 43b31fa434c3..6fc2a34114bd 100644 --- a/devel/go-runewidth/Makefile +++ b/devel/go-runewidth/Makefile @@ -4,7 +4,7 @@ PORTNAME= runewidth PORTVERSION= 0.0.0.20140715 CATEGORIES= devel -MASTER_SITES= GH GHC +MASTER_SITES= GHL PKGNAMEPREFIX= go- MAINTAINER= knu@FreeBSD.org diff --git a/devel/go-slices/Makefile b/devel/go-slices/Makefile index d5dde701a80a..6361b5f8d6de 100644 --- a/devel/go-slices/Makefile +++ b/devel/go-slices/Makefile @@ -3,7 +3,7 @@ PORTNAME= slices PORTVERSION= 0.0.0.20130325 CATEGORIES= devel -MASTER_SITES= GH GHC +MASTER_SITES= GHL PKGNAMEPREFIX= go- MAINTAINER= kuriyama@FreeBSD.org diff --git a/devel/go-sql-driver/Makefile b/devel/go-sql-driver/Makefile index 5e3ac01d57c4..7a3ad864dc9e 100644 --- a/devel/go-sql-driver/Makefile +++ b/devel/go-sql-driver/Makefile @@ -4,7 +4,7 @@ PORTNAME= go-sql-driver PORTVERSION= 1.1 CATEGORIES= devel -MASTER_SITES= GH GHC \ +MASTER_SITES= GHL \ http://mirrors.rit.edu/zi/ MAINTAINER= lattera@gmail.com diff --git a/devel/go-termbox/Makefile b/devel/go-termbox/Makefile index 96a258c64f24..eee2c78dcdad 100644 --- a/devel/go-termbox/Makefile +++ b/devel/go-termbox/Makefile @@ -4,7 +4,7 @@ PORTNAME= termbox PORTVERSION= 0.0.0.20140715 CATEGORIES= devel -MASTER_SITES= GH GHC +MASTER_SITES= GHL PKGNAMEPREFIX= go- MAINTAINER= knu@FreeBSD.org diff --git a/devel/jna/Makefile b/devel/jna/Makefile index 2254fc01a067..f7c7c6736aa8 100644 --- a/devel/jna/Makefile +++ b/devel/jna/Makefile @@ -3,7 +3,7 @@ PORTNAME= jna PORTVERSION= 4.1.0 CATEGORIES= devel java -MASTER_SITES= GH +MASTER_SITES= GHL MAINTAINER= olgeni@FreeBSD.org COMMENT= Java access to native shared libraries diff --git a/devel/leiningen/Makefile b/devel/leiningen/Makefile index 8346d048cd0f..0eccd1f2c75e 100644 --- a/devel/leiningen/Makefile +++ b/devel/leiningen/Makefile @@ -3,7 +3,7 @@ PORTNAME= leiningen PORTVERSION= 2.5.1 CATEGORIES= devel lisp java -MASTER_SITES= GITHUB:source1 \ +MASTER_SITES= GITHUB_LEGACY:source1 \ https://github.com/technomancy/leiningen/releases/download/${PORTVERSION}/:source2 DISTFILES= leiningen-${PORTVERSION}.tar.gz:source1 \ leiningen-${PORTVERSION}-standalone.zip:source2 diff --git a/devel/libcfu/Makefile b/devel/libcfu/Makefile index 6495a135db58..0151c2d408a3 100644 --- a/devel/libcfu/Makefile +++ b/devel/libcfu/Makefile @@ -4,7 +4,7 @@ PORTNAME= libcfu DISTVERSION= 0.04a PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= GH +MASTER_SITES= GHL MAINTAINER= crees@FreeBSD.org COMMENT= Simple library of tools for developing multithreaded software diff --git a/devel/libdouble-conversion/Makefile b/devel/libdouble-conversion/Makefile index 32d7fd567306..0b5fe3bb8f75 100644 --- a/devel/libdouble-conversion/Makefile +++ b/devel/libdouble-conversion/Makefile @@ -5,7 +5,7 @@ PORTNAME= libdouble-conversion PORTVERSION= 1.1.1 PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= GH +MASTER_SITES= GHL MAINTAINER= waitman@waitman.net COMMENT= Binary-decimal and decimal-binary routines for IEEE doubles diff --git a/devel/libfortuna/Makefile b/devel/libfortuna/Makefile index 412c71a42845..54e2aa0d47a4 100644 --- a/devel/libfortuna/Makefile +++ b/devel/libfortuna/Makefile @@ -4,7 +4,7 @@ PORTNAME= libfortuna PORTVERSION= 0.1.0 CATEGORIES= devel -MASTER_SITES= GH +MASTER_SITES= GHL MAINTAINER= waitman@waitman.net COMMENT= Fortuna PRNG Library diff --git a/devel/libtpl/Makefile b/devel/libtpl/Makefile index 2ddfcf93268a..d175f072b9fe 100644 --- a/devel/libtpl/Makefile +++ b/devel/libtpl/Makefile @@ -5,7 +5,7 @@ PORTNAME= libtpl PORTVERSION= 1.6 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= GH +MASTER_SITES= GHL MAINTAINER= culot@FreeBSD.org COMMENT= Tpl is a library for serializing C data diff --git a/devel/meck/Makefile b/devel/meck/Makefile index 26ddc3defe7f..22c5810810ec 100644 --- a/devel/meck/Makefile +++ b/devel/meck/Makefile @@ -3,7 +3,7 @@ PORTNAME= meck PORTVERSION= 0.8.2 CATEGORIES= devel -MASTER_SITES= GH +MASTER_SITES= GHL MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang library for building mock modules diff --git a/devel/mongo-c-driver/Makefile b/devel/mongo-c-driver/Makefile index b33a06693e5b..cb314ec849e5 100644 --- a/devel/mongo-c-driver/Makefile +++ b/devel/mongo-c-driver/Makefile @@ -4,7 +4,7 @@ PORTNAME= mongo-c-driver PORTVERSION= 0.7.1 CATEGORIES= devel -MASTER_SITES= GH +MASTER_SITES= GHL PKGNAMESUFFIX= -devel DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} diff --git a/devel/ocaml-lacaml/Makefile b/devel/ocaml-lacaml/Makefile index 727886ba6668..ba19a0af0d09 100644 --- a/devel/ocaml-lacaml/Makefile +++ b/devel/ocaml-lacaml/Makefile @@ -5,7 +5,7 @@ PORTNAME= lacaml PORTVERSION= 7.1.3 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= GH +MASTER_SITES= GHL PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org diff --git a/devel/ocaml-opam/Makefile b/devel/ocaml-opam/Makefile index 73e2834f16b6..d6fd11331e4f 100644 --- a/devel/ocaml-opam/Makefile +++ b/devel/ocaml-opam/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://ocaml-extlib.googlecode.com/files/:extlib \ https://gforge.inria.fr/frs/download.php/file/33677/:dose \ http://erratique.ch/software/uutf/releases/:uutf \ http://erratique.ch/software/jsonm/releases/:jsonm \ - GH:gh + GHL:gh PKGNAMEPREFIX= ocaml- DISTFILES= ${OPAM_EXT_DIST} \ ${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}.tar.gz:gh diff --git a/devel/py-cclib/Makefile b/devel/py-cclib/Makefile index 5f1b4d06ffcd..a4fd8c17a4e8 100644 --- a/devel/py-cclib/Makefile +++ b/devel/py-cclib/Makefile @@ -4,7 +4,7 @@ PORTNAME= cclib PORTVERSION= 1.2 CATEGORIES= devel python -MASTER_SITES= GH +MASTER_SITES= GHL MAINTAINER= robak@FreeBSD.org COMMENT= Parsers And Algorithms For Computational Chemistry diff --git a/devel/pymacs/Makefile b/devel/pymacs/Makefile index f76962d60724..41bb48a616de 100644 --- a/devel/pymacs/Makefile +++ b/devel/pymacs/Makefile @@ -5,7 +5,7 @@ PORTNAME= Pymacs PORTVERSION= 0.25 PORTREVISION= 1 CATEGORIES= devel editors python elisp -MASTER_SITES= GH +MASTER_SITES= GHL MAINTAINER= ports@FreeBSD.org COMMENT= Python package for scripting emacs diff --git a/devel/qross/Makefile b/devel/qross/Makefile index 2fdc3d77201d..02356e3b943d 100644 --- a/devel/qross/Makefile +++ b/devel/qross/Makefile @@ -5,7 +5,7 @@ PORTNAME= qross PORTVERSION= 0.3.1 PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= GH GHC +MASTER_SITES= GHL MAINTAINER= vg@FreeBSD.org COMMENT= Qt-only fork of Kross, the KDE scripting framework diff --git a/devel/rbenv/Makefile b/devel/rbenv/Makefile index 1762e93f0104..e3ba7907963b 100644 --- a/devel/rbenv/Makefile +++ b/devel/rbenv/Makefile @@ -4,7 +4,7 @@ PORTNAME= rbenv PORTVERSION= 0.4.0 PORTREVISION= 2 CATEGORIES= devel ruby -MASTER_SITES= GH +MASTER_SITES= GHL MAINTAINER= meta+ports@vmeta.jp COMMENT= Manage multiple versions of ruby diff --git a/devel/sigar/Makefile b/devel/sigar/Makefile index 53d5d38c56fe..7e88c6d6b81e 100644 --- a/devel/sigar/Makefile +++ b/devel/sigar/Makefile @@ -5,7 +5,7 @@ PORTNAME= sigar PORTVERSION= 1.7.3 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= GH +MASTER_SITES= GHL MAINTAINER= tj@FreeBSD.org COMMENT= Sigar system information API diff --git a/devel/uthash/Makefile b/devel/uthash/Makefile index 832ec1988348..0c44dbfccc1e 100644 --- a/devel/uthash/Makefile +++ b/devel/uthash/Makefile @@ -4,7 +4,7 @@ PORTNAME= uthash PORTVERSION= 1.9.8p2 CATEGORIES= devel -MASTER_SITES= GH +MASTER_SITES= GHL MAINTAINER= zi@FreeBSD.org COMMENT= hash table for C structures |