diff options
author | peter <peter@FreeBSD.org> | 1997-03-23 23:43:45 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-03-23 23:43:45 +0800 |
commit | 2626cc619f266bc7a7324dc3a94e00a4edcaa183 (patch) | |
tree | 7577b716e2fcf7b787cd2cde92a6adf6ac6f652e /www/squid27 | |
parent | fd3416448e27cce99386bec7c7224be24d366c0b (diff) | |
download | freebsd-ports-gnome-2626cc619f266bc7a7324dc3a94e00a4edcaa183.tar.gz freebsd-ports-gnome-2626cc619f266bc7a7324dc3a94e00a4edcaa183.tar.zst freebsd-ports-gnome-2626cc619f266bc7a7324dc3a94e00a4edcaa183.zip |
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/squid27')
-rw-r--r-- | www/squid27/Makefile | 7 | ||||
-rw-r--r-- | www/squid27/distinfo | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index ba353202f641..2da1d701f8dd 100644 --- a/www/squid27/Makefile +++ b/www/squid27/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/squid27/distinfo b/www/squid27/distinfo index 76f887f85883..51f924749273 100644 --- a/www/squid27/distinfo +++ b/www/squid27/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 |