Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2014 05:37:07 +0000 (UTC)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361867 - head/devel/p5-DateTime-Format-Flexible
Message-ID:  <201407150537.s6F5b75m041345@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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