mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Upgrade to the eagerly anticipated 0.52. If you are using a version
of this module later than 0.49, you should definitely upgrade, as this version fixes several bugs in the new code. If running Perl < 5.6, make addition of the IPv6 modules optional as 0.52 of this module fixes the bugs that made it mandatory.
This commit is contained in:
parent
d3dcdf9e54
commit
48c2b9e908
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138555
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Net-DNS
|
||||
PORTVERSION= 0.51
|
||||
PORTVERSION= 0.52
|
||||
CATEGORIES= dns net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
@ -45,8 +45,10 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
.if defined(WITH_IPv6)
|
||||
RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
|
||||
.endif
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
PLIST_SUB+= BYTES_INSTALL=""
|
||||
.else
|
||||
PLIST_SUB+= BYTES_INSTALL="@comment "
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Net-DNS-0.51.tar.gz) = fc358c06e65b1918b93e1a92e02065b8
|
||||
SIZE (Net-DNS-0.51.tar.gz) = 117037
|
||||
MD5 (Net-DNS-0.52.tar.gz) = 035e3ec9156fd73ca8a52308ebc5307c
|
||||
SIZE (Net-DNS-0.52.tar.gz) = 119056
|
||||
|
Loading…
Reference in New Issue
Block a user