Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 10:54:27 +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: r326625 - head/devel/p5-Function-Parameters
Message-ID:  <201309071054.r87AsRme097402@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep  7 10:54:27 2013
New Revision: 326625
URL: http://svnweb.freebsd.org/changeset/ports/326625

Log:
  - Use 5.14+ instead of 5.14.0+
  
  Suggested by:	az (via IRC)

Modified:
  head/devel/p5-Function-Parameters/Makefile

Modified: head/devel/p5-Function-Parameters/Makefile
==============================================================================
--- head/devel/p5-Function-Parameters/Makefile	Sat Sep  7 10:53:30 2013	(r326624)
+++ head/devel/p5-Function-Parameters/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
@@ -21,7 +21,7 @@ TEST_DEPENDS=	p5-Dir-Self>=0:${PORTSDIR}
 		p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
 		p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
 
-USE_PERL5=	5.14.0+ configure
+USE_PERL5=	5.14+ configure
 USES=		perl5
 
 MAN3=		Function::Parameters.3 \



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