Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 18:54:16 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379943 - head/irc/p5-POE-Component-IRC
Message-ID:  <201502251854.t1PIsG5F066045@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Feb 25 18:54:15 2015
New Revision: 379943
URL: https://svnweb.freebsd.org/changeset/ports/379943
QAT: https://qat.redports.org/buildarchive/r379943/

Log:
  p5-Test-Differences was already listed as a TEST_DEPENDS, but was missed
  being removed from BUILD/RUN_DEPENDS.

Modified:
  head/irc/p5-POE-Component-IRC/Makefile

Modified: head/irc/p5-POE-Component-IRC/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC/Makefile	Wed Feb 25 18:50:37 2015	(r379942)
+++ head/irc/p5-POE-Component-IRC/Makefile	Wed Feb 25 18:54:15 2015	(r379943)
@@ -3,6 +3,7 @@
 
 PORTNAME=	POE-Component-IRC
 PORTVERSION=	6.88
+PORTREVISION=	1
 CATEGORIES=	irc devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:BINGOS
@@ -20,7 +21,6 @@ RUN_DEPENDS=	p5-POE>=1.311:${PORTSDIR}/d
 		p5-POE-Component-Client-DNS>=0.99:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
 		p5-POE-Component-SSLify>0:${PORTSDIR}/security/p5-POE-Component-SSLify \
 		p5-IRC-Utils>=0.12:${PORTSDIR}/irc/p5-IRC-Utils \
-		p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences \
 		p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences



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