diff options
author | peter <peter@FreeBSD.org> | 1997-03-04 12:03:32 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-03-04 12:03:32 +0000 |
commit | f3d5469bf35a0901f5753b04a9e3d858ad389a2a (patch) | |
tree | 0423470b52ed4cea84d455e79889100f8b2140f4 /www/squid25/Makefile | |
parent | a88fb65897db53de658d1596761d6205a525e4dc (diff) | |
download | FreeBSD-ports-f3d5469bf35a0901f5753b04a9e3d858ad389a2a.zip FreeBSD-ports-f3d5469bf35a0901f5753b04a9e3d858ad389a2a.tar.gz |
Update from 1.1.7+patches to 1.1.8. This fixes a number of unresolved
problems, including a patching braino on my part...
Diffstat (limited to 'www/squid25/Makefile')
-rw-r--r-- | www/squid25/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www/squid25/Makefile b/www/squid25/Makefile index 0963b95..ba35320 100644 --- a/www/squid25/Makefile +++ b/www/squid25/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 1.1.7 +# Version required: 1.1.8 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.22 1997/02/20 17:17:32 peter Exp $ +# $Id: Makefile,v 1.23 1997/03/02 02:50:41 peter Exp $ # -DISTNAME= squid-1.1.7 +DISTNAME= squid-1.1.8 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1/ \ @@ -15,11 +15,6 @@ MASTER_SITES= \ ftp://ftp.net.lut.ac.uk/squid/squid-1.1/ EXTRACT_SUFX= -src.tar.gz -#Sigh. cannot use this since the author botched it so badly. :-( -#see patches/patch-ab -#PATCH_SITES+= http://squid.nlanr.net/Squid/1.1/1.1.7/ -#PATCHFILES+= fixes.patch - MAINTAINER= peter@freebsd.org DIST_SUBDIR= squid |