svn commit: r376089 - head/devel/p5-Inline-Filters

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 3 07:11:45 UTC 2015


Author: sunpoet
Date: Sat Jan  3 07:11:44 2015
New Revision: 376089
URL: https://svnweb.freebsd.org/changeset/ports/376089
QAT: https://qat.redports.org/buildarchive/r376089/

Log:
  - Update *_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/p5-Inline-Filters/Makefile

Modified: head/devel/p5-Inline-Filters/Makefile
==============================================================================
--- head/devel/p5-Inline-Filters/Makefile	Sat Jan  3 07:11:37 2015	(r376088)
+++ head/devel/p5-Inline-Filters/Makefile	Sat Jan  3 07:11:44 2015	(r376089)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Inline-Filters
 PORTVERSION=	0.16
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,7 +14,8 @@ COMMENT=	Common source code filters for 
 LICENSE=	ART10 GPLv1 GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Inline>=0.42:${PORTSDIR}/devel/p5-Inline
+BUILD_DEPENDS=	p5-Inline>=0.42:${PORTSDIR}/devel/p5-Inline \
+		p5-Inline-C>=0.42:${PORTSDIR}/devel/p5-Inline-C
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5


More information about the svn-ports-all mailing list