diff options
author | peter <peter@FreeBSD.org> | 1997-03-23 15:43:45 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-03-23 15:43:45 +0000 |
commit | 2626cc619f266bc7a7324dc3a94e00a4edcaa183 (patch) | |
tree | 7577b716e2fcf7b787cd2cde92a6adf6ac6f652e /www/squid23 | |
parent | fd3416448e27cce99386bec7c7224be24d366c0b (diff) | |
download | FreeBSD-ports-2626cc619f266bc7a7324dc3a94e00a4edcaa183.zip FreeBSD-ports-2626cc619f266bc7a7324dc3a94e00a4edcaa183.tar.gz |
Use official patches from dist site. Included is a possible fix to the
slowdown problem.
Note, I've changed the DIST_SUBDIR.. all the patches files seem to be
called "fixes.patch" and were colliding with each other.
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'www/squid23')
-rw-r--r-- | www/squid23/Makefile | 7 | ||||
-rw-r--r-- | www/squid23/distinfo | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www/squid23/Makefile b/www/squid23/Makefile index ba35320..2da1d70 100644 --- a/www/squid23/Makefile +++ b/www/squid23/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.23 1997/03/02 02:50:41 peter Exp $ +# $Id: Makefile,v 1.24 1997/03/04 12:03:23 peter Exp $ # DISTNAME= squid-1.1.8 @@ -15,9 +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.8/ +PATCHFILES+= fixes.patch + MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid +DIST_SUBDIR= squid118 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/squid --bindir=${PREFIX}/sbin \ diff --git a/www/squid23/distinfo b/www/squid23/distinfo index 76f887f..51f9247 100644 --- a/www/squid23/distinfo +++ b/www/squid23/distinfo @@ -1 +1,2 @@ -MD5 (squid/squid-1.1.8-src.tar.gz) = 5f86761218ca68d8d797207fa2f8ff38 +MD5 (squid118/squid-1.1.8-src.tar.gz) = 5f86761218ca68d8d797207fa2f8ff38 +MD5 (squid118/fixes.patch) = adda86492b18ea8af43ffd81e3ef0923 |