From owner-svn-ports-head@FreeBSD.ORG Tue Feb 17 14:20:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 836769DA; Tue, 17 Feb 2015 14:20:44 +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 6E04AAFF; Tue, 17 Feb 2015 14:20:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HEKiS8041935; Tue, 17 Feb 2015 14:20:44 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1HEKiwN041934; Tue, 17 Feb 2015 14:20:44 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502171420.t1HEKiwN041934@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 17 Feb 2015 14:20:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379162 - head/devel/p5-namespace-clean 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: Tue, 17 Feb 2015 14:20:44 -0000 Author: adamw Date: Tue Feb 17 14:20:43 2015 New Revision: 379162 URL: https://svnweb.freebsd.org/changeset/ports/379162 QAT: https://qat.redports.org/buildarchive/r379162/ Log: Remove dependencies on p5-Sub-Identify and p5-Sub-Name. They were removed as general requirements in version 0.20_01, in 2011. Now those modules are only loaded for perl < 5.15.5. Modified: head/devel/p5-namespace-clean/Makefile Modified: head/devel/p5-namespace-clean/Makefile ============================================================================== --- head/devel/p5-namespace-clean/Makefile Tue Feb 17 13:42:57 2015 (r379161) +++ head/devel/p5-namespace-clean/Makefile Tue Feb 17 14:20:43 2015 (r379162) @@ -3,7 +3,7 @@ PORTNAME= namespace-clean PORTVERSION= 0.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0.12:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ - p5-Package-Stash>=0.23:${PORTSDIR}/devel/p5-Package-Stash \ - p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify \ - p5-Sub-Name>=0.04:${PORTSDIR}/devel/p5-Sub-Name + p5-Package-Stash>=0.23:${PORTSDIR}/devel/p5-Package-Stash RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5