From owner-svn-ports-all@freebsd.org Thu Jun 9 19:52:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA1CBB708F7; Thu, 9 Jun 2016 19:52:50 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9AA3B1E16; Thu, 9 Jun 2016 19:52:50 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u59Jqn8R024074; Thu, 9 Jun 2016 19:52:49 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u59Jqnp2024073; Thu, 9 Jun 2016 19:52:49 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201606091952.u59Jqnp2024073@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 9 Jun 2016 19:52:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416624 - 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-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 19:52:50 -0000 Author: adamw Date: Thu Jun 9 19:52:49 2016 New Revision: 416624 URL: https://svnweb.freebsd.org/changeset/ports/416624 Log: Remove explicit BUILD/RUN depends on p5-Digest-HMAC. 2nd pointy hat to: pi (he'll have to wear this one upside-down, on his chin) Modified: head/dns/p5-Net-DNS/Makefile Modified: head/dns/p5-Net-DNS/Makefile ============================================================================== --- head/dns/p5-Net-DNS/Makefile Thu Jun 9 19:50:40 2016 (r416623) +++ head/dns/p5-Net-DNS/Makefile Thu Jun 9 19:52:49 2016 (r416624) @@ -3,7 +3,7 @@ PORTNAME= Net-DNS PORTVERSION= 1.06 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN @@ -14,8 +14,6 @@ COMMENT= Perl5 interface to the DNS reso LICENSE= MIT -BUILD_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \ p5-Test-Pod>=0:devel/p5-Test-Pod