aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES8
-rw-r--r--Mk/bsd.sites.mk5
-rw-r--r--astro/gpxloggerd/Makefile1
-rw-r--r--audio/gogglesmm/Makefile1
-rw-r--r--chinese/ibus-chewing/Makefile1
-rw-r--r--devel/editline/Makefile1
-rw-r--r--net/google-daemon/Makefile1
-rw-r--r--net/google-startup-scripts/Makefile1
-rw-r--r--net/libilbc/Makefile1
-rw-r--r--net/libsrtp/Makefile1
-rw-r--r--net/syncthing/Makefile1
-rw-r--r--ports-mgmt/poudriere-devel/distinfo4
-rw-r--r--security/libzrtpcppcore/Makefile1
13 files changed, 11 insertions, 16 deletions
diff --git a/CHANGES b/CHANGES
index bdb63f5b0d63..bbd5ad846b0e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,14 @@ All ports committers are allowed to commit to this file.
20150319:
AUTHOR: bdrewery@FreeBSD.org
+ MASTER_SITE GHR (GITHUB_RELEASE) has been removed. The same functionality
+ can be achieved with just USE_GITHUB/GH_ACCOUNT/GH_PROJECT. GH_TAGNAME
+ defaults to DISTVERSION. If the tag needs to be adjusted then change
+ GH_TAGNAME. No GH_COMMIT is needed.
+
+20150319:
+ AUTHOR: bdrewery@FreeBSD.org
+
USE_GITHUB has been updated to make GH_COMMIT optional. 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
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index e945ae958da9..7b02bf9d93ca 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -538,14 +538,13 @@ IGNORE?= Using master as GH_TAGNAME is invalid. \
MASTER_SITE_GITHUB+= https://codeload.github.com/%SUBDIR%
MASTER_SITE_GITHUB_CLOUD+= http://cloud.github.com/downloads/%SUBDIR%
MASTER_SITE_GITHUB_LEGACY+= https://codeload.github.com/%SUBDIR%
-MASTER_SITE_GITHUB_RELEASE+= https://github.com/%SUBDIR%
. if defined(GH_COMMIT)
. if !defined(MASTER_SITES) || !${MASTER_SITES:MGHL}
MASTER_SITES+= GHL
. endif
. else
-. if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITES:MGHC} && !${MASTER_SITES:MGHR}
+. if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITES:MGHC}
MASTER_SITES+= GH
. endif
. endif
@@ -1496,7 +1495,6 @@ MASTER_SITES_ABBREVS= CPAN:PERL_CPAN \
GH:GITHUB \
GHC:GITHUB_CLOUD \
GHL:GITHUB_LEGACY \
- GHR:GITHUB_RELEASE \
LODEV:LIBREOFFICE_DEV \
NL:NETLIB \
SF:SOURCEFORGE \
@@ -1512,7 +1510,6 @@ MASTER_SITES_SUBDIRS= APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \
GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/tar.gz/${GH_TAGNAME}?dummy=/ \
GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \
GITHUB_LEGACY:${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/ \
- GITHUB_RELEASE:${GH_ACCOUNT}/${GH_PROJECT}/archive/${DISTVERSIONPREFIX}${DISTVERSION:C/:(.)/\1/g}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}?dummy=/ \
GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \
GIMP:${PORTNAME}/${PORTVERSION:R}/ \
GNU:${PORTNAME} \
diff --git a/astro/gpxloggerd/Makefile b/astro/gpxloggerd/Makefile
index e63a57ab539f..05a7a3cd6d2e 100644
--- a/astro/gpxloggerd/Makefile
+++ b/astro/gpxloggerd/Makefile
@@ -4,7 +4,6 @@
PORTNAME= gpxloggerd
PORTVERSION= 0.2.1
CATEGORIES= astro
-MASTER_SITES= GHR
USE_GITHUB= yes
GH_ACCOUNT= glebius
diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile
index 0a98ec343d68..2816f6163f44 100644
--- a/audio/gogglesmm/Makefile
+++ b/audio/gogglesmm/Makefile
@@ -4,7 +4,6 @@
PORTNAME= gogglesmm
PORTVERSION= 0.14.2
CATEGORIES= audio
-MASTER_SITES= GHR
MAINTAINER= bapt@FreeBSD.org
COMMENT= Music collection manager and player
diff --git a/chinese/ibus-chewing/Makefile b/chinese/ibus-chewing/Makefile
index be7c12b86cfe..2ec2b74c4010 100644
--- a/chinese/ibus-chewing/Makefile
+++ b/chinese/ibus-chewing/Makefile
@@ -4,7 +4,6 @@
PORTNAME= ibus-chewing
PORTVERSION= 1.4.14
CATEGORIES= chinese
-MASTER_SITES= GHR
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
MAINTAINER= eric@camachat.org
diff --git a/devel/editline/Makefile b/devel/editline/Makefile
index 6da79e3e9de7..1a1b7cdf9e8f 100644
--- a/devel/editline/Makefile
+++ b/devel/editline/Makefile
@@ -3,7 +3,6 @@
PORTNAME= editline
PORTVERSION= 1.14.2
CATEGORIES= devel
-MASTER_SITES= GHR
MAINTAINER= bapt@FreeBSD.org
COMMENT= Minix editline: A free readline() for UNIX
diff --git a/net/google-daemon/Makefile b/net/google-daemon/Makefile
index d3af5cb2ebb1..7901109703b5 100644
--- a/net/google-daemon/Makefile
+++ b/net/google-daemon/Makefile
@@ -5,7 +5,6 @@ PORTNAME= google-daemon
PORTVERSION= 1.2.1
PORTREVISION= 0
CATEGORIES= net
-MASTER_SITES= GHR
MAINTAINER= swills@FreeBSD.org
COMMENT= Google daemon for use with Google Cloud Compute Engine
diff --git a/net/google-startup-scripts/Makefile b/net/google-startup-scripts/Makefile
index f0345af30e99..bdd5742caa3d 100644
--- a/net/google-startup-scripts/Makefile
+++ b/net/google-startup-scripts/Makefile
@@ -4,7 +4,6 @@
PORTNAME= google-startup-scripts
PORTVERSION= 1.2.1
CATEGORIES= net
-MASTER_SITES= GHR
MAINTAINER= swills@FreeBSD.org
COMMENT= Startup scripts that interact with Google Compute Engine VMs
diff --git a/net/libilbc/Makefile b/net/libilbc/Makefile
index a574ab8fa925..9db8ecc02b3e 100644
--- a/net/libilbc/Makefile
+++ b/net/libilbc/Makefile
@@ -4,7 +4,6 @@ PORTNAME= libilbc
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.2
CATEGORIES= net
-MASTER_SITES= GHR
MAINTAINER= mva@FreeBSD.org
COMMENT= Internet Low Bit Rate codec (RFC3951)
diff --git a/net/libsrtp/Makefile b/net/libsrtp/Makefile
index d6e4391db4fa..b7da387f0932 100644
--- a/net/libsrtp/Makefile
+++ b/net/libsrtp/Makefile
@@ -6,7 +6,6 @@ DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
PORTREVISION= 1
CATEGORIES= net
-MASTER_SITES= GHR
MAINTAINER= alexander@brovikov.ru
COMMENT= Secure RTP (SRTP) Reference Implementation
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile
index 8d778c2822f4..71f9d221dfd9 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -4,7 +4,6 @@
PORTNAME= syncthing
PORTVERSION= 0.10.23
CATEGORIES= net
-MASTER_SITES= GHR
DISTVERSIONPREFIX= v
MAINTAINER= swills@FreeBSD.org
diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo
index ad04d1aae972..ce01c1e3f563 100644
--- a/ports-mgmt/poudriere-devel/distinfo
+++ b/ports-mgmt/poudriere-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (freebsd-poudriere-3.1.99.20150319-80b7167.tar.gz) = cd7b51dd70bc7fa03bfbbd310f719172023f809cd3ec9b103996023ff187bd90
-SIZE (freebsd-poudriere-3.1.99.20150319-80b7167.tar.gz) = 2713351
+SHA256 (freebsd-poudriere-3.1.99.20150319-80b71q.tar.gz) = 43cc74b9675a160759d3670d60c4ed218b436ad3b0c6ed6ebe369a8b4841889f
+SIZE (freebsd-poudriere-3.1.99.20150319-80b71q.tar.gz) = 2713134
diff --git a/security/libzrtpcppcore/Makefile b/security/libzrtpcppcore/Makefile
index f75c86eba696..99e0d33ae6fd 100644
--- a/security/libzrtpcppcore/Makefile
+++ b/security/libzrtpcppcore/Makefile
@@ -5,7 +5,6 @@ DISTVERSIONPREFIX= V
DISTVERSION= 4.3.1
PORTREVISION= 1
CATEGORIES= security
-MASTER_SITES= GHR
MAINTAINER= tijl@FreeBSD.org
COMMENT= GNU ZRTP library