diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:07:29 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:07:29 +0800 |
commit | ab5aef260ce199d0e9694f1feaae6d295dda1ae5 (patch) | |
tree | 26f2459e341ea172cfe0a40900548bda4bb9c83e /www/squid31 | |
parent | a8843baba6a200bd1438954f77dd13e4fda505d9 (diff) | |
download | freebsd-ports-gnome-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.tar.gz freebsd-ports-gnome-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.tar.zst freebsd-ports-gnome-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'www/squid31')
-rw-r--r-- | www/squid31/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 8cc79b5ab803..45abaa24d8b7 100644 --- a/www/squid31/Makefile +++ b/www/squid31/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 |