aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-06-06 23:25:42 +0800
committermat <mat@FreeBSD.org>2016-06-06 23:25:42 +0800
commit5170c5aedf2eb01a419032e804609ea5ed5f2399 (patch)
tree959bd486ed1d5cb195e1ead74c2376ef2eddd420 /net
parent89037ce523f3d0ece62cc99036d5e2ae70ff9edb (diff)
downloadfreebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.tar.gz
freebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.tar.zst
freebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.zip
Remove unneeded usage of:
- MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight
Diffstat (limited to 'net')
-rw-r--r--net/asterisk/Makefile8
-rw-r--r--net/asterisk11/Makefile8
-rw-r--r--net/asterisk13/Makefile8
-rw-r--r--net/kea/Makefile3
-rw-r--r--net/libnss-pgsql/Makefile3
5 files changed, 14 insertions, 16 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index 5f056a05c5a1..0a832142833a 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/Makefile
@@ -5,12 +5,12 @@ PORTNAME= asterisk
PORTVERSION= 1.8.32.3
PORTREVISION= 7
CATEGORIES= net
-MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729
-MASTER_SITE_SUBDIR= asterisk/:main \
- asterisk/old-releases/:main \
+MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729
+MASTER_SITE_SUBDIR= asterisk/ \
+ asterisk/old-releases/ \
sounds/releases/:g729
PKGNAMESUFFIX= 18
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Open Source PBX and telephony toolkit
diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile
index f102d4113197..b8830acba218 100644
--- a/net/asterisk11/Makefile
+++ b/net/asterisk11/Makefile
@@ -4,12 +4,12 @@ PORTNAME= asterisk
PORTVERSION= 11.22.0
PORTREVISION= 2
CATEGORIES= net
-MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729
-MASTER_SITE_SUBDIR= asterisk/:main \
- asterisk/old-releases/:main \
+MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729
+MASTER_SITE_SUBDIR= asterisk/ \
+ asterisk/old-releases/ \
sounds/releases/:g729
PKGNAMESUFFIX= 11
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Open Source PBX and telephony toolkit
diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile
index 7a942c37211a..5dae0b8d2bd9 100644
--- a/net/asterisk13/Makefile
+++ b/net/asterisk13/Makefile
@@ -3,12 +3,12 @@
PORTNAME= asterisk
PORTVERSION= 13.9.1
CATEGORIES= net
-MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729
-MASTER_SITE_SUBDIR= asterisk/:main \
- asterisk/old-releases/:main \
+MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729
+MASTER_SITE_SUBDIR= asterisk/ \
+ asterisk/old-releases/ \
sounds/releases/:g729
PKGNAMESUFFIX= 13
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Open Source PBX and telephony toolkit
diff --git a/net/kea/Makefile b/net/kea/Makefile
index 1768dc997c68..425dd52b8745 100644
--- a/net/kea/Makefile
+++ b/net/kea/Makefile
@@ -3,8 +3,7 @@
PORTNAME= kea
PORTVERSION= 1.0.0
CATEGORIES= net ipv6
-MASTER_SITES= ISC
-MASTER_SITE_SUBDIR= kea/${PORTVERSION}
+MASTER_SITES= ISC/kea/${PORTVERSION}
MAINTAINER= hrs@FreeBSD.org
COMMENT= Alternative DHCP implementation by ISC
diff --git a/net/libnss-pgsql/Makefile b/net/libnss-pgsql/Makefile
index 5fe7c6ad8876..f6726bcda31e 100644
--- a/net/libnss-pgsql/Makefile
+++ b/net/libnss-pgsql/Makefile
@@ -4,8 +4,7 @@
PORTNAME= libnss-pgsql
PORTVERSION= 1.5.0
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_PGSQL}
-MASTER_SITE_SUBDIR= projects/pgFoundry/sysauth/NSS/nss1.5.0-beta
+MASTER_SITES= PGSQL/projects/pgFoundry/sysauth/NSS/nss1.5.0-beta
DISTNAME= ${PORTNAME}-${PORTVERSION}-beta
MAINTAINER= felix@userspace.com.au