svn commit: r380047 - head/dns/p5-Net-DNS
Adam Weinberger
adamw at FreeBSD.org
Thu Feb 26 19:16:17 UTC 2015
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
More information about the svn-ports-all
mailing list