diff options
author | peter <peter@FreeBSD.org> | 1997-02-08 16:19:17 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-08 16:19:17 +0000 |
commit | 22f5116d5306773e629ad1ed2d8cd12d13f578c0 (patch) | |
tree | fb9b0410887fd9cba9d2b169fb1bf0f4046ab6b7 /www/squid27/Makefile | |
parent | 67b302f5e28832e35f9eef1918fa64e47f8f034c (diff) | |
download | FreeBSD-ports-22f5116d5306773e629ad1ed2d8cd12d13f578c0.zip FreeBSD-ports-22f5116d5306773e629ad1ed2d8cd12d13f578c0.tar.gz |
Update 1.1.5+patches -> 1.1.6
Note, there are a few important changes to the squid.conf file,
be sure to read the ChangeLog file for the details. Some names
have been renamed, and a new option needs to be specified if squid
is run as root - it needs to know what uid to change to, it won't run
as root by default. This may require changes to the port to create a
user or something.
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 3e84af9..5775f61 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 1.1.5 +# Version required: 1.1.6 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.19 1997/01/24 10:30:38 asami Exp $ +# $Id: Makefile,v 1.20 1997/01/29 07:53:58 peter Exp $ # -DISTNAME= squid-1.1.5 +DISTNAME= squid-1.1.6 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1/ \ @@ -15,9 +15,6 @@ 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.5/ -PATCHFILES+= acl.c.patch main.c.patch redirect.c.patch - MAINTAINER= peter@freebsd.org DIST_SUBDIR= squid |