Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2014 23:35:55 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372756 - head/net/p5-POE-Component-Client-Twitter
Message-ID:  <201411182335.sAINZtqS035239@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Nov 18 23:35:54 2014
New Revision: 372756
URL: https://svnweb.freebsd.org/changeset/ports/372756
QAT: https://qat.redports.org/buildarchive/r372756/

Log:
  Fix after latest devel/p5-Test-Base update.
  
  Sponsored by:	Absolight

Modified:
  head/net/p5-POE-Component-Client-Twitter/Makefile

Modified: head/net/p5-POE-Component-Client-Twitter/Makefile
==============================================================================
--- head/net/p5-POE-Component-Client-Twitter/Makefile	Tue Nov 18 23:29:38 2014	(r372755)
+++ head/net/p5-POE-Component-Client-Twitter/Makefile	Tue Nov 18 23:35:54 2014	(r372756)
@@ -3,7 +3,7 @@
 
 PORTNAME=	POE-Component-Client-Twitter
 PORTVERSION=	0.01
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,6 +18,7 @@ BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
 		p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
+		p5-Module-Install-TestBase>=0:${PORTSDIR}/devel/p5-Module-Install-TestBase \
 		p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 



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