Date: Wed, 29 Feb 2012 15:21:30 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: miwi@FreeBSD.org Subject: ports/165563: [PATCH] editors/p5-Vimana: update RUN_DEPENDS Message-ID: <201202292021.q1TKLUrh096945@meatwad.mouf.net> Resent-Message-ID: <201202292030.q1TKUC1h061129@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165563 >Category: ports >Synopsis: [PATCH] editors/p5-Vimana: update RUN_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 29 20:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: Module seems to want JSON-PP now instead of JSON. Fails tests with p5-JSON, passes with p5-JSON-PP. Attached patch updates the dependency. Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Vimana-2010.09303_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/editors/p5-Vimana/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 20 Jun 2011 08:37:07 -0000 1.7 +++ Makefile 29 Feb 2012 20:20:46 -0000 @@ -7,6 +7,7 @@ PORTNAME= Vimana PORTVERSION= 2010.09303 +PORTREVISION= 1 CATEGORIES= editors perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CORNELIUS @@ -27,7 +28,7 @@ p5-Exporter-Lite>=0.2:${PORTSDIR}/devel/p5-Exporter-Lite \ p5-Digest-MD5>=2.39:${PORTSDIR}/security/p5-Digest-MD5 \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-JSON-PP>=0:${PORTSDIR}/converters/p5-JSON-PP \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \ p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \ --- p5-Vimana-2010.09303_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202292021.q1TKLUrh096945>