svn commit: r380027 - head/dns/p5-Net-DNS

Adam Weinberger adamw at adamw.org
Thu Feb 26 19:15:16 UTC 2015


> On 26 Feb, 2015, at 12:07, Sunpoet Po-Chuan Hsieh <sunpoet at freebsd.org> wrote:
> 
> 
> 
> On Fri, Feb 27, 2015 at 1:13 AM, Adam Weinberger <adamw at freebsd.org> 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/
> 
> Log:
>   Update to 0.83. Register dependencies on Digest::MD5 and Digest::SHA.
>   Also, add an SSHFP option for SSH2 fingerprint records support.
> 
>   Changes: https://metacpan.org/changes/distribution/Net-DNS
> 
> Modified:
>   head/dns/p5-Net-DNS/Makefile
>   head/dns/p5-Net-DNS/distinfo
>   head/dns/p5-Net-DNS/pkg-plist
> 
> Modified: head/dns/p5-Net-DNS/Makefile
> ==============================================================================
> --- 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$
> 
>  PORTNAME=      Net-DNS
> -PORTVERSION=   0.82
> +PORTVERSION=   0.83
>  CATEGORIES=    dns net perl5 ipv6
>  MASTER_SITES=  CPAN
>  PKGNAMEPREFIX= p5-
> @@ -13,12 +13,15 @@ COMMENT=    Perl5 interface to the DNS reso
>  LICENSE=       ART10 GPLv1
>  LICENSE_COMB=  dual
> 
> -BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC
> +BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
> +               p5-Digest-MD5>=2.13:${PORTSDIR}/security/p5-Digest-MD5 \
> +               p5-Digest-SHA>=5.23:${PORTSDIR}/security/p5-Digest-SHA
> 
> 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.
> 
> Regards,
> sunpoet

You're totally right, I didn't think that one through. I'll revert those additions.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
http://www.adamw.org




More information about the svn-ports-head mailing list