Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2017 23:46:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433700 - head/devel/p5-Moose
Message-ID:  <201702082346.v18NkxgL033009@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Feb  8 23:46:58 2017
New Revision: 433700
URL: https://svnweb.freebsd.org/changeset/ports/433700

Log:
  Fix *_DEPENDS: add missing PORTEPOCH (,1)

Modified:
  head/devel/p5-Moose/Makefile

Modified: head/devel/p5-Moose/Makefile
==============================================================================
--- head/devel/p5-Moose/Makefile	Wed Feb  8 23:46:54 2017	(r433699)
+++ head/devel/p5-Moose/Makefile	Wed Feb  8 23:46:58 2017	(r433700)
@@ -33,7 +33,7 @@ BUILD_DEPENDS=	p5-Class-Load>=0.09:devel
 		p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils \
 		p5-Sub-Exporter>=0.980:devel/p5-Sub-Exporter \
 		p5-Sub-Identify>=0:devel/p5-Sub-Identify \
-		p5-Sub-Name>=0.20:devel/p5-Sub-Name \
+		p5-Sub-Name>=0.20,1:devel/p5-Sub-Name \
 		p5-Try-Tiny>=0.17:lang/p5-Try-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-CPAN-Meta-Check>=0.011:devel/p5-CPAN-Meta-Check \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702082346.v18NkxgL033009>