diff options
author | peter <peter@FreeBSD.org> | 1997-07-02 05:05:23 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-07-02 05:05:23 +0800 |
commit | 56d4a8a6556d1c551918e153a6fcdc9aacdd05f7 (patch) | |
tree | e5d1bbe8c75ba2994bb8e4297b0b9909a64621c5 /www/squid23/Makefile | |
parent | 7dd6a8b3c2d994fe938880f0abc50d8c312dcfeb (diff) | |
download | freebsd-ports-gnome-56d4a8a6556d1c551918e153a6fcdc9aacdd05f7.tar.gz freebsd-ports-gnome-56d4a8a6556d1c551918e153a6fcdc9aacdd05f7.tar.zst freebsd-ports-gnome-56d4a8a6556d1c551918e153a6fcdc9aacdd05f7.zip |
Update squid-1.1.10 to squid-1.1.11
Diffstat (limited to 'www/squid23/Makefile')
-rw-r--r-- | www/squid23/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/squid23/Makefile b/www/squid23/Makefile index 82a798b0efca..279ce5466cd3 100644 --- a/www/squid23/Makefile +++ b/www/squid23/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 1.1.10 +# Version required: 1.1.11 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.27 1997/05/17 19:45:27 peter Exp $ +# $Id: Makefile,v 1.28 1997/05/17 19:54:45 peter Exp $ # -DISTNAME= squid-1.1.10 +DISTNAME= squid-1.1.11 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.10/ -#PATCHFILES+= fixes.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= squid1110 +DIST_SUBDIR= squid1111 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/squid --bindir=${PREFIX}/sbin \ |