Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 1999 03:18:36 +0400 (MSD)
From:      "Oleg V. Volkov" <rover@fly.lglobus.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12977: update port: www/squid22, 2.2.STABLE3 -> 2.2.STABLE4
Message-ID:  <199908042318.DAA50289@fly.lglobus.ru>

next in thread | raw e-mail | index | archive | help

>Number:         12977
>Category:       ports
>Synopsis:       update port: www/squid22, 2.2.STABLE3 -> 2.2.STABLE4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug  4 16:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Oleg V. Volkov
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
-=/ SR 13 /=-
>Environment:

	Doesn't matter.

>Description:

	Update for port, cleaned some portlint warnings, added s4 to package
name (considering squid version naming philosophy it should be there, s1 -> s4
have big list of differences). Removed NO_LATEST_LINK - that's stable
version, not beta.

>How-To-Repeat:

	Apply attached diff.

>Fix:
	
diff -ruN squid22.old/Makefile squid22/Makefile
--- squid22.old/Makefile	Sat Jun  5 23:58:02 1999
+++ squid22/Makefile	Thu Aug  5 01:51:22 1999
@@ -6,8 +6,8 @@
 # $Id: Makefile,v 1.57 1999/06/05 19:58:02 mharo Exp $
 #
 
-DISTNAME=	squid-2.2.STABLE3
-PKGNAME=	squid-2.2
+DISTNAME=	squid-2.2.STABLE4
+PKGNAME=	squid-2.2.s4
 CATEGORIES=	www
 MASTER_SITES=  \
 	ftp://squid.nlanr.net/pub/squid-2/STABLE/ \
@@ -16,17 +16,17 @@
 	ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/
 EXTRACT_SUFX=	-src.tar.gz
 
+PATCH_DIST_STRIP= -p0
+
 MAINTAINER=	peter@freebsd.org
 
 DIST_SUBDIR=	squid2.2
-PATCH_DIST_STRIP= -p0
 GNU_CONFIGURE=	yes
 # Follow the apache port's lead...
 CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin  --sysconfdir=${PREFIX}/etc/squid \
 		--localstatedir=${PREFIX}/squid
 STRIP=		# won't install scripts correctly othervise.
 MAKEFILE=	makefile
-NO_LATEST_LINK=	yes
 
 # Some other configure options..
 #  - Compile and use the malloc package from Doug Lea
@@ -59,7 +59,7 @@
 #CONFIGURE_ARGS+= --enable-time-hack
 #  - Set an explicit hostname in cachemgr.cgi
 #CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname
-#  - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP 
+#  - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP
 #    assigned IP addresses)
 #CONFIGURE_ARGS+= --enable-arp-acl
 #  - Enable HTCP protocol
@@ -94,11 +94,11 @@
 	${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; \
-		echo "if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \
-		echo "	(cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \
-		echo "fi" >> ${PREFIX}/etc/rc.d/squid.sh; \
+		${ECHO} "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \
+		${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/squid.sh; \
+		${ECHO} "if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \
+		${ECHO} "	(cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \
+		${ECHO} "fi" >> ${PREFIX}/etc/rc.d/squid.sh; \
 		chmod 751 ${PREFIX}/etc/rc.d/squid.sh; \
 	fi
 
diff -ruN squid22.old/files/md5 squid22/files/md5
--- squid22.old/files/md5	Mon May 24 01:15:10 1999
+++ squid22/files/md5	Tue Aug  3 07:57:57 1999
@@ -1 +1 @@
-MD5 (squid2.2/squid-2.2.STABLE3-src.tar.gz) = bd18cc92bed5a5f28a0757298c99b542
+MD5 (squid2.2/squid-2.2.STABLE4-src.tar.gz) = 4bd0bfe6fd63b10967afb5683f52a90f

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908042318.DAA50289>