diff options
author | sergei <sergei@FreeBSD.org> | 2004-01-06 08:12:54 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-01-06 08:12:54 +0000 |
commit | b82171fbc1204023381cf634f1135ae0d2dfa398 (patch) | |
tree | fdac3655e48e57bed25ccce018227f97aab3b80b /www/squid31/Makefile | |
parent | 4be86f7bd319802da4d8607441a4022cbe0f9a79 (diff) | |
download | FreeBSD-ports-b82171fbc1204023381cf634f1135ae0d2dfa398.zip FreeBSD-ports-b82171fbc1204023381cf634f1135ae0d2dfa398.tar.gz |
- Integrate a new patch issued by the squid development team
to correct the behaviour of the LDAP authentication helper wrt TLS,
see <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for details
- Reinstate the errorpages.patch and work around its partial brokenness
by installing some Lithuanian error pages manually.
- Bump PORTREVISION
PR: 60950
Submitted by: maintainer
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 9880375..4db31b5 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -7,7 +7,7 @@ PORTNAME= squid PORTVERSION= 2.5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -27,6 +27,7 @@ PATCHFILES= squid-2.5.STABLE4-reconfigure_message.patch \ squid-2.5.STABLE4-fqdnnegcache.patch \ pam_auth-2.2.patch \ squid-2.5.STABLE4_auth_param_doc.patch \ + squid-2.5.STABLE4-errorpages.patch \ squid-2.5.STABLE4-error_load_text.patch \ squid-2.5.STABLE4-xpi_mime.patch \ squid-2.5.STABLE4-size_overflow.patch \ @@ -51,7 +52,8 @@ PATCHFILES= squid-2.5.STABLE4-reconfigure_message.patch \ squid-2.5.STABLE4-russian.patch \ squid-2.5.STABLE4-redirlog.patch \ squid-2.5.STABLE4-pinger.patch \ - squid-2.5.STABLE4-partial_reload.patch + squid-2.5.STABLE4-partial_reload.patch \ + squid-2.5.STABLE4-ldap_tls.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de @@ -170,4 +172,9 @@ post-install: ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/squid.sh ${PREFIX}/etc/rc.d/squid.sh; \ fi +# Work around the fact that the errorpages.patch creates files in +# an "Attic" subdir: + @${FIND} ${WRKSRC}/errors/Lithuanian/Attic -type f \ + -exec ${INSTALL_DATA} {} ${PREFIX}/etc/squid/errors/Lithuanian/ \; + .include <bsd.port.mk> |