diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-08-13 02:59:42 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-08-13 02:59:42 +0000 |
commit | 8c431b2d5284b76d30b019cb80b69019fdd25090 (patch) | |
tree | 4e4ca5f701029ec011bfc8e2e548ab06f166a69f /www/squid26 | |
parent | b6ad180c05ed705c97758e872d305a59ee053efd (diff) | |
download | ports-8c431b2d5284b76d30b019cb80b69019fdd25090.tar.gz ports-8c431b2d5284b76d30b019cb80b69019fdd25090.zip |
Update to squid 1.1.15, Among the changes is the fix for fetch's very slow
tranfsers due to it's T/TCP-style send-request-and-half-shutdown query.
Notes
Notes:
svn path=/head/; revision=7553
Diffstat (limited to 'www/squid26')
-rw-r--r-- | www/squid26/Makefile | 9 | ||||
-rw-r--r-- | www/squid26/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index a62b4f4a4b3b..53978d0d888a 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 1.1.14 +# Version required: 1.1.15 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.29 1997/07/01 21:05:22 peter Exp $ +# $Id: Makefile,v 1.30 1997/07/18 05:06:49 peter Exp $ # -DISTNAME= squid-1.1.14 +DISTNAME= squid-1.1.15 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1/ \ @@ -20,7 +20,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.1.14 +DIST_SUBDIR= squid1.1.15 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/squid --bindir=${PREFIX}/sbin \ @@ -41,6 +41,7 @@ MAKEFILE= makefile # do NOT define both USE_SPLAY_TREE and USE_BIN_TREE at the same time! #MAKE_ENV+= USE_SPLAY_TREE="-DUSE_SPLAY_TREE" #MAKE_ENV+= USE_BIN_TREE="-DUSE_BIN_TREE" +#MAKE_ENV+= RELOAD_INTO_IMS="-DRELOAD_INTO_IMS" post-install: cd ${WRKSRC}/src; make install-pinger diff --git a/www/squid26/distinfo b/www/squid26/distinfo index 5cf06e8fb5e9..9701030b309d 100644 --- a/www/squid26/distinfo +++ b/www/squid26/distinfo @@ -1 +1 @@ -MD5 (squid1.1.14/squid-1.1.14-src.tar.gz) = e82749bee1c5e3b63487f429800ea725 +MD5 (squid1.1.15/squid-1.1.15-src.tar.gz) = d86a399abf2f384c596c7849a835d4bc |