diff options
author | peter <peter@FreeBSD.org> | 1997-01-08 02:49:07 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-01-08 02:49:07 +0800 |
commit | 87a28bde3966258d692cf04a49e9432de9d111df (patch) | |
tree | 5794ff2d638dd5e70c1f1bd43eac2b3279b8ab32 /www/squid30 | |
parent | 157031372e50d0423029669ac06170297c2222de (diff) | |
download | freebsd-ports-gnome-87a28bde3966258d692cf04a49e9432de9d111df.tar.gz freebsd-ports-gnome-87a28bde3966258d692cf04a49e9432de9d111df.tar.zst freebsd-ports-gnome-87a28bde3966258d692cf04a49e9432de9d111df.zip |
Update 1.1.2 -> 1.1.3
Diffstat (limited to 'www/squid30')
-rw-r--r-- | www/squid30/Makefile | 10 | ||||
-rw-r--r-- | www/squid30/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 74ea18ce35bb..637abb11b1bd 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 1.1.2 +# Version required: 1.1.3 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.15 1996/12/16 06:42:14 peter Exp $ +# $Id: Makefile,v 1.16 1996/12/26 22:00:45 peter Exp $ # -DISTNAME= squid-1.1.2 +DISTNAME= squid-1.1.3 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1/ \ @@ -28,8 +28,8 @@ post-install: .for file in cachemgr.cgi client dnsserver ftpget pinger squid strip ${PREFIX}/sbin/${file} .endfor - ${MKDIR} -p ${PREFIX}/squid/logs - ${MKDIR} -p ${PREFIX}/squid/cache + ${MKDIR} ${PREFIX}/squid/logs + ${MKDIR} ${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 405c160bfe07..e5cf107d44ae 100644 --- a/www/squid30/distinfo +++ b/www/squid30/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.2-src.tar.gz) = 5b60bc25a57172e73047852c3576aa4b +MD5 (squid-1.1.3-src.tar.gz) = e5687bc711b53c74323f06a52c1cd971 |