svn commit: r380385 - head/devel/p5-Moo

Adam Weinberger adamw at FreeBSD.org
Tue Mar 3 16:48:12 UTC 2015


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
 


More information about the svn-ports-head mailing list