diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2002-10-14 05:51:12 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2002-10-14 05:51:12 +0000 |
commit | 03e346417550ba91d5c49c39d27d0b894bc9e99f (patch) | |
tree | 39dd51416d836cf14f073ea7cebb4893815456c1 /www/squid26/Makefile | |
parent | 3eef86359fb618961115a9961ffe7f6357f3f1a1 (diff) | |
download | ports-03e346417550ba91d5c49c39d27d0b894bc9e99f.tar.gz ports-03e346417550ba91d5c49c39d27d0b894bc9e99f.zip |
Notes
Diffstat (limited to 'www/squid26/Makefile')
-rw-r--r-- | www/squid26/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index 17e249abbc94..2b748a05977d 100644 --- a/www/squid26/Makefile +++ b/www/squid26/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 |