From owner-svn-ports-all@FreeBSD.ORG Wed Feb 26 12:58:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E634DDB9; Wed, 26 Feb 2014 12:58:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B616D16D7; Wed, 26 Feb 2014 12:58:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1QCwsUn007993; Wed, 26 Feb 2014 12:58:54 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1QCwsFJ007991; Wed, 26 Feb 2014 12:58:54 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402261258.s1QCwsFJ007991@svn.freebsd.org> From: John Marino Date: Wed, 26 Feb 2014 12:58:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346201 - head/dns/ldapdns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 12:58:55 -0000 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@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 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/