svn commit: r379943 - head/irc/p5-POE-Component-IRC
Adam Weinberger
adamw at FreeBSD.org
Wed Feb 25 18:54:16 UTC 2015
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
More information about the svn-ports-all
mailing list