diff options
author | tron <tron@pkgsrc.org> | 2000-02-27 23:11:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-02-27 23:11:12 +0000 |
commit | b175f5d3f9b78a8ee357910d6b6a8cedfaa6dd75 (patch) | |
tree | 11af0eb7f1b087299e888311d18f4611625047cd /www/squid/Makefile | |
parent | 268da88042ada9aac635579752fe8f647fe1d2d2 (diff) | |
download | pkgsrc-b175f5d3f9b78a8ee357910d6b6a8cedfaa6dd75.tar.gz |
Update "squid" package to version 2.3 STABLE 1 using patches supplied by
Takahiro Kambe in PR pkg/9486. Changes since version 2.2 STABLE 5:
- many bug fixes
- WCCP support
- Storage API
- internal DNS servers
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index e0bc29fe929..322ae682f38 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 1999/11/12 22:56:31 tron Exp $ +# $NetBSD: Makefile,v 1.23 2000/02/27 23:11:12 tron Exp $ -DISTNAME= squid-2.2.STABLE5-src -PKGNAME= squid-2.2s5 +DISTNAME= squid-2.3.STABLE1-src +PKGNAME= squid-2.3s1 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ @@ -32,9 +32,11 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} .include "../../mk/bsd.prefs.mk" # Configuration options which can be overwritten by the user. SQUID_CONFIGURE_ARGS?= --enable-cachemgr-hostname=localhost \ + --enable-delay-pool \ --enable-icmp \ --enable-ipf-transparent \ - --enable-snmp + --enable-snmp \ + --enable-underscores SQUID_HTTP_PORT?= 3128 SQUID_ICP_PORT?= 3130 |