svn commit: r380020 - head/devel/p5-POE-Component-Schedule

Adam Weinberger adamw at FreeBSD.org
Thu Feb 26 16:32:09 UTC 2015


Author: adamw
Date: Thu Feb 26 16:32:07 2015
New Revision: 380020
URL: https://svnweb.freebsd.org/changeset/ports/380020
QAT: https://qat.redports.org/buildarchive/r380020/

Log:
  Remove build dependency on p5-Test-Simple.

Modified:
  head/devel/p5-POE-Component-Schedule/Makefile

Modified: head/devel/p5-POE-Component-Schedule/Makefile
==============================================================================
--- head/devel/p5-POE-Component-Schedule/Makefile	Thu Feb 26 16:30:59 2015	(r380019)
+++ head/devel/p5-POE-Component-Schedule/Makefile	Thu Feb 26 16:32:07 2015	(r380020)
@@ -3,7 +3,7 @@
 
 PORTNAME=	POE-Component-Schedule
 PORTVERSION=	0.95
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,11 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Schedule POE Events using a cron spec
 
-BUILD_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
-		p5-POE>=0:${PORTSDIR}/devel/p5-POE \
-		p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set
-RUN_DEPENDS=	p5-POE>=0:${PORTSDIR}/devel/p5-POE \
+BUILD_DEPENDS=	p5-POE>=0:${PORTSDIR}/devel/p5-POE \
 		p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	modbuild


More information about the svn-ports-all mailing list