From owner-svn-ports-all@freebsd.org Thu Jun 9 18:18:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39776B70C05; Thu, 9 Jun 2016 18:18:39 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B7DB150E; Thu, 9 Jun 2016 18:18:38 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id d1e7f74a TLS version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Thu, 9 Jun 2016 12:18:33 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r416616 - head/dns/p5-Net-DNS From: Adam Weinberger In-Reply-To: <201606091802.u59I2xUF082399@repo.freebsd.org> Date: Thu, 9 Jun 2016 12:18:32 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201606091802.u59I2xUF082399@repo.freebsd.org> To: Kurt Jaeger X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 09 Jun 2016 18:18:39 -0000 > On 9 Jun, 2016, at 12:02, Kurt Jaeger wrote: >=20 > Author: pi > Date: Thu Jun 9 18:02:59 2016 > New Revision: 416616 > URL: https://svnweb.freebsd.org/changeset/ports/416616 >=20 > Log: > dns/p5-Net-DNS: 1.0.5 -> 1.0.6 >=20 > - Case sensitive compression breaks resolver->nameservers() = (RT#114351) > - Net::DNS::Resolver dies on scoped IPv6 nameserver address = (RT#113579) > - Resolve::Recurse Hangs (RT#113020) > - improperly terminated AXFR at t/08-IPv4.t line 446. (RT#112860) >=20 > PR: 208257 > Submitted by: Herbert J. Skuhra >=20 > Modified: > head/dns/p5-Net-DNS/Makefile > head/dns/p5-Net-DNS/distinfo >=20 > Modified: head/dns/p5-Net-DNS/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/dns/p5-Net-DNS/Makefile Thu Jun 9 16:00:11 2016 = (r416615) > +++ head/dns/p5-Net-DNS/Makefile Thu Jun 9 18:02:59 2016 = (r416616) > @@ -2,8 +2,7 @@ > # $FreeBSD$ >=20 > PORTNAME=3D Net-DNS > -PORTVERSION=3D 1.05 > -PORTREVISION=3D 1 > +PORTVERSION=3D 1.06 > PORTEPOCH=3D 1 > CATEGORIES=3D dns net perl5 ipv6 > MASTER_SITES=3D CPAN > @@ -14,14 +13,14 @@ COMMENT=3D Perl5 interface to the DNS reso >=20 > LICENSE=3D MIT >=20 > +BUILD_DEPENDS=3D p5-Digest-HMAC>=3D1.03:security/p5-Digest-HMAC > +RUN_DEPENDS:=3D ${BUILD_DEPENDS} > TEST_DEPENDS=3D = p5-Digest-BubbleBabble>=3D0:security/p5-Digest-BubbleBabble \ > p5-Test-Pod>=3D0:devel/p5-Test-Pod >=20 > -OPTIONS_DEFINE=3D GOST IDN IPV6 SSHFP TSIG > -OPTIONS_DEFAULT=3DTSIG > +OPTIONS_DEFINE=3D GOST IDN IPV6 SSHFP > GOST_DESC=3D GOST support > SSHFP_DESC=3D SSH2 Fingerprint support > -TSIG_DESC=3D Transaction Signature Support >=20 > CONFIGURE_ARGS=3D --no-IPv6-tests --no-online-tests > NO_ARCH=3D yes > @@ -34,8 +33,6 @@ IDN_BUILD_DEPENDS=3D p5-Net-LibIDN>=3D0.12:d > IDN_RUN_DEPENDS=3D p5-Net-LibIDN>=3D0.12:dns/p5-Net-LibIDN > SSHFP_BUILD_DEPENDS=3D = p5-Digest-BubbleBabble>=3D0.01:security/p5-Digest-BubbleBabble > SSHFP_RUN_DEPENDS=3D = p5-Digest-BubbleBabble>=3D0.01:security/p5-Digest-BubbleBabble > -TSIG_BUILD_DEPENDS=3D = p5-Digest-HMAC>=3D1.03:security/p5-Digest-HMAC > -TSIG_RUN_DEPENDS=3D p5-Digest-HMAC>=3D1.03:security/p5-Digest-HMAC Did you mean to delete the TSIG option that I committed yesterday? Can = you please put it back? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org