summaryrefslogtreecommitdiffstats
path: root/www/squid27/Makefile
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2002-10-14 05:51:12 +0000
committeradrian <adrian@FreeBSD.org>2002-10-14 05:51:12 +0000
commit081eb2fd7b7bcc746558d05c086a6fc24a130727 (patch)
tree22171f8875c831400dfd68c7da0e45ceb0c3956e /www/squid27/Makefile
parent25c8d99f2095e9900a42dc3c01ef35887bcf0c4b (diff)
downloadFreeBSD-ports-081eb2fd7b7bcc746558d05c086a6fc24a130727.zip
FreeBSD-ports-081eb2fd7b7bcc746558d05c086a6fc24a130727.tar.gz
Update the port to squid-2.5.stable1.
Notable features: * I'm building _all_ of the error page languages now * I'm building a handful of the helper modules (the ones that don't require ldap or samba to be installed) * underscores in hostnames are enabled - every few weeks we squid people get emails asking why someone can't get to some_user.geocities.com . Bad geocities. :)
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r--www/squid27/Makefile18
1 files changed, 11 insertions, 7 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile
index 17e249a..2b748a0 100644
--- a/www/squid27/Makefile
+++ b/www/squid27/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= squid
-PORTVERSION= 2.4
-PORTREVISION= 10
+PORTVERSION= 2.5
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -16,25 +16,29 @@ MASTER_SITES= \
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.4.STABLE7
-EXTRACT_SUFX= -src.tar.gz
+DISTNAME= squid-2.5.STABLE1
+EXTRACT_SUFX= .tar.gz
-PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.4/bugs/
+PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/
PATCHFILES=
MAINTAINER= adrian@freebsd.org
-DIST_SUBDIR= squid2.4
+DIST_SUBDIR= squid2.5
PATCH_DIST_STRIP= -p0
GNU_CONFIGURE= yes
# Follow the apache port's lead...
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \
+ --datadir=${PREFIX}/etc/squid/ \
--localstatedir=${PREFIX}/squid \
--enable-storeio="ufs diskd null" \
--enable-removal-policies="lru heap" \
+ --enable-auth=basic --enable-basic-auth-helpers="NCSA PAM YP" \
+ --enable-external-acl-helpers="ip_user unix_group" \
+ --enable-underscores
STRIP= # won't install scripts correctly otherwise.
-MAKEFILE= makefile
+MAKEFILE= Makefile
# Some other configure options..
# - Compile and use the malloc package from Doug Lea
OpenPOWER on IntegriCloud