diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-31 21:58:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-31 21:58:58 +0000 |
commit | 014753bfe6d8e98b25f0b7fd74871f58ada3466f (patch) | |
tree | 93be267c9fbc6a1fc2e62c860f8d2af603db93a2 /dns/dns_balance | |
parent | Remove lang/perl5.16 and the support bits in perl5.mk, it is no longer (diff) |
- Update MASTER_SITES and unbreak this port
Notes
Notes:
svn path=/head/; revision=404963
Diffstat (limited to 'dns/dns_balance')
-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 |