diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-01 05:58:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-01 05:58:58 +0800 |
commit | 2d2a23e638bef0d5d8923c4fdaf1199057fd842b (patch) | |
tree | 93be267c9fbc6a1fc2e62c860f8d2af603db93a2 /dns | |
parent | 9e33835dcced066fb0376545c6dc51d059768fdd (diff) | |
download | freebsd-ports-gnome-2d2a23e638bef0d5d8923c4fdaf1199057fd842b.tar.gz freebsd-ports-gnome-2d2a23e638bef0d5d8923c4fdaf1199057fd842b.tar.zst freebsd-ports-gnome-2d2a23e638bef0d5d8923c4fdaf1199057fd842b.zip |
- Update MASTER_SITES and unbreak this port
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dns_balance/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/dns_balance/Makefile b/dns/dns_balance/Makefile index cd3befbc8125..5e63f69d09c6 100644 --- a/dns/dns_balance/Makefile +++ b/dns/dns_balance/Makefile @@ -4,13 +4,12 @@ PORTNAME= dns_balance PORTVERSION= 2.0 CATEGORIES= dns -MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/ +MASTER_SITES= http://www.netlab.cs.tsukuba.ac.jp/~yokota/archive/ DISTNAME= DNS-Balance-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic load-balancing DNS server -BROKEN= Does not fetch USE_RUBY= yes USE_RC_SUBR= dns_balance |