diff options
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 8cc79b5ab803..45abaa24d8b7 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: squid -# Version required: 2.3.STABLE2 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # # $FreeBSD$ # -DISTNAME= squid-2.3.STABLE2 -PKGNAME= squid-2.3 +PORTNAME= squid +PORTVERSION= 2.3 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ +DISTNAME= squid-2.3.STABLE2 EXTRACT_SUFX= -src.tar.gz PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.3/bugs/ @@ -68,7 +68,7 @@ PATCH_DIST_ARGS?= -d ${WRKSRC}/src --forward --quiet -E ${PATCH_DIST_STRIP #CONFIGURE_ARGS+= --enable-time-hack # - Set an explicit hostname in cachemgr.cgi #CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP +# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP # assigned IP addresses) #CONFIGURE_ARGS+= --enable-arp-acl # - Enable HTCP protocol |