summaryrefslogtreecommitdiff
path: root/www/squid
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-11-15 12:42:06 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-11-15 12:42:06 +0000
commitedd507d74bb885833568880586ce68dbc328c940 (patch)
tree1b19c463922801b1977fd0e0386a9582f2ca52f7 /www/squid
parentAdded mgdiff. (diff)
Update 1.1.beta16 -> 1.1.beta19
Mostly bug fixes. Reviewed by: Submitted by: Obtained from:
Notes
Notes: svn path=/head/; revision=4478
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/Makefile12
-rw-r--r--www/squid/distinfo2
-rw-r--r--www/squid/pkg-comment2
-rw-r--r--www/squid/pkg-descr6
4 files changed, 12 insertions, 10 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 0119464d6532..1877deaf360c 100644
--- a/www/squid/Makefile
+++ b/www/squid/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/squid/distinfo b/www/squid/distinfo
index 8bc4f63d8aa5..1ee39c64c96d 100644
--- a/www/squid/distinfo
+++ b/www/squid/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/squid/pkg-comment b/www/squid/pkg-comment
index 4df36232a32c..5dade608de13 100644
--- a/www/squid/pkg-comment
+++ b/www/squid/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/squid/pkg-descr b/www/squid/pkg-descr
index 41d6d63d1fe5..c568cd81b03e 100644
--- a/www/squid/pkg-descr
+++ b/www/squid/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.