svn commit: r348109 - head/devel/p5-JSON-Path

Ryan Steinmetz zi at FreeBSD.org
Thu Mar 13 17:50:31 UTC 2014


Author: zi
Date: Thu Mar 13 17:50:30 2014
New Revision: 348109
URL: http://svnweb.freebsd.org/changeset/ports/348109
QAT: https://qat.redports.org/buildarchive/r348109/

Log:
  - Fix DEPENDS after 0.205 update
  - Bump PORTREVISION
  
  Reported by:	tj@

Modified:
  head/devel/p5-JSON-Path/Makefile

Modified: head/devel/p5-JSON-Path/Makefile
==============================================================================
--- head/devel/p5-JSON-Path/Makefile	Thu Mar 13 17:48:16 2014	(r348108)
+++ head/devel/p5-JSON-Path/Makefile	Thu Mar 13 17:50:30 2014	(r348109)
@@ -3,6 +3,7 @@
 
 PORTNAME=	JSON-Path
 PORTVERSION=	0.205
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,7 +13,7 @@ COMMENT=	Search nested hashref/arrayref 
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
+BUILD_DEPENDS=	p5-Exporter-Tiny>=0:${PORTSDIR}/devel/p5-Exporter-Tiny \
     		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
 		p5-LV>=0:${PORTSDIR}/devel/p5-LV
 RUN_DEPENDS:=	${BUILD_DEPENDS}


More information about the svn-ports-all mailing list