diff options
author | sergei <sergei@FreeBSD.org> | 2004-01-14 18:12:16 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-01-14 18:12:16 +0800 |
commit | f3551b406aa31e2d136c3ef7be970013d90bc13e (patch) | |
tree | a04cdec50099424366c14f806082445bae8d58d3 | |
parent | 57e2724a3c549541e3c3bebb6208bc6de359595a (diff) | |
download | freebsd-ports-gnome-f3551b406aa31e2d136c3ef7be970013d90bc13e.tar.gz freebsd-ports-gnome-f3551b406aa31e2d136c3ef7be970013d90bc13e.tar.zst freebsd-ports-gnome-f3551b406aa31e2d136c3ef7be970013d90bc13e.zip |
- 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 <tmseck@netcologne.de>
Approved by: maintainer
-rw-r--r-- | www/squidguard/Makefile | 6 |
1 files 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 \ |