From owner-svn-ports-all@FreeBSD.ORG Thu Feb 26 19:15:16 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92D6F236; Thu, 26 Feb 2015 19:15:16 +0000 (UTC) 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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 188037F0; Thu, 26 Feb 2015 19:15:16 +0000 (UTC) Received: from [192.168.192.25] (67-0-109-75.albq.qwest.net [67.0.109.75]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id 5FCAB13C713; Thu, 26 Feb 2015 12:15:14 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: svn commit: r380027 - head/dns/p5-Net-DNS From: Adam Weinberger In-Reply-To: Date: Thu, 26 Feb 2015 12:15:12 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201502261713.t1QHDuZO006063@svn.freebsd.org> To: Sunpoet Po-Chuan Hsieh X-Mailer: Apple Mail (2.2070.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Adam Weinberger , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Feb 2015 19:15:16 -0000 > On 26 Feb, 2015, at 12:07, Sunpoet Po-Chuan Hsieh = wrote: >=20 >=20 >=20 > On Fri, Feb 27, 2015 at 1:13 AM, Adam Weinberger = wrote: > Author: adamw > Date: Thu Feb 26 17:13:56 2015 > New Revision: 380027 > URL: https://svnweb.freebsd.org/changeset/ports/380027 > QAT: https://qat.redports.org/buildarchive/r380027/ >=20 > Log: > Update to 0.83. Register dependencies on Digest::MD5 and = Digest::SHA. > Also, add an SSHFP option for SSH2 fingerprint records support. >=20 > Changes: https://metacpan.org/changes/distribution/Net-DNS >=20 > Modified: > head/dns/p5-Net-DNS/Makefile > head/dns/p5-Net-DNS/distinfo > head/dns/p5-Net-DNS/pkg-plist >=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 Feb 26 17:03:27 2015 = (r380026) > +++ head/dns/p5-Net-DNS/Makefile Thu Feb 26 17:13:56 2015 = (r380027) > @@ -2,7 +2,7 @@ > # $FreeBSD$ >=20 > PORTNAME=3D Net-DNS > -PORTVERSION=3D 0.82 > +PORTVERSION=3D 0.83 > CATEGORIES=3D dns net perl5 ipv6 > MASTER_SITES=3D CPAN > PKGNAMEPREFIX=3D p5- > @@ -13,12 +13,15 @@ COMMENT=3D Perl5 interface to the DNS reso > LICENSE=3D ART10 GPLv1 > LICENSE_COMB=3D dual >=20 > -BUILD_DEPENDS=3D = p5-Digest-HMAC>=3D1.01:${PORTSDIR}/security/p5-Digest-HMAC > +BUILD_DEPENDS=3D = p5-Digest-HMAC>=3D1.01:${PORTSDIR}/security/p5-Digest-HMAC \ > + p5-Digest-MD5>=3D2.13:${PORTSDIR}/security/p5-Digest-MD5= \ > + p5-Digest-SHA>=3D5.23:${PORTSDIR}/security/p5-Digest-SHA= >=20 > Why add back p5-Digest-MD5 and p5-Digest-SHA? > We have newer versions in core (of lang/perl5.*). > e.g. Digest::MD5 2.51 and Digest::SHA 5.71 in Perl 5.16. >=20 > Regards, > sunpoet You're totally right, I didn't think that one through. I'll revert those = additions. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org