Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2002 15:01:01 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41195: Update port: www/squid24 - add a master site
Message-ID:  <20020731060101.E583A55A7@hadaly.dyndns.org>

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

>Number:         41195
>Category:       ports
>Synopsis:       Update port: www/squid24 - add a master site
>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:   Tue Jul 30 23:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.6.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.6.1-RELEASE-p2 FreeBSD 4.6.1-RELEASE-p2 #8: Wed Jul 31 11:08:16 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
- Add RINGSERVER to MASTER_SITES
- Use MASTER_SITE_SUBDIR for clearness
	
>How-To-Repeat:
	
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/squid24/Makefile,v
retrieving revision 1.90
diff -u -r1.90 Makefile
--- Makefile	2002/07/05 09:39:38	1.90
+++ Makefile	2002/07/31 05:59:41
@@ -10,10 +10,12 @@
 PORTREVISION=	10
 CATEGORIES=	www
 MASTER_SITES=  \
-	ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \
-	ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \
-	ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \
-	ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/
+	ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
+	ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \
+	ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \
+	ftp://ftp.net.lut.ac.uk/squid/%SUBDIR%/ \
+	${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,}
+MASTER_SITE_SUBDIR=	squid-2/STABLE
 DISTNAME=	squid-2.4.STABLE7
 EXTRACT_SUFX=	-src.tar.gz
 

>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?20020731060101.E583A55A7>