aboutsummaryrefslogtreecommitdiffstats
path: root/www/squid27/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-01-02 08:28:12 +0800
committeredwin <edwin@FreeBSD.org>2004-01-02 08:28:12 +0800
commit7350c1c9e68dad556fae1e982c5919ff774e9cfa (patch)
tree2e5c989830ec8ae6afea4dacb57d1072283c5f53 /www/squid27/Makefile
parent8eb75de0b2c52decc4ee57d1f527d3a447f4a21f (diff)
downloadfreebsd-ports-gnome-7350c1c9e68dad556fae1e982c5919ff774e9cfa.tar.gz
freebsd-ports-gnome-7350c1c9e68dad556fae1e982c5919ff774e9cfa.tar.zst
freebsd-ports-gnome-7350c1c9e68dad556fae1e982c5919ff774e9cfa.zip
More patches for squid, to keep up to date with the squid distribution.
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (privately) Approved by: maintainer timeout (still)
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r--www/squid27/Makefile22
1 files changed, 13 insertions, 9 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile
index 156fe3a39bc7..84806c616832 100644
--- a/www/squid27/Makefile
+++ b/www/squid27/Makefile
@@ -7,14 +7,14 @@
PORTNAME= squid
PORTVERSION= 2.5.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= \
- ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
- ftp://www.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%/ \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,}
+ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
+ ftp://www.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%/ \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,}
MASTER_SITE_SUBDIR= squid-2/STABLE
DISTNAME= squid-2.5.STABLE4
EXTRACT_SUFX= .tar.bz2
@@ -27,7 +27,6 @@ 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 \
@@ -47,7 +46,12 @@ PATCHFILES= squid-2.5.STABLE4-reconfigure_message.patch \
squid-2.5.STABLE4-pconn-lifo.patch \
squid-2.5.STABLE4-cache_peer_maxconn.patch \
squid-2.5.STABLE4-pid_filename_none.patch \
- squid-2.5.STABLE4-dns_namelength.patch
+ squid-2.5.STABLE4-dns_namelength.patch \
+ squid-2.5.STABLE4-urllogin_acl.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
PATCH_DIST_STRIP= -p1
MAINTAINER= adrian@freebsd.org
@@ -134,7 +138,7 @@ MAN8= pam_auth.8 squid_unix_group.8 squid.8
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/doc/squid.8
- # Prevent installation of .orig files by deleting them.
+# Prevent installation of .orig files by deleting them.
@${FIND} ${WRKSRC} -name '*.bak' -delete
@${FIND} ${WRKSRC} -name '*.orig' -delete