diff options
author | peter <peter@FreeBSD.org> | 1998-03-26 13:29:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-03-26 13:29:13 +0000 |
commit | fa3be906dfbdcb19579bc22895bb097d03f02461 (patch) | |
tree | 2f7ae2a306d8236f62c8219f69854824d8f25695 /www/squid27/Makefile | |
parent | 581066a60e89135e1c4ae6382cba067b50368882 (diff) | |
download | FreeBSD-ports-fa3be906dfbdcb19579bc22895bb097d03f02461.zip FreeBSD-ports-fa3be906dfbdcb19579bc22895bb097d03f02461.tar.gz |
Update squid-1.2beta17 -> 1.2beta18
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index b95c815..147c863 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta17 +# Version required: 1.2-beta18 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.46 1998/03/09 03:35:09 peter Exp $ +# $Id: Makefile,v 1.47 1998/03/20 14:00:51 peter Exp $ # -DISTNAME= squid-1.2.beta17 -PKGNAME= squid-1.2b17 +DISTNAME= squid-1.2.beta18 +PKGNAME= squid-1.2b18 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.2.beta/ \ @@ -17,11 +17,11 @@ MASTER_SITES= \ EXTRACT_SUFX= -src.tar.gz #PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ -#PATCHFILES+= 1.2.beta17.patch +#PATCHFILES+= 1.2.beta18.patch MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b17 +DIST_SUBDIR= squid1.2b18 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ @@ -50,6 +50,8 @@ NO_LATEST_LINK= yes #CONFIGURE_ARGS+= --enable-icmp # - Enable delay hack to limit bandwidth usage #CONFIGURE_ARGS+= --enable-delay-hack +# - Enable generic memory use tracing +#CONFIGURE+ARGS+= --enable-mem-gen-trace # - Enable logging of the User-Agent header #CONFIGURE_ARGS+= --enable-useragent-log # - Kill parent (eg: RunCache) on shutdown (use with great care!!) |