Date: Wed, 11 Jan 2006 18:30:50 +0100 (CET) From: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: saurbier@math.uni-bielefeld.de Subject: ports/91678: [PATCH] dns/ldns: update to 1.0.1 Message-ID: <20060111173050.870ABB825@fuji11.math.uni-bielefeld.de> Resent-Message-ID: <200601111740.k0BHe5fW029451@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91678 >Category: ports >Synopsis: [PATCH] dns/ldns: update to 1.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jan 11 17:40:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Konstantin Saurbier >Release: FreeBSD 5.4-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD fuji11.math.uni-bielefeld.de 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #2: Wed Nov 2 04:54:14 CET >Description: - Update to 1.0.1 - Marked broken on <5.0 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- ldns-1.0.1.patch begins here --- --- dns/ldns/Makefile Fri Dec 30 05:24:11 2005 +++ dns/ldns/Makefile Wed Jan 11 18:28:32 2006 @@ -6,7 +6,7 @@ # PORTNAME= ldns -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ @@ -24,6 +24,10 @@ OPTIONS= EXAMPLES "With example programs" Off .include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Doxygen fails to create manpages on 4.x" +.endif ALL_TARGET= all INSTALL_TARGET= install --- dns/ldns/distinfo Thu Dec 29 05:06:50 2005 +++ dns/ldns/distinfo Wed Jan 11 17:48:25 2006 @@ -1,3 +1,3 @@ -MD5 (ldns-1.0.0.tar.gz) = bf8ff0868cacd2d4487ed1e28ea6c239 -SHA256 (ldns-1.0.0.tar.gz) = ca3c846699a5d23c82fbe1cd1fe430115672410a31e6f584502678d4935b53c2 -SIZE (ldns-1.0.0.tar.gz) = 580348 +MD5 (ldns-1.0.1.tar.gz) = 39210ff3bb2673d57e024f7908d31be5 +SHA256 (ldns-1.0.1.tar.gz) = 48a9f80deb5f90d70948baca62b876a1d6bc0d7904a57deab7f614efeca78102 +SIZE (ldns-1.0.1.tar.gz) = 565713 --- dns/ldns/pkg-plist Thu Dec 29 07:20:07 2005 +++ dns/ldns/pkg-plist Wed Jan 11 18:08:39 2006 @@ -29,7 +29,7 @@ include/ldns/util.h include/ldns/wire2host.h include/ldns/zone.h -lib/libldns-1.0.0.so +lib/libldns-1.0.1.so lib/libldns.a lib/libldns.so @dirrm include/ldns --- ldns-1.0.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060111173050.870ABB825>