diff options
author | feld <feld@FreeBSD.org> | 2016-03-14 21:21:23 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-03-14 21:21:23 +0800 |
commit | a2f47ca1a9fffca6e82e72708b8464e20397bfff (patch) | |
tree | c9c4e52d19de5d89ccd96f6f7db2eeddda23a4bd /dns/hesiod | |
parent | 56d03744a8d989f2cc919fb9d5ce7580333790ed (diff) | |
download | freebsd-ports-gnome-a2f47ca1a9fffca6e82e72708b8464e20397bfff.tar.gz freebsd-ports-gnome-a2f47ca1a9fffca6e82e72708b8464e20397bfff.tar.zst freebsd-ports-gnome-a2f47ca1a9fffca6e82e72708b8464e20397bfff.zip |
dns/hesiod: Unbreak port
- Add mirror
- Add LICENSE
- Update MAINTAINER
PR: 205771
MFH: 2016Q1
Diffstat (limited to 'dns/hesiod')
-rw-r--r-- | dns/hesiod/Makefile | 5 | ||||
-rw-r--r-- | dns/hesiod/pkg-descr | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile index 8698e2b037fe..ed6192d65eef 100644 --- a/dns/hesiod/Makefile +++ b/dns/hesiod/Makefile @@ -5,9 +5,9 @@ PORTNAME= hesiod PORTVERSION= 3.2.1 PORTREVISION= 2 CATEGORIES= dns -MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ +MASTER_SITES= http://BSDforge.com/projects/source/dns/hesiod/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Directory service built on DNS and BIND LICENSE= BSD2CLAUSE @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= IDN OPTIONS_DEFAULT=IDN -BROKEN= Does not fetch USES= libtool pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules diff --git a/dns/hesiod/pkg-descr b/dns/hesiod/pkg-descr index 62c908628b9a..d6f6bd340a51 100644 --- a/dns/hesiod/pkg-descr +++ b/dns/hesiod/pkg-descr @@ -1,7 +1,5 @@ Hesiod is part of MIT's Athena Project. -From the README file: - Hesiod can provide general name service for a variety of applications and is based on the Berkeley Internet Name Daemon (BIND). |