From owner-svn-ports-head@FreeBSD.ORG Tue Mar 3 16:48:12 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 BF51252B; Tue, 3 Mar 2015 16:48:12 +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 AAD0B699; Tue, 3 Mar 2015 16:48:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t23GmCBk074625; Tue, 3 Mar 2015 16:48:12 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t23GmCZ5074624; Tue, 3 Mar 2015 16:48:12 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201503031648.t23GmCZ5074624@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 3 Mar 2015 16:48:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380385 - head/devel/p5-Moo 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, 03 Mar 2015 16:48:12 -0000 Author: adamw Date: Tue Mar 3 16:48:11 2015 New Revision: 380385 URL: https://svnweb.freebsd.org/changeset/ports/380385 QAT: https://qat.redports.org/buildarchive/r380385/ Log: In r380302, I stated that I was leaving the strictures dependency in because it's so highly recommended by the authors. On closer inspection, however, the usage of the strictures module must be manually activated in the calling program, and is otherwise unused. Because of this, it really doesn't make sense to have strictures be a hard dependency. So, I'm removing the p5-strictures dependency and bumping PORTREVISION. Modified: head/devel/p5-Moo/Makefile Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Tue Mar 3 16:46:18 2015 (r380384) +++ head/devel/p5-Moo/Makefile Tue Mar 3 16:48:11 2015 (r380385) @@ -3,6 +3,7 @@ PORTNAME= Moo PORTVERSION= 2.000000 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG @@ -17,8 +18,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Method-Modifiers>=1.10:${PORTSDIR}/devel/p5-Class-Method-Modifiers \ p5-Devel-GlobalDestruction>=0.11:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ p5-Module-Runtime>=0.014:${PORTSDIR}/devel/p5-Module-Runtime \ - p5-Role-Tiny>=2:${PORTSDIR}/devel/p5-Role-Tiny \ - p5-strictures>=2:${PORTSDIR}/devel/p5-strictures + p5-Role-Tiny>=2:${PORTSDIR}/devel/p5-Role-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal