From f3551b406aa31e2d136c3ef7be970013d90bc13e Mon Sep 17 00:00:00 2001 From: sergei Date: Wed, 14 Jan 2004 10:12:16 +0000 Subject: - 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 PR: 61255 Submitted by: Thomas-Martin Seck Approved by: maintainer --- www/squidguard/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile index 6b15fe04ef31..a294c25d66fe 100644 --- a/www/squidguard/Makefile +++ b/www/squidguard/Makefile @@ -9,15 +9,15 @@ PORTNAME= squidGuard 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 \ -- cgit