Date: Thu, 15 Mar 2012 16:18:33 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: fernan@iib.unsam.edu.ar Subject: ports/166158: [PATCH] textproc/p5-Text-Markdown: add missing DEPENDS Message-ID: <201203152018.q2FKIX0U036106@meatwad.mouf.net> Resent-Message-ID: <201203152020.q2FKK2RG059480@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166158 >Category: ports >Synopsis: [PATCH] textproc/p5-Text-Markdown: add missing 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: Thu Mar 15 20:20:01 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 #14 r232426: Fri Mar 2 21:54:42 >Description: - Add missing DEPENDS - Add TEST_DEPENDS to enable testing - Bump PORTREVISION Port maintainer (fernan@iib.unsam.edu.ar) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Text-Markdown-1.000031_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-Text-Markdown/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- Makefile 17 Sep 2011 06:49:17 -0000 1.12 +++ Makefile 15 Mar 2012 20:18:08 -0000 @@ -7,6 +7,7 @@ PORTNAME= Text-Markdown PORTVERSION= 1.000031 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,11 @@ MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Markdown Perl5 module +BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + PERL_CONFIGURE= yes MAN1= Markdown.pl.1 --- p5-Text-Markdown-1.000031_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?201203152018.q2FKIX0U036106>