diff options
author | Peter Wemm <peter@FreeBSD.org> | 1998-06-09 15:08:09 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1998-06-09 15:08:09 +0000 |
commit | d3355e85fae00e9f348e355952f09d53268a3d9c (patch) | |
tree | 4f7e167c687c9de024a5edf5aaec7e1c4fb221c0 /www/squid30/Makefile | |
parent | Improve error-handling. (diff) |
Update from squid 1.2b20 -> 1.2b22
Notes
Notes:
svn path=/head/; revision=11363
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 8b42ca9a8882..81a94a08d5b4 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta20 +# Version required: 1.2-beta22 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.49 1998/04/10 05:11:37 peter Exp $ +# $Id: Makefile,v 1.50 1998/04/26 07:57:20 peter Exp $ # -DISTNAME= squid-1.2.beta20 -PKGNAME= squid-1.2b20 +DISTNAME= squid-1.2.beta22 +PKGNAME= squid-1.2b22 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.beta20-1.patches +#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ +#PATCHFILES+= 1.2.beta21-1.patches MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b20 +DIST_SUBDIR= squid1.2b22 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ |