diff options
author | peter <peter@FreeBSD.org> | 1998-03-20 22:00:53 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-03-20 22:00:53 +0800 |
commit | 0e42f031d9106e981e9ac6303fdbc495c5b72909 (patch) | |
tree | a1313b4108827bf6999844aebb5e3e406285dd00 /www/squid23/Makefile | |
parent | 23b45dbb55994a6f07f21071c5c746288c64d211 (diff) | |
download | freebsd-ports-gnome-0e42f031d9106e981e9ac6303fdbc495c5b72909.tar.gz freebsd-ports-gnome-0e42f031d9106e981e9ac6303fdbc495c5b72909.tar.zst freebsd-ports-gnome-0e42f031d9106e981e9ac6303fdbc495c5b72909.zip |
Update squid 1.2.beta16 -> 1.2.beta17
Diffstat (limited to 'www/squid23/Makefile')
-rw-r--r-- | www/squid23/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/squid23/Makefile b/www/squid23/Makefile index d19b53e016ff..b95c81596793 100644 --- a/www/squid23/Makefile +++ b/www/squid23/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 \ |