diff options
author | marino <marino@FreeBSD.org> | 2014-02-26 20:58:53 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-26 20:58:53 +0800 |
commit | bfdbbc2e046c88b80924b6cba6fdf4a015b34f8a (patch) | |
tree | 59ae242cf39e77e02422bcef3e623f580e3c7134 /dns | |
parent | 9e75da7f2e0b191ff2f0bba1416966ad76945e7e (diff) | |
download | freebsd-ports-gnome-bfdbbc2e046c88b80924b6cba6fdf4a015b34f8a.tar.gz freebsd-ports-gnome-bfdbbc2e046c88b80924b6cba6fdf4a015b34f8a.tar.zst freebsd-ports-gnome-bfdbbc2e046c88b80924b6cba6fdf4a015b34f8a.zip |
dns/ldapdns: Mark broken due to lack of publicly available distfiles
The www.nihn.org master site seems to be gone forever.
The solution to unbreak this port to upgrade to version 3.x, available at:
http://ldapdns.sourceforge.net
Port was reset to facilitate somebody else performing the update.
Sylvio has been MIA for more than a year now.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ldapdns/Makefile | 9 | ||||
-rw-r--r-- | dns/ldapdns/pkg-descr | 7 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dns/ldapdns/Makefile b/dns/ldapdns/Makefile index b05d3d9951b8..2932bcbde92c 100644 --- a/dns/ldapdns/Makefile +++ b/dns/ldapdns/Makefile @@ -5,15 +5,18 @@ PORTNAME= ldapdns PORTVERSION= 2.06 PORTREVISION= 2 CATEGORIES= dns -MASTER_SITES= http://www.nimh.org/dl/ +MASTER_SITES= #http://www.nimh.org/dl/ -MAINTAINER= sylvio@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= LDAP-backed DNS server +LICENSE= GPLv2 + RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \ tcpserver:${PORTSDIR}/sysutils/ucspi-tcp -LICENSE= GPLv2 +BROKEN= ${MASTER_SITES} is gone - no public distfiles. \ + port needs upgrade to version 3 (ldapdns.sourceforge.net) USE_OPENLDAP= yes HAS_CONFIGURE= yes diff --git a/dns/ldapdns/pkg-descr b/dns/ldapdns/pkg-descr index 09401da658ce..afa320d9d318 100644 --- a/dns/ldapdns/pkg-descr +++ b/dns/ldapdns/pkg-descr @@ -1,6 +1,3 @@ -ldapdns is a lightweight, high performance DNS server -which utilizes LDAP as its backend. -It is originally based on djbdns and strives to maintain +ldapdns is a lightweight, high performance DNS server which utilizes LDAP +as its backend. It is originally based on djbdns and strives to maintain the same goals of performance, security and simplicity. - -WWW: http://www.nimh.org/code/ldapdns/ |