svn commit: r349365 - head/devel/p5-JSON-Schema

Tom Judge tj at FreeBSD.org
Thu Mar 27 21:09:59 UTC 2014


Author: tj
Date: Thu Mar 27 21:09:58 2014
New Revision: 349365
URL: http://svnweb.freebsd.org/changeset/ports/349365
QAT: https://qat.redports.org/buildarchive/r349365/

Log:
  Add missing dep on www/p5-HTTP-Link-Parser

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

Modified: head/devel/p5-JSON-Schema/Makefile
==============================================================================
--- head/devel/p5-JSON-Schema/Makefile	Thu Mar 27 20:59:10 2014	(r349364)
+++ head/devel/p5-JSON-Schema/Makefile	Thu Mar 27 21:09:58 2014	(r349365)
@@ -3,6 +3,7 @@
 
 PORTNAME=	JSON-Schema
 PORTVERSION=	0.015
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,6 +17,7 @@ BUILD_DEPENDS=	p5-Exporter-Tiny>=0:${POR
     		p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
     		p5-JSON-Path>=0:${PORTSDIR}/devel/p5-JSON-Path \
     		p5-JSON-Hyper>=0:${PORTSDIR}/devel/p5-JSON-Hyper \
+    		p5-HTTP-Link-Parser>=0:${PORTSDIR}/www/p5-HTTP-Link-Parser \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
 		p5-autovivification>=0:${PORTSDIR}/devel/p5-autovivification
 RUN_DEPENDS:=	${BUILD_DEPENDS}


More information about the svn-ports-all mailing list