svn commit: r419917 - head/devel/p5-DateTime

Mathieu Arnold mat at FreeBSD.org
Tue Aug 9 12:23:16 UTC 2016


Author: mat
Date: Tue Aug  9 12:23:14 2016
New Revision: 419917
URL: https://svnweb.freebsd.org/changeset/ports/419917

Log:
  Add the correct version, the configure stage was saying:
  
  Warning: prerequisite namespace::autoclean 0.19 not found.
  
  PR:		211691
  Reported by:	sfoster mailbox myzen co uk
  Sponsored by:	Absolight

Modified:
  head/devel/p5-DateTime/Makefile   (contents, props changed)

Modified: head/devel/p5-DateTime/Makefile
==============================================================================
--- head/devel/p5-DateTime/Makefile	Tue Aug  9 12:09:17 2016	(r419916)
+++ head/devel/p5-DateTime/Makefile	Tue Aug  9 12:23:14 2016	(r419917)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	p5-DateTime-Locale>=1.05:
 		p5-DateTime-TimeZone>=2.00:devel/p5-DateTime-TimeZone \
 		p5-Params-Validate>=1.03:devel/p5-Params-Validate \
 		p5-Try-Tiny>=0:lang/p5-Try-Tiny \
-		p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
+		p5-namespace-autoclean>=0.19:devel/p5-namespace-autoclean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Fatal>=0:devel/p5-Test-Fatal \
 		p5-CPAN-Meta-Check>=0.011:devel/p5-CPAN-Meta-Check \


More information about the svn-ports-all mailing list