diff options
author | Peter Wemm <peter@FreeBSD.org> | 1998-03-20 14:00:53 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1998-03-20 14:00:53 +0000 |
commit | fa7d16b2bbfd2e422f03467f092ddf602f39e724 (patch) | |
tree | 2e51603cef1eb15fc075f362f6e0e79d4a0c6a42 /www/squid24/Makefile | |
parent | Fixed dir names. (diff) |
Update squid 1.2.beta16 -> 1.2.beta17
Notes
Notes:
svn path=/head/; revision=10235
Diffstat (limited to 'www/squid24/Makefile')
-rw-r--r-- | www/squid24/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/squid24/Makefile b/www/squid24/Makefile index d19b53e016ff..b95c81596793 100644 --- a/www/squid24/Makefile +++ b/www/squid24/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 \ |