diff options
author | peter <peter@FreeBSD.org> | 1998-03-05 06:43:06 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-03-05 06:43:06 +0000 |
commit | 7b4116530bb05c63cd5e66b857f05770730e77f1 (patch) | |
tree | 76f40fc0eca3f0705245c7da7c6d24907300e826 /www/squid23/Makefile | |
parent | cd25f897e7be295ad7b90426f58c50a86cc28ead (diff) | |
download | FreeBSD-ports-7b4116530bb05c63cd5e66b857f05770730e77f1.zip FreeBSD-ports-7b4116530bb05c63cd5e66b857f05770730e77f1.tar.gz |
Update squid1.2.beta14 -> beta16.
Note: the b14 -> b15 change will loose your cache unless you take
the steps on http://squid.nlanr.net/ to recover it.
Read the Changelog for details, this is a fairly large update.
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 042c1a6..11fe868 100644 --- a/www/squid23/Makefile +++ b/www/squid23/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta14 +# Version required: 1.2-beta16 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.43 1998/02/14 14:36:12 peter Exp $ +# $Id: Makefile,v 1.44 1998/02/16 13:16:37 asami Exp $ # -DISTNAME= squid-1.2.beta14 -PKGNAME= squid-1.2b14 +DISTNAME= squid-1.2.beta16 +PKGNAME= squid-1.2b16 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.beta14.patches +#PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ +#PATCHFILES+= 1.2.beta16.patches MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b14 +DIST_SUBDIR= squid1.2b16 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ |