svn commit: r489684 - in head: audio/clementine-player audio/ympd devel/marisa-trie devel/stack emulators/qemu-sbruno japanese/dbskkd-cdb java/jd-gui mail/qgmailnotifier mail/ratelimit-policyd math...
Mathieu Arnold
mat at FreeBSD.org
Tue Jan 8 13:20:24 UTC 2019
Author: mat
Date: Tue Jan 8 13:20:19 2019
New Revision: 489684
URL: https://svnweb.freebsd.org/changeset/ports/489684
Log:
Remove MASTER_SITES=GH when it is the only one.
It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo.
Modified:
head/audio/clementine-player/Makefile (contents, props changed)
head/audio/ympd/Makefile (contents, props changed)
head/devel/marisa-trie/Makefile (contents, props changed)
head/devel/stack/Makefile (contents, props changed)
head/emulators/qemu-sbruno/Makefile (contents, props changed)
head/japanese/dbskkd-cdb/Makefile (contents, props changed)
head/java/jd-gui/Makefile (contents, props changed)
head/mail/qgmailnotifier/Makefile (contents, props changed)
head/mail/ratelimit-policyd/Makefile (contents, props changed)
head/math/openlibm/Makefile (contents, props changed)
head/net-mgmt/cdpsnarf/Makefile (contents, props changed)
head/net/fiche/Makefile (contents, props changed)
head/net/minidlna/Makefile (contents, props changed)
head/net/p5-ldap2pf/Makefile (contents, props changed)
head/net/p5-ldap2pw/Makefile (contents, props changed)
head/net/p5-srv2pf/Makefile (contents, props changed)
head/net/rdapper/Makefile (contents, props changed)
head/security/yersinia/Makefile (contents, props changed)
head/sysutils/atf-allwinner/Makefile (contents, props changed)
head/www/py-django-constance/Makefile (contents, props changed)
head/www/py-django-jsonfield/Makefile (contents, props changed)
Modified: head/audio/clementine-player/Makefile
==============================================================================
--- head/audio/clementine-player/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/audio/clementine-player/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -6,8 +6,6 @@ DISTVERSION= 1.3.1.g20190103
CATEGORIES= audio
PKGNAMESUFFIX= -player
-MASTER_SITES= GH
-
MAINTAINER= sbruno at FreeBSD.org
COMMENT= Cross-platform music player based on Amarok 1.4
Modified: head/audio/ympd/Makefile
==============================================================================
--- head/audio/ympd/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/audio/ympd/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -4,7 +4,6 @@ PORTNAME= ympd
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
CATEGORIES= audio www
-MASTER_SITES= GH
MAINTAINER= dch at FreeBSD.org
COMMENT= Stand-alone lightweight web UI controller for audio/musicpd
Modified: head/devel/marisa-trie/Makefile
==============================================================================
--- head/devel/marisa-trie/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/devel/marisa-trie/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -5,7 +5,6 @@ PORTNAME= marisa-tire
PORTVERSION= 0.24
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= GH
MAINTAINER= iblis at hs.ntnu.edu.tw
COMMENT= MARISA: Matching Algorithm with Recursively Implemented StorAge
Modified: head/devel/stack/Makefile
==============================================================================
--- head/devel/stack/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/devel/stack/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -12,8 +12,7 @@ PORTNAME= stack
PORTVERSION= 1.9.3
DISTVERSIONPREFIX= v
CATEGORIES= devel haskell
-MASTER_SITES= GH \
- https://github.com/arrowd/stack-dependencies/releases/download/v${PORTVERSION}/:deps
+MASTER_SITES= https://github.com/arrowd/stack-dependencies/releases/download/v${PORTVERSION}/:deps
DISTFILES= stack-dependencies-${PORTVERSION}${EXTRACT_SUFX}:deps
MAINTAINER= ports at FreeBSD.org
Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/emulators/qemu-sbruno/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -4,7 +4,6 @@
PORTNAME= qemu
PORTVERSION= 2.11.50.g20181011
CATEGORIES= emulators
-MASTER_SITES= GH
PKGNAMESUFFIX?= -sbruno
DIST_SUBDIR= qemu/${PORTVERSION}
Modified: head/japanese/dbskkd-cdb/Makefile
==============================================================================
--- head/japanese/dbskkd-cdb/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/japanese/dbskkd-cdb/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -5,7 +5,6 @@ PORTNAME= dbskkd-cdb
PORTVERSION= 3.00
#PORTREVISION= 0
CATEGORIES= japanese
-MASTER_SITES= GH
MAINTAINER= ports at FreeBSD.org
COMMENT= SKK dictionary server based on cdb
Modified: head/java/jd-gui/Makefile
==============================================================================
--- head/java/jd-gui/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/java/jd-gui/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -5,10 +5,8 @@ PORTNAME= jd-gui
PORTVERSION= 1.4.0
DISTVERSIONPREFIX= v
CATEGORIES= java devel
-MASTER_SITES= GH:src \
- https://github.com/java-decompiler/jd-gui/releases/download/v${PORTVERSION}/:jar
-DISTFILES= ${DISTNAME}.tar.gz:src \
- jd-gui-${PORTVERSION}.jar:jar
+MASTER_SITES= https://github.com/java-decompiler/jd-gui/releases/download/v${PORTVERSION}/:jar
+DISTFILES= jd-gui-${PORTVERSION}.jar:jar
EXTRACT_ONLY= ${DISTNAME}.tar.gz
MAINTAINER= tobik at FreeBSD.org
Modified: head/mail/qgmailnotifier/Makefile
==============================================================================
--- head/mail/qgmailnotifier/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/mail/qgmailnotifier/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -4,7 +4,6 @@
PORTNAME= qgmailnotifier
DISTVERSION= 2014.2
CATEGORIES= mail
-MASTER_SITES= GH
MAINTAINER= crees at FreeBSD.org
COMMENT= Portable Qt 4 based GMail notifier
Modified: head/mail/ratelimit-policyd/Makefile
==============================================================================
--- head/mail/ratelimit-policyd/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/mail/ratelimit-policyd/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -4,7 +4,6 @@
PORTNAME= ratelimit-policyd
PORTVERSION= 1.0.1
CATEGORIES= mail
-MASTER_SITES= GH
MAINTAINER= 000.fbsd at quip.cz
COMMENT= Sender rate limit policy daemon for Postfix
Modified: head/math/openlibm/Makefile
==============================================================================
--- head/math/openlibm/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/math/openlibm/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -5,7 +5,6 @@ PORTNAME= openlibm
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.0
CATEGORIES= math
-MASTER_SITES= GH
MAINTAINER= iblis at hs.ntnu.edu.tw
COMMENT= High quality system independent, portable, open source libm
Modified: head/net-mgmt/cdpsnarf/Makefile
==============================================================================
--- head/net-mgmt/cdpsnarf/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/net-mgmt/cdpsnarf/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -5,7 +5,6 @@ PORTVERSION= 0.1.6
PORTREVISION= 1
DISTVERSIONPREFIX=v
CATEGORIES= net-mgmt
-MASTER_SITES= GH
MAINTAINER= rihaz.jerrin at gmail.com
COMMENT= Tool to extract information from CDP packets
Modified: head/net/fiche/Makefile
==============================================================================
--- head/net/fiche/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/net/fiche/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -5,7 +5,6 @@ PORTNAME= fiche
PORTVERSION= 0.9.1
PORTREVISION= 1
CATEGORIES= net
-MASTER_SITES= GH
MAINTAINER= zi at FreeBSD.org
COMMENT= Command line pastebin for sharing terminal output
Modified: head/net/minidlna/Makefile
==============================================================================
--- head/net/minidlna/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/net/minidlna/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -6,7 +6,6 @@ PORTVERSION= 1.2.1
PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= net multimedia www
-MASTER_SITES= GH
MAINTAINER= glebius at FreeBSD.org
COMMENT= Media-server compatible with "Digital Life Network Alliance"
Modified: head/net/p5-ldap2pf/Makefile
==============================================================================
--- head/net/p5-ldap2pf/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/net/p5-ldap2pf/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -3,7 +3,6 @@
PORTNAME= ldap2pf
PORTVERSION= 20170424
CATEGORIES= net
-MASTER_SITES= GH
PKGNAMEPREFIX= p5-
MAINTAINER= des at FreeBSD.org
Modified: head/net/p5-ldap2pw/Makefile
==============================================================================
--- head/net/p5-ldap2pw/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/net/p5-ldap2pw/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -3,7 +3,6 @@
PORTNAME= ldap2pw
PORTVERSION= 20170922
CATEGORIES= net
-MASTER_SITES= GH
PKGNAMEPREFIX= p5-
MAINTAINER= des at FreeBSD.org
Modified: head/net/p5-srv2pf/Makefile
==============================================================================
--- head/net/p5-srv2pf/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/net/p5-srv2pf/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -3,7 +3,6 @@
PORTNAME= srv2pf
PORTVERSION= 20170607
CATEGORIES= net
-MASTER_SITES= GH
PKGNAMEPREFIX= p5-
MAINTAINER= des at FreeBSD.org
Modified: head/net/rdapper/Makefile
==============================================================================
--- head/net/rdapper/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/net/rdapper/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -3,7 +3,6 @@
PORTNAME= rdapper
PORTVERSION= 20150326
CATEGORIES= net
-MASTER_SITES= GH
MAINTAINER= pi at FreeBSD.org
COMMENT= Command-line Registration Data Access Protocol (RDAP) client
Modified: head/security/yersinia/Makefile
==============================================================================
--- head/security/yersinia/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/security/yersinia/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -4,7 +4,6 @@
PORTNAME= yersinia
PORTVERSION= 0.8.2
CATEGORIES= security
-MASTER_SITES= GH
# MASTER_SITES= http://www.yersinia.net/download/
MAINTAINER= ayu at commun.jp
Modified: head/sysutils/atf-allwinner/Makefile
==============================================================================
--- head/sysutils/atf-allwinner/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/sysutils/atf-allwinner/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -4,7 +4,6 @@ PORTNAME= atf-allwinner
PORTVERSION= 2.0.20181123
PORTREVISION= 1
CATEGORIES= sysutils
-MASTER_SITES= GH
MAINTAINER= manu at FreeBSD.org
COMMENT= Arm Trusted Framework for Allwinner SoCs
Modified: head/www/py-django-constance/Makefile
==============================================================================
--- head/www/py-django-constance/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/www/py-django-constance/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -4,7 +4,6 @@
PORTNAME= django-constance
PORTVERSION= 2.3.1
CATEGORIES= www python
-MASTER_SITES= GH
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ultima at FreeBSD.org
Modified: head/www/py-django-jsonfield/Makefile
==============================================================================
--- head/www/py-django-jsonfield/Makefile Tue Jan 8 13:19:05 2019 (r489683)
+++ head/www/py-django-jsonfield/Makefile Tue Jan 8 13:20:19 2019 (r489684)
@@ -5,7 +5,6 @@ PORTNAME= jsonfield
PORTVERSION= 2.0.2
PORTREVISION= 1
CATEGORIES= www python
-MASTER_SITES= GH
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
MAINTAINER= ultima at FreeBSD.org
More information about the svn-ports-head
mailing list