From owner-svn-ports-head@FreeBSD.ORG Thu Feb 26 19:16:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2672327; Thu, 26 Feb 2015 19:16:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D5E9807; Thu, 26 Feb 2015 19:16:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1QJGHnL064936; Thu, 26 Feb 2015 19:16:17 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1QJGHuY064935; Thu, 26 Feb 2015 19:16:17 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502261916.t1QJGHuY064935@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 26 Feb 2015 19:16:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380047 - head/dns/p5-Net-DNS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2015 19:16:17 -0000 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