diff options
author | marino <marino@FreeBSD.org> | 2014-08-17 20:21:14 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-17 20:21:14 +0800 |
commit | 93f70699b374ff32841748b7bcd65f59e8943aed (patch) | |
tree | 04c4c1f6460be80db52ff36153772550e5e3993e | |
parent | 8451e72cf0fa465c1bdc586d1250263fb689508d (diff) | |
download | freebsd-ports-gnome-93f70699b374ff32841748b7bcd65f59e8943aed.tar.gz freebsd-ports-gnome-93f70699b374ff32841748b7bcd65f59e8943aed.tar.zst freebsd-ports-gnome-93f70699b374ff32841748b7bcd65f59e8943aed.zip |
www/squid32: Remove non-existent MASTER_SITES
-rw-r--r-- | www/squid32/Makefile | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/www/squid32/Makefile b/www/squid32/Makefile index 7d096de5dd4f..82efb652cce2 100644 --- a/www/squid32/Makefile +++ b/www/squid32/Makefile @@ -5,33 +5,20 @@ PORTNAME= squid PORTVERSION= 3.2.${SQUID_STABLE_VER} PORTREVISION= 3 CATEGORIES= www ipv6 -MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ - http://mirrors.ccs.neu.edu/Squid/ \ - ftp://ftp.fu-berlin.de/unix/www/squid/squid/ \ - ftp://ftp.nl.uu.net/pub/unix/www/squid/ \ - ftp://ftp.solnet.ch/mirror/squid/ \ - ftp://ftp.ntua.gr/pub/www/Squid/squid/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid,} \ - http://www.squid-cache.org/Versions/v3/3.2/ \ +MASTER_SITES= http://www.squid-cache.org/Versions/v3/3.2/ \ http://www2.us.squid-cache.org/Versions/v3/3.2/ \ - http://www3.us.squid-cache.org/Versions/v3/3.2/ \ http://www1.at.squid-cache.org/Versions/v3/3.2/ \ http://www.eu.squid-cache.org/Versions/v3/3.2/ \ - http://www1.ie.squid-cache.org/Versions/v3/3.2/ \ - http://www1.jp.squid-cache.org/Versions/v3/3.2/ \ - http://www1.za.squid-cache.org/Versions/v3/3.2/ + http://www1.jp.squid-cache.org/Versions/v3/3.2/ MASTER_SITE_SUBDIR= squid PKGNAMESUFFIX= 32 DIST_SUBDIR= squid3.2 PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ http://www2.us.squid-cache.org/%SUBDIR%/ \ - http://www3.us.squid-cache.org/%SUBDIR%/ \ http://www1.at.squid-cache.org/%SUBDIR%/ \ http://www.eu.squid-cache.org/%SUBDIR%/ \ - http://www1.ie.squid-cache.org/%SUBDIR%/ \ - http://www1.jp.squid-cache.org/%SUBDIR%/ \ - http://www2.tw.squid-cache.org/%SUBDIR%/ + http://www1.jp.squid-cache.org/%SUBDIR%/ PATCH_SITE_SUBDIR= Versions/v3/3.2/changesets PATCHFILES= #empty |