diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch) | |
tree | 94b6306cf43a2f77691932d56a3d8be806d6e130 /www/squid27 | |
parent | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (diff) | |
download | ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.tar.gz ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.zip |
Notes
Diffstat (limited to 'www/squid27')
-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 |