Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2009 21:49:21 +0200
From:      Konstantin Saurbier <konstantin@saurbier.net>
To:        freebsd-ports-bugs@FreeBSD.org
Cc:        Martin Wilke <miwi@FreeBSD.org>
Subject:   Re: ports/136976: [patch] - update dns/ldns to version 1.6.0
Message-ID:  <9FE213E5-9FDD-4762-8FEA-A84851969C3E@saurbier.net>
In-Reply-To: <200907220759.n6M7xatR057864@freefall.freebsd.org>
References:  <200907220759.n6M7xatR057864@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail-2--597978320
Content-Type: text/plain;
	charset=US-ASCII;
	format=flowed;
	delsp=yes
Content-Transfer-Encoding: 7bit


Hi,

the patch itself looks good (no errors through test command of ports- 
mgmt/porttools)
but it removes one blank line.
I attached a new patch with the blank line. The Makefile is harder to  
read without this
empty line.

Best regards,
Konstantin Saurbier



--Apple-Mail-2--597978320
Content-Disposition: attachment;
	filename=ldns-1.6.0.patch.txt
Content-Type: text/plain;
	x-unix-mode=0600;
	name="ldns-1.6.0.patch.txt"
Content-Transfer-Encoding: 7bit

--- ldns.orig/Makefile	2009-05-31 15:20:05.000000000 +0200
+++ ldns/Makefile	2009-07-22 21:54:32.105851162 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	ldns
-PORTVERSION=	1.5.1
-PORTREVISION=	1
+PORTVERSION=	1.6.0
 CATEGORIES=	dns
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/
 
@@ -220,15 +219,15 @@
 .endif
 
 .if defined(WITH_EXAMPLES)
-PLIST_SUB+=             EXAMPLES=""
+PLIST_SUB+=		EXAMPLES=""
 NOMANCOMPRESS=	true
 MANCOMPRESSED=	no
-MAN1=	ldns-chaos.1 ldns-nsec3-hash.1 ldns-update.1 ldns-compare-zones.1 \
-	ldns-read-zone.1 ldns-verify-zone.1 ldns-dpa.1 ldns-resolver.1 \
-	ldns-version.1 ldns-key2ds.1 ldns-revoke.1 ldns-walk.1 \
-	ldns-keyfetcher.1 ldns-rrsig.1 ldns-zcat.1 ldns-keygen.1 \
-	ldns-signzone.1 ldns-zsplit.1 ldns-mx.1 ldns-testns.1 ldnsd.1 \
-	ldns-notify.1 
+MAN1=	ldns-chaos.1 ldns-compare-zones.1 ldns-dpa.1 ldns-key2ds.1 \
+	ldns-keyfetcher.1 ldns-keygen.1 ldns-mx.1 ldns-notify.1 \
+	ldns-nsec3-hash.1 ldns-read-zone.1 ldns-resolver.1 ldns-revoke.1 \
+	ldns-rrsig.1 ldns-signzone.1 ldns-testns.1 ldns-update.1 \
+	ldns-verify-zone.1 ldns-version.1 ldns-walk.1 ldns-zcat.1 \
+	ldns-zsplit.1 ldnsd.1
 
 post-configure:
 	@(cd ${WRKSRC}/examples; ./configure --prefix=${PREFIX} \
--- ldns.orig/distinfo	2009-02-26 22:16:58.000000000 +0100
+++ ldns/distinfo	2009-07-22 21:23:50.909752216 +0200
@@ -1,3 +1,3 @@
-MD5 (ldns-1.5.1.tar.gz) = 17f73def98711e1475409d9a8d5d9dcd
-SHA256 (ldns-1.5.1.tar.gz) = f0672f0efd6f3285858f1f940a6de807f04a303119d3bc4b8095fbc88a6f1faa
-SIZE (ldns-1.5.1.tar.gz) = 781562
+MD5 (ldns-1.6.0.tar.gz) = cd0d4d34a60d018fbfedae6d3ee4049b
+SHA256 (ldns-1.6.0.tar.gz) = ff14a5a52c61ec3212b3e35fdd9f0861705a66fceb1cef8bd4720b950b5694e7
+SIZE (ldns-1.6.0.tar.gz) = 824644
--- ldns.orig/pkg-plist	2009-05-31 15:20:05.000000000 +0200
+++ ldns/pkg-plist	2009-07-22 21:23:50.922746885 +0200
@@ -41,6 +41,8 @@
 include/ldns/resolver.h
 include/ldns/rr.h
 include/ldns/rr_functions.h
+include/ldns/sha1.h
+include/ldns/sha2.h
 include/ldns/str2host.h
 include/ldns/tsig.h
 include/ldns/update.h

--Apple-Mail-2--597978320
Content-Type: text/plain;
	charset=US-ASCII;
	format=flowed
Content-Transfer-Encoding: 7bit



--Apple-Mail-2--597978320--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9FE213E5-9FDD-4762-8FEA-A84851969C3E>