Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 17:50:31 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348109 - head/devel/p5-JSON-Path
Message-ID:  <201403131750.s2DHoVR9009437@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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