diff options
author | peter <peter@FreeBSD.org> | 1997-05-18 03:45:28 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-05-18 03:45:28 +0800 |
commit | 6e21e8e8ac2d2211931a188728bbde38968d940a (patch) | |
tree | 380b6f74b74163cd05b950a31bd7932d4052f189 /www/squid24/Makefile | |
parent | 5bebe156465c8b583ca723a61beddea0991d024d (diff) | |
download | freebsd-ports-gnome-6e21e8e8ac2d2211931a188728bbde38968d940a.tar.gz freebsd-ports-gnome-6e21e8e8ac2d2211931a188728bbde38968d940a.tar.zst freebsd-ports-gnome-6e21e8e8ac2d2211931a188728bbde38968d940a.zip |
Update 1.1.9 -> 1.1.10. See ChangeLog for details.
Diffstat (limited to 'www/squid24/Makefile')
-rw-r--r-- | www/squid24/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/squid24/Makefile b/www/squid24/Makefile index 801629c8f88e..a5a64406d815 100644 --- a/www/squid24/Makefile +++ b/www/squid24/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 1.1.9 +# Version required: 1.1.910 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.25 1997/03/23 15:43:41 peter Exp $ +# $Id: Makefile,v 1.26 1997/03/31 11:14:41 peter Exp $ # -DISTNAME= squid-1.1.9 +DISTNAME= squid-1.1.10 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.9/ +#PATCH_SITES+= http://squid.nlanr.net/Squid/1.1/1.1.10/ #PATCHFILES+= fixes.patch MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid119 +DIST_SUBDIR= squid1110 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/squid --bindir=${PREFIX}/sbin \ |