svn commit: r346201 - head/dns/ldapdns

John Marino marino at FreeBSD.org
Wed Feb 26 12:58:55 UTC 2014


Author: marino
Date: Wed Feb 26 12:58:53 2014
New Revision: 346201
URL: http://svnweb.freebsd.org/changeset/ports/346201
QAT: https://qat.redports.org/buildarchive/r346201/

Log:
  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.

Modified:
  head/dns/ldapdns/Makefile
  head/dns/ldapdns/pkg-descr

Modified: head/dns/ldapdns/Makefile
==============================================================================
--- head/dns/ldapdns/Makefile	Wed Feb 26 12:13:30 2014	(r346200)
+++ head/dns/ldapdns/Makefile	Wed Feb 26 12:58:53 2014	(r346201)
@@ -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 at FreeBSD.org
+MAINTAINER=	ports at 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

Modified: head/dns/ldapdns/pkg-descr
==============================================================================
--- head/dns/ldapdns/pkg-descr	Wed Feb 26 12:13:30 2014	(r346200)
+++ head/dns/ldapdns/pkg-descr	Wed Feb 26 12:58:53 2014	(r346201)
@@ -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/


More information about the svn-ports-head mailing list