From owner-svn-ports-head@FreeBSD.ORG Thu Mar 13 17:50:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 756AEFA2; Thu, 13 Mar 2014 17:50:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 621679DB; Thu, 13 Mar 2014 17:50:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DHoVDw009438; Thu, 13 Mar 2014 17:50:31 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2DHoVR9009437; Thu, 13 Mar 2014 17:50:31 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201403131750.s2DHoVR9009437@svn.freebsd.org> From: Ryan Steinmetz Date: Thu, 13 Mar 2014 17:50:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348109 - head/devel/p5-JSON-Path X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 17:50:31 -0000 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}