diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-01-07 18:49:07 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-01-07 18:49:07 +0000 |
commit | b5e5e70ca2e3c953a526b3137d5cdb4e8501a9b7 (patch) | |
tree | a2358cad551c996c5af5f69b8039c3bb5ca53452 /www | |
parent | 79a931838201bf2dab6a275f4592d63322dd3152 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/Makefile | 10 | ||||
-rw-r--r-- | www/squid/distinfo | 2 | ||||
-rw-r--r-- | www/squid22/Makefile | 10 | ||||
-rw-r--r-- | www/squid22/distinfo | 2 | ||||
-rw-r--r-- | www/squid23/Makefile | 10 | ||||
-rw-r--r-- | www/squid23/distinfo | 2 | ||||
-rw-r--r-- | www/squid24/Makefile | 10 | ||||
-rw-r--r-- | www/squid24/distinfo | 2 | ||||
-rw-r--r-- | www/squid25/Makefile | 10 | ||||
-rw-r--r-- | www/squid25/distinfo | 2 | ||||
-rw-r--r-- | www/squid26/Makefile | 10 | ||||
-rw-r--r-- | www/squid26/distinfo | 2 | ||||
-rw-r--r-- | www/squid27/Makefile | 10 | ||||
-rw-r--r-- | www/squid27/distinfo | 2 | ||||
-rw-r--r-- | www/squid30/Makefile | 10 | ||||
-rw-r--r-- | www/squid30/distinfo | 2 | ||||
-rw-r--r-- | www/squid31/Makefile | 10 | ||||
-rw-r--r-- | www/squid31/distinfo | 2 |
18 files changed, 54 insertions, 54 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 74ea18ce35bb..637abb11b1bd 100644 --- a/www/squid/Makefile +++ b/www/squid/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/squid/distinfo b/www/squid/distinfo index 405c160bfe07..e5cf107d44ae 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.2-src.tar.gz) = 5b60bc25a57172e73047852c3576aa4b +MD5 (squid-1.1.3-src.tar.gz) = e5687bc711b53c74323f06a52c1cd971 diff --git a/www/squid22/Makefile b/www/squid22/Makefile index 74ea18ce35bb..637abb11b1bd 100644 --- a/www/squid22/Makefile +++ b/www/squid22/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/squid22/distinfo b/www/squid22/distinfo index 405c160bfe07..e5cf107d44ae 100644 --- a/www/squid22/distinfo +++ b/www/squid22/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.2-src.tar.gz) = 5b60bc25a57172e73047852c3576aa4b +MD5 (squid-1.1.3-src.tar.gz) = e5687bc711b53c74323f06a52c1cd971 diff --git a/www/squid23/Makefile b/www/squid23/Makefile index 74ea18ce35bb..637abb11b1bd 100644 --- a/www/squid23/Makefile +++ b/www/squid23/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/squid23/distinfo b/www/squid23/distinfo index 405c160bfe07..e5cf107d44ae 100644 --- a/www/squid23/distinfo +++ b/www/squid23/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.2-src.tar.gz) = 5b60bc25a57172e73047852c3576aa4b +MD5 (squid-1.1.3-src.tar.gz) = e5687bc711b53c74323f06a52c1cd971 diff --git a/www/squid24/Makefile b/www/squid24/Makefile index 74ea18ce35bb..637abb11b1bd 100644 --- a/www/squid24/Makefile +++ b/www/squid24/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/squid24/distinfo b/www/squid24/distinfo index 405c160bfe07..e5cf107d44ae 100644 --- a/www/squid24/distinfo +++ b/www/squid24/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.2-src.tar.gz) = 5b60bc25a57172e73047852c3576aa4b +MD5 (squid-1.1.3-src.tar.gz) = e5687bc711b53c74323f06a52c1cd971 diff --git a/www/squid25/Makefile b/www/squid25/Makefile index 74ea18ce35bb..637abb11b1bd 100644 --- a/www/squid25/Makefile +++ b/www/squid25/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/squid25/distinfo b/www/squid25/distinfo index 405c160bfe07..e5cf107d44ae 100644 --- a/www/squid25/distinfo +++ b/www/squid25/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.2-src.tar.gz) = 5b60bc25a57172e73047852c3576aa4b +MD5 (squid-1.1.3-src.tar.gz) = e5687bc711b53c74323f06a52c1cd971 diff --git a/www/squid26/Makefile b/www/squid26/Makefile index 74ea18ce35bb..637abb11b1bd 100644 --- a/www/squid26/Makefile +++ b/www/squid26/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/squid26/distinfo b/www/squid26/distinfo index 405c160bfe07..e5cf107d44ae 100644 --- a/www/squid26/distinfo +++ b/www/squid26/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.2-src.tar.gz) = 5b60bc25a57172e73047852c3576aa4b +MD5 (squid-1.1.3-src.tar.gz) = e5687bc711b53c74323f06a52c1cd971 diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 74ea18ce35bb..637abb11b1bd 100644 --- a/www/squid27/Makefile +++ b/www/squid27/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/squid27/distinfo b/www/squid27/distinfo index 405c160bfe07..e5cf107d44ae 100644 --- a/www/squid27/distinfo +++ b/www/squid27/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.2-src.tar.gz) = 5b60bc25a57172e73047852c3576aa4b +MD5 (squid-1.1.3-src.tar.gz) = e5687bc711b53c74323f06a52c1cd971 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 diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 74ea18ce35bb..637abb11b1bd 100644 --- a/www/squid31/Makefile +++ b/www/squid31/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/squid31/distinfo b/www/squid31/distinfo index 405c160bfe07..e5cf107d44ae 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -1 +1 @@ -MD5 (squid-1.1.2-src.tar.gz) = 5b60bc25a57172e73047852c3576aa4b +MD5 (squid-1.1.3-src.tar.gz) = e5687bc711b53c74323f06a52c1cd971 |