svn commit: r361867 - head/devel/p5-DateTime-Format-Flexible

Yen-Ming Lee leeym at FreeBSD.org
Tue Jul 15 05:37:07 UTC 2014


Author: leeym
Date: Tue Jul 15 05:37:07 2014
New Revision: 361867
URL: http://svnweb.freebsd.org/changeset/ports/361867
QAT: https://qat.redports.org/buildarchive/r361867/

Log:
  - add missing dependency and bump PORTREVISION

Modified:
  head/devel/p5-DateTime-Format-Flexible/Makefile

Modified: head/devel/p5-DateTime-Format-Flexible/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-Flexible/Makefile	Tue Jul 15 05:27:56 2014	(r361866)
+++ head/devel/p5-DateTime-Format-Flexible/Makefile	Tue Jul 15 05:37:07 2014	(r361867)
@@ -3,6 +3,7 @@
 
 PORTNAME=	DateTime-Format-Flexible
 PORTVERSION=	0.26
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,6 +17,7 @@ LICENSE_COMB=	dual
 RUN_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
 		p5-DateTime-Format-Builder>=0.74:${PORTSDIR}/devel/p5-DateTime-Format-Builder \
 		p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \
+		p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
 		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime


More information about the svn-ports-all mailing list