diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-11-17 20:51:29 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-11-17 20:51:29 +0800 |
commit | 78206e39bf2f8945ba75775afe1477f3916c402f (patch) | |
tree | 686b0b8cb2b5f0caf4720398499d294d54f33784 /www/squid | |
parent | c76f9be02e65b4d95762ff82d9aee031ec80c180 (diff) | |
download | freebsd-ports-gnome-78206e39bf2f8945ba75775afe1477f3916c402f.tar.gz freebsd-ports-gnome-78206e39bf2f8945ba75775afe1477f3916c402f.tar.zst freebsd-ports-gnome-78206e39bf2f8945ba75775afe1477f3916c402f.zip |
- Fix mastersites.
PR: ports/105418
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 1569535011b4..d44a068593fa 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -75,30 +75,21 @@ PORTNAME= squid PORTVERSION= 2.5.14 PORTREVISION= 3 CATEGORIES= www -MASTER_SITES= \ - ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ - ftp://ftp.vistech.net/pub/squid/%SUBDIR%/ \ - ftp://mirrors.24-7-solutions.net/pub/squid/%SUBDIR%/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \ - ftp://ftp.nl.uu.net/pub/unix/www/squid/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/ftp.squid-cache.org/pub/%SUBDIR%/ \ - ftp://ftp.ntua.gr/pub/www/Squid/%SUBDIR%/ \ - ftp://ftp.ccs.neu.edu/pub/mirrors/squid.nlanr.net/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} -MASTER_SITE_SUBDIR= squid-2/STABLE -DISTNAME= squid-2.5.STABLE14 -DIST_SUBDIR= squid2.5 - -PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ +MASTER_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://www1.nl.squid-cache.org/%SUBDIR%/ \ + http://www2.nl.squid-cache.org/%SUBDIR%/ \ http://www1.ru.squid-cache.org/%SUBDIR%/ \ http://www1.uk.squid-cache.org/%SUBDIR%/ \ http://www1.gr.squid-cache.org/%SUBDIR%/ \ http://www1.jp.squid-cache.org/%SUBDIR%/ \ http://www1.tw.squid-cache.org/%SUBDIR%/ +MASTER_SITE_SUBDIR= Versions/v2/2.5 +DISTNAME= squid-2.5.STABLE14 +DIST_SUBDIR= squid2.5 + +PATCH_SITES= ${MASTER_SITES} PATCH_SITE_SUBDIR= Versions/v2/2.5/bugs PATCHFILES= squid-2.5.STABLE14-httpReplyDestroy.patch \ squid-2.5.STABLE14-hierarchy_tag.patch |