diff options
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index d19b53e..b95c815 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta16 +# Version required: 1.2-beta17 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.45 1998/03/05 06:43:03 peter Exp $ +# $Id: Makefile,v 1.46 1998/03/09 03:35:09 peter Exp $ # -DISTNAME= squid-1.2.beta16 -PKGNAME= squid-1.2b16 +DISTNAME= squid-1.2.beta17 +PKGNAME= squid-1.2b17 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.2.beta/ \ @@ -16,12 +16,12 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.2.beta/ EXTRACT_SUFX= -src.tar.gz -PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ -PATCHFILES+= 1.2.beta16.patch +#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ +#PATCHFILES+= 1.2.beta17.patch MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b16 +DIST_SUBDIR= squid1.2b17 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ |