diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-20 04:36:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-20 04:36:05 +0800 |
commit | d3817286b3527e9852114825b49ef9333f738bd5 (patch) | |
tree | ed08df1b52b64a1bde6c1aab215a8b5d848294a4 /dns | |
parent | 2156db0d6ea23dbd1b352e35eede71d25b0ef58b (diff) | |
download | freebsd-ports-gnome-d3817286b3527e9852114825b49ef9333f738bd5.tar.gz freebsd-ports-gnome-d3817286b3527e9852114825b49ef9333f738bd5.tar.zst freebsd-ports-gnome-d3817286b3527e9852114825b49ef9333f738bd5.zip |
Update to 1.13
- Remove GOST option
- Add IDN2 option
- Add IDN_DESC and IDN2_DESC
Changes: http://search.cpan.org/dist/Net-DNS/Changes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 11 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index c1e7a8d6d683..9ca667673e22 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-DNS -PORTVERSION= 1.12 +PORTVERSION= 1.13 PORTEPOCH= 1 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN @@ -16,9 +16,10 @@ LICENSE= MIT TEST_DEPENDS= p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \ p5-Test-Pod>=0:devel/p5-Test-Pod -OPTIONS_DEFINE= GOST IDN IPV6 SSHFP TSIG +OPTIONS_DEFINE= IDN IDN2 IPV6 SSHFP TSIG OPTIONS_DEFAULT=TSIG -GOST_DESC= GOST support +IDN_DESC= International Domain Names support via Net::LibIDN +IDN2_DESC= International Domain Names support via Net::LibIDN2 SSHFP_DESC= SSH2 Fingerprint support TSIG_DESC= Transaction Signature Support @@ -27,10 +28,10 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -GOST_BUILD_DEPENDS= p5-Digest-GOST>=0.06:security/p5-Digest-GOST -GOST_RUN_DEPENDS= p5-Digest-GOST>=0.06:security/p5-Digest-GOST IDN_BUILD_DEPENDS= p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN IDN_RUN_DEPENDS= p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN +IDN2_BUILD_DEPENDS= p5-Net-LibIDN2>=1:dns/p5-Net-LibIDN2 +IDN2_RUN_DEPENDS= p5-Net-LibIDN2>=1:dns/p5-Net-LibIDN2 SSHFP_BUILD_DEPENDS= p5-Digest-BubbleBabble>=0.01:security/p5-Digest-BubbleBabble SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0.01:security/p5-Digest-BubbleBabble TSIG_BUILD_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo index 7f1585f65f47..e056bfad2d61 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503156518 -SHA256 (Net-DNS-1.12.tar.gz) = 25ff01fe79de3fb759d190fadb0971c326f4afc2e6a4541d10d624f65b34c1ff -SIZE (Net-DNS-1.12.tar.gz) = 262534 +TIMESTAMP = 1508435343 +SHA256 (Net-DNS-1.13.tar.gz) = 7ec76663365f2f96de46fe07bd6c9d45ab21171ae83954e8d1b816428b518c36 +SIZE (Net-DNS-1.13.tar.gz) = 251658 |