mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
parent
c1998d4777
commit
53ce35f9a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448331
2 changed files with 12 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-DNS
|
||||
PORTVERSION= 1.11
|
||||
PORTVERSION= 1.12
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= dns net perl5 ipv6
|
||||
MASTER_SITES= CPAN
|
||||
|
@ -36,4 +36,11 @@ SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0.01:security/p5-Digest-BubbleBabble
|
|||
TSIG_BUILD_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC
|
||||
TSIG_RUN_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502504
|
||||
BUILD_DEPENDS+= p5-IO-Socket-IP>=0.38:net/p5-IO-Socket-IP
|
||||
RUN_DEPENDS+= p5-IO-Socket-IP>=0.38:net/p5-IO-Socket-IP
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1498499061
|
||||
SHA256 (Net-DNS-1.11.tar.gz) = f8404144bea99d731ab029598e4312dc2ef18226420052124a93915b664b40b7
|
||||
SIZE (Net-DNS-1.11.tar.gz) = 261957
|
||||
TIMESTAMP = 1503156518
|
||||
SHA256 (Net-DNS-1.12.tar.gz) = 25ff01fe79de3fb759d190fadb0971c326f4afc2e6a4541d10d624f65b34c1ff
|
||||
SIZE (Net-DNS-1.12.tar.gz) = 262534
|
||||
|
|
Loading…
Add table
Reference in a new issue