From 174310193b5e904d5488cd9bb8c7b266448d2441 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 23 May 1999 21:15:17 +0000 Subject: Update from squid 2.1 -> 2.2 after repository copy. --- www/squid/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'www/squid/Makefile') diff --git a/www/squid/Makefile b/www/squid/Makefile index 9800ce37626d..720039eca5fd 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 2.1.PATCH2 +# Version required: 2.2.STABLE3 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm # -# $Id: Makefile,v 1.54 1998/12/26 15:55:47 peter Exp $ +# $Id: Makefile,v 1.55 1999/04/18 06:46:51 max Exp $ # -DISTNAME= squid-2.1.PATCH2 -PKGNAME= squid-2.1 +DISTNAME= squid-2.2.STABLE3 +PKGNAME= squid-2.2 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ @@ -16,12 +16,9 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ EXTRACT_SUFX= -src.tar.gz -PATCH_SITES= http://squid.nlanr.net/Squid/v2/2.1/ -PATCHFILES= squid-2.1.PATCH2-clientHandleIMSReply-leak.patch - MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid2.1 +DIST_SUBDIR= squid2.2 PATCH_DIST_STRIP= -p0 GNU_CONFIGURE= yes # Follow the apache port's lead... @@ -78,6 +75,9 @@ NO_LATEST_LINK= yes #CONFIGURE_ARGS+= --disable-http-violations # - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) #CONFIGURE_ARGS+= --enable-ipf-transparent +# (--enable-leakfinfer is a developer support tool only) +# - Compile out code that does optional Ident (RFC931) lookups +#CONFIGURE_ARGS+= --disable-ident-lookups post-install: cd ${WRKSRC}/src; make install-pinger -- cgit v1.2.3