svn commit: r529380 - head/dns/p5-Net-DNS
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 28 12:49:12 UTC 2020
Author: sunpoet
Date: Sat Mar 28 12:49:02 2020
New Revision: 529380
URL: https://svnweb.freebsd.org/changeset/ports/529380
Log:
Update to 1.23
Changes: https://metacpan.org/changes/distribution/Net-DNS
Modified:
head/dns/p5-Net-DNS/Makefile
head/dns/p5-Net-DNS/distinfo
Modified: head/dns/p5-Net-DNS/Makefile
==============================================================================
--- head/dns/p5-Net-DNS/Makefile Sat Mar 28 12:48:57 2020 (r529379)
+++ head/dns/p5-Net-DNS/Makefile Sat Mar 28 12:49:02 2020 (r529380)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Net-DNS
-PORTVERSION= 1.22
+PORTVERSION= 1.23
PORTEPOCH= 1
CATEGORIES= dns net perl5
MASTER_SITES= CPAN
@@ -16,18 +16,18 @@ LICENSE= MIT
TEST_DEPENDS= p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \
p5-Test-Pod>=0:devel/p5-Test-Pod
+USES= perl5
+USE_PERL5= configure
+
+CONFIGURE_ARGS= --no-IPv6-tests --no-online-tests
+NO_ARCH= yes
+
OPTIONS_DEFINE= IDN IDN2 IPV6 SSHFP TSIG
OPTIONS_DEFAULT=TSIG
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
-
-USES= perl5
-USE_PERL5= configure
-
-CONFIGURE_ARGS= --no-IPv6-tests --no-online-tests
-NO_ARCH= yes
IDN_BUILD_DEPENDS= p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN
IDN_RUN_DEPENDS= p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN
Modified: head/dns/p5-Net-DNS/distinfo
==============================================================================
--- head/dns/p5-Net-DNS/distinfo Sat Mar 28 12:48:57 2020 (r529379)
+++ head/dns/p5-Net-DNS/distinfo Sat Mar 28 12:49:02 2020 (r529380)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581688148
-SHA256 (Net-DNS-1.22.tar.gz) = 03cd6a733e1cab6f817b4c4dcb7b29575002f8c543fb85e94c6290bc224d4c12
-SIZE (Net-DNS-1.22.tar.gz) = 257683
+TIMESTAMP = 1585059403
+SHA256 (Net-DNS-1.23.tar.gz) = cf327f31063b96cd3421be43a1d6cb41eaa61d0595450032e57905b1bd6b2c3e
+SIZE (Net-DNS-1.23.tar.gz) = 257796
More information about the svn-ports-head
mailing list