Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 19:16:17 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380047 - head/dns/p5-Net-DNS
Message-ID:  <201502261916.t1QJGHuY064935@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Feb 26 19:16:16 2015
New Revision: 380047
URL: https://svnweb.freebsd.org/changeset/ports/380047
QAT: https://qat.redports.org/buildarchive/r380047/

Log:
  As pointed out by sunpoet, the addition of Digest::MD5 and Digest::SHA
  dependencies was a mistake. Take those dependencies out and bump
  PORTREVISION.

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

Modified: head/dns/p5-Net-DNS/Makefile
==============================================================================
--- head/dns/p5-Net-DNS/Makefile	Thu Feb 26 19:12:04 2015	(r380046)
+++ head/dns/p5-Net-DNS/Makefile	Thu Feb 26 19:16:16 2015	(r380047)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Net-DNS
 PORTVERSION=	0.83
+PORTREVISION=	1
 CATEGORIES=	dns net perl5 ipv6
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,9 +14,7 @@ COMMENT=	Perl5 interface to the DNS reso
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
-		p5-Digest-MD5>=2.13:${PORTSDIR}/security/p5-Digest-MD5 \
-		p5-Digest-SHA>=5.23:${PORTSDIR}/security/p5-Digest-SHA
+BUILD_DEPENDS=	p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble \
 		p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod



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