diff options
author | peter <peter@FreeBSD.org> | 1997-07-18 13:06:51 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-07-18 13:06:51 +0800 |
commit | bb07e6fe7c1e3cee703edd22bc37f38bcaca43b0 (patch) | |
tree | a9d39419ba2e3f66fb692b3cc4421c1862e5ea9e /www/squid27/Makefile | |
parent | f09edee68276fb10f64404263149d089b008bea7 (diff) | |
download | freebsd-ports-gnome-bb07e6fe7c1e3cee703edd22bc37f38bcaca43b0.tar.gz freebsd-ports-gnome-bb07e6fe7c1e3cee703edd22bc37f38bcaca43b0.tar.zst freebsd-ports-gnome-bb07e6fe7c1e3cee703edd22bc37f38bcaca43b0.zip |
Update squid-1.1.11 -> 1.1.14. See ChangeLog for details, there are some
important fixes, but note that 1.1.12 and 1.1.13 were withdrawn due to
stability problems.
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 279ce5466cd3..a62b4f4a4b3b 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 1.1.11 +# Version required: 1.1.14 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.28 1997/05/17 19:54:45 peter Exp $ +# $Id: Makefile,v 1.29 1997/07/01 21:05:22 peter Exp $ # -DISTNAME= squid-1.1.11 +DISTNAME= squid-1.1.14 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1/ \ @@ -15,12 +15,12 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.1/ EXTRACT_SUFX= -src.tar.gz -PATCH_SITES+= http://squid.nlanr.net/Squid/1.1/1.1.11/ -PATCHFILES+= config.h.in.patch long-dns-coredump.patch +#PATCH_SITES+= http://squid.nlanr.net/Squid/1.1/1.1.11/ +#PATCHFILES+= config.h.in.patch long-dns-coredump.patch MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1111 +DIST_SUBDIR= squid1.1.14 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/squid --bindir=${PREFIX}/sbin \ |