diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-03-02 02:50:43 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-03-02 02:50:43 +0000 |
commit | 07524f9e186c61e1fd5d65fbb572c02e75b42290 (patch) | |
tree | d17a3065b54ac1080957cdb3f95fca8da7c9929d /www/squid27 | |
parent | 7d15b64d19dac8ab60731189e4696b852acf1b08 (diff) | |
download | ports-07524f9e186c61e1fd5d65fbb572c02e75b42290.tar.gz ports-07524f9e186c61e1fd5d65fbb572c02e75b42290.zip |
Notes
Diffstat (limited to 'www/squid27')
-rw-r--r-- | www/squid27/Makefile | 16 | ||||
-rw-r--r-- | www/squid27/distinfo | 4 |
2 files changed, 12 insertions, 8 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 4299f4911a81..0963b9520211 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 1.1.6 +# Version required: 1.1.7 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.21 1997/02/08 16:19:15 peter Exp $ +# $Id: Makefile,v 1.22 1997/02/20 17:17:32 peter Exp $ # -DISTNAME= squid-1.1.6 +DISTNAME= squid-1.1.7 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1/ \ @@ -15,8 +15,10 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.1/ EXTRACT_SUFX= -src.tar.gz -PATCH_SITES+= http://squid.nlanr.net/Squid/1.1/1.1.6/ -PATCHFILES+= fixes.patch +#Sigh. cannot use this since the author botched it so badly. :-( +#see patches/patch-ab +#PATCH_SITES+= http://squid.nlanr.net/Squid/1.1/1.1.7/ +#PATCHFILES+= fixes.patch MAINTAINER= peter@freebsd.org @@ -38,7 +40,9 @@ MAKEFILE= makefile #MAKE_ENV+= USERAGENT_OPT="-DUSE_USERAGENT_LOG=1" #MAKE_ENV+= KILL_PARENT_OPT="-DKILL_PARENT_OPT" #MAKE_ENV+= USE_POLL_OPT="-DUSE_POLL" -#MAKE_ENV+= ANON_OPT="-DUSE_ANONYMIZER" +# 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" post-install: .for file in cachemgr.cgi client dnsserver ftpget pinger squid diff --git a/www/squid27/distinfo b/www/squid27/distinfo index dded30b010e4..f87e0a269b56 100644 --- a/www/squid27/distinfo +++ b/www/squid27/distinfo @@ -1,2 +1,2 @@ -MD5 (squid/squid-1.1.6-src.tar.gz) = 99a5d163781c116a97b5e01ce2a6c72e -MD5 (squid/fixes.patch) = 66ec617cc9a295687f14b1c3818c9396 +MD5 (squid/squid-1.1.7-src.tar.gz) = ac0d1f9b928458e6d2d24dd6615998d3 +MD5 (squid/fixes.patch) = c9700ba1bb40c13eb7daa2770b75893a |