diff options
author | peter <peter@FreeBSD.org> | 1996-11-15 20:42:06 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-11-15 20:42:06 +0800 |
commit | a0bd728cdc5d3b4af6e1101a81440c1595b9e9b5 (patch) | |
tree | 860c84d3ed864cc06d723979eb06e93086ff5778 /www/squid30 | |
parent | cf4850274b153ae66aeae96dd1cb06a8ac511a1d (diff) | |
download | freebsd-ports-gnome-a0bd728cdc5d3b4af6e1101a81440c1595b9e9b5.tar.gz freebsd-ports-gnome-a0bd728cdc5d3b4af6e1101a81440c1595b9e9b5.tar.zst freebsd-ports-gnome-a0bd728cdc5d3b4af6e1101a81440c1595b9e9b5.zip |
Update 1.1.beta16 -> 1.1.beta19
Mostly bug fixes.
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'www/squid30')
-rw-r--r-- | www/squid30/Makefile | 12 | ||||
-rw-r--r-- | www/squid30/distinfo | 2 | ||||
-rw-r--r-- | www/squid30/pkg-comment | 2 | ||||
-rw-r--r-- | www/squid30/pkg-descr | 6 |
4 files changed, 12 insertions, 10 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 0119464d6532..1877deaf360c 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.1.beta16 +# Version required: 1.1.beta19 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.5 1996/11/12 08:26:06 peter Exp $ +# $Id: Makefile,v 1.6 1996/11/12 08:38:31 peter Exp $ # -DISTNAME= squid-1.1.beta16 -PKGNAME= squid-1.1b16 +DISTNAME= squid-1.1.beta19 +PKGNAME= squid-1.1b19 CATEGORIES+= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ @@ -29,8 +29,8 @@ post-install: .for file in cachemgr.cgi client dnsserver ftpget pinger squid strip ${PREFIX}/sbin/${file} .endfor - ${MKDIR} ${PREFIX}/squid/logs - ${MKDIR} ${PREFIX}/squid/cache + ${MKDIR} -p ${PREFIX}/squid/logs + ${MKDIR} -p ${PREFIX}/squid/cache @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \ echo "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/squid.sh; \ diff --git a/www/squid30/distinfo b/www/squid30/distinfo index 8bc4f63d8aa5..1ee39c64c96d 100644 --- a/www/squid30/distinfo +++ b/www/squid30/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.beta16-src.tar.gz) = a961a3aa0c1a6f9c694967b9d25bbfc6 +MD5 (squid-1.1.beta19-src.tar.gz) = 86b2edf240d90ff259968853d4c55a4c diff --git a/www/squid30/pkg-comment b/www/squid30/pkg-comment index 4df36232a32c..5dade608de13 100644 --- a/www/squid30/pkg-comment +++ b/www/squid30/pkg-comment @@ -1 +1 @@ -Post-Harvest_cached WWW proxy cache and accelerator +BETA Post-Harvest_cached WWW proxy cache and accelerator diff --git a/www/squid30/pkg-descr b/www/squid30/pkg-descr index 41d6d63d1fe5..c568cd81b03e 100644 --- a/www/squid30/pkg-descr +++ b/www/squid30/pkg-descr @@ -1,7 +1,9 @@ + ***** This is a BETA TEST version ****** + This is the Squid Internet Object Cache developed by the National Laboratory for Applied Networking Research (NLANR) and Internet volunteers. This software is freely available for anyone to use. -The Squid home page is http://www.nlanr.net/Squid/. +The Squid home page is http://squid.nlanr.net/Squid/. This software is based on the Harvest Object Cache developed by the University of Colorado and the University of Southern California. @@ -13,4 +15,4 @@ continued development of the cache where Harvest finished. FreeBSD PORTER'S NOTES. To this moment, Squid is not well documented. But you aren't lost in space: there is a mailing list, <squid-users@nlanr.net>, where you will find some support and help. -I also _strongly_ suggest you to examine Web pages noted above. +We also _strongly_ suggest you to examine Web pages noted above. |