diff options
author | sergei <sergei@FreeBSD.org> | 2004-01-09 17:19:32 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-01-09 17:19:32 +0000 |
commit | b90921b39073015424c0b9d9ea390ff691099ef5 (patch) | |
tree | c5fdf50edc310496fae51e272b45130f2d0c4c79 /www/squid26/Makefile | |
parent | a0b1ed7726054ce0e8e7763baa884756be9dda28 (diff) | |
download | FreeBSD-ports-b90921b39073015424c0b9d9ea390ff691099ef5.zip FreeBSD-ports-b90921b39073015424c0b9d9ea390ff691099ef5.tar.gz |
- Integrate another patch for the LDAP authentication helper
(see <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for details)
- Correct MASTER_SITES:
+ fix URL for Melbourne University's ftp server
+ replace unreachable ftp mirror at Loughborough University with
the one at LEO.org, Munich
- Bump PORTREVISION
PR: 61128
Submitted by: maintainer
Diffstat (limited to 'www/squid26/Makefile')
-rw-r--r-- | www/squid26/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index 4db31b5..baf1c84 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -7,13 +7,13 @@ PORTNAME= squid PORTVERSION= 2.5.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \ + ftp://ftp.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \ ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \ - ftp://ftp.net.lut.ac.uk/squid/%SUBDIR%/ \ + ftp://ftp.leo.org/pub/comp/general/infosys/www/servers/squid/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,} MASTER_SITE_SUBDIR= squid-2/STABLE DISTNAME= squid-2.5.STABLE4 @@ -53,7 +53,8 @@ PATCHFILES= squid-2.5.STABLE4-reconfigure_message.patch \ squid-2.5.STABLE4-redirlog.patch \ squid-2.5.STABLE4-pinger.patch \ squid-2.5.STABLE4-partial_reload.patch \ - squid-2.5.STABLE4-ldap_tls.patch + squid-2.5.STABLE4-ldap_tls.patch \ + squid-2.5.STABLE4-ldap_group_bufsize.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |