diff options
author | peter <peter@FreeBSD.org> | 1998-06-09 23:08:09 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-06-09 23:08:09 +0800 |
commit | 3cd718ba8b278b2af4dec406a0c8902c8fdae90b (patch) | |
tree | 0f9dc09a64d1a44b772f324139f9e4d4ed17ded3 /www/squid24/Makefile | |
parent | 4182af2da0d3a3a644581cfcfbea304c7f75863f (diff) | |
download | freebsd-ports-gnome-3cd718ba8b278b2af4dec406a0c8902c8fdae90b.tar.gz freebsd-ports-gnome-3cd718ba8b278b2af4dec406a0c8902c8fdae90b.tar.zst freebsd-ports-gnome-3cd718ba8b278b2af4dec406a0c8902c8fdae90b.zip |
Update from squid 1.2b20 -> 1.2b22
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 8b42ca9a8882..81a94a08d5b4 100644 --- a/www/squid24/Makefile +++ b/www/squid24/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 \ |