Skip site navigation (1)Skip section navigation (2)
Date:      12 Jan 2004 15:13:42 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61255: [Patch] www/squidguard: change squid dependency, update MASTER_SITES
Message-ID:  <20040112151342.12644.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200401121520.i0CFKI3F095899@freefall.freebsd.org>

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

>Number:         61255
>Category:       ports
>Synopsis:       [Patch] www/squidguard: change squid dependency, update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 12 07:20:18 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
private site
>Environment:
FreeBSD ports repository as of Jan 12, 2004.
	
>Description:
- ost.eltele.no seems to have moved to teledanmark.no, reflect this in
  MASTER_SITES. The distfile is fetchable from these sites although
  www.squidguard.org is currently not reachable (for me) due to DNS
  or domain registration problems.
- move runtime dependency from www/squid24 to www/squid

The change was OK'd by the maintainer via private email on Jan 06, 2004.

>How-To-Repeat:

>Fix:
Apply this patch:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/squidguard/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	21 Feb 2003 14:01:10 -0000	1.10
+++ Makefile	6 Jan 2004 19:11:26 -0000
@@ -9,15 +9,15 @@
 PORTVERSION=	1.2.0
 PORTREVISION=	1
 CATEGORIES=	www
-MASTER_SITES=	http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \
-		ftp://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \
+MASTER_SITES=	http://ftp.teledanmark.no/pub/www/proxy/squidGuard/ \
+		ftp://ftp.teledanmark.no/pub/www/proxy/squidGuard/ \
 		http://web01.ux.tyfon.net/ports/distfiles/
 
 MAINTAINER=	ports@tyfon.net
 COMMENT=	A fast redirector for squid
 
 LIB_DEPENDS=	db3.3:${PORTSDIR}/databases/db3
-RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24
+RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-db-inc=${LOCALBASE}/include/db3 \
	


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



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