Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2016 18:36:19 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416618 - head/dns/p5-Net-DNS
Message-ID:  <201606091836.u59IaJeH094262@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Jun  9 18:36:18 2016
New Revision: 416618
URL: https://svnweb.freebsd.org/changeset/ports/416618

Log:
  dns/p5-Net-DNS: re-add TSIG option
  
  PR:		208257
  Pointy hat to:	pi
  Reported by:	adamw

Modified:
  head/dns/p5-Net-DNS/Makefile

Modified: head/dns/p5-Net-DNS/Makefile
==============================================================================
--- head/dns/p5-Net-DNS/Makefile	Thu Jun  9 18:13:53 2016	(r416617)
+++ head/dns/p5-Net-DNS/Makefile	Thu Jun  9 18:36:18 2016	(r416618)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Net-DNS
 PORTVERSION=	1.06
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	dns net perl5 ipv6
 MASTER_SITES=	CPAN
@@ -18,9 +19,11 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \
 		p5-Test-Pod>=0:devel/p5-Test-Pod
 
-OPTIONS_DEFINE=	GOST IDN IPV6 SSHFP
+OPTIONS_DEFINE=	GOST IDN IPV6 SSHFP TSIG
+OPTIONS_DEFAULT=TSIG
 GOST_DESC=	GOST support
 SSHFP_DESC=	SSH2 Fingerprint support
+TSIG_DESC=	Transaction Signature Support
 
 CONFIGURE_ARGS=	--no-IPv6-tests --no-online-tests
 NO_ARCH=	yes
@@ -33,6 +36,8 @@ IDN_BUILD_DEPENDS=	p5-Net-LibIDN>=0.12:d
 IDN_RUN_DEPENDS=	p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN
 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
+TSIG_RUN_DEPENDS=	p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC
 
 .include <bsd.port.pre.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606091836.u59IaJeH094262>