Date: Tue, 15 May 2012 11:35:35 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lippe@FreeBSD.org Subject: ports/167901: [PATCH] textproc/p5-Getopt-Lucid: fix RUN_DEPENDS Message-ID: <3Vs4DR3gjVz900@sunpoet.net> Resent-Message-ID: <201205150350.q4F3o2jv098635@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167901 >Category: ports >Synopsis: [PATCH] textproc/p5-Getopt-Lucid: fix 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: Tue May 15 03:50:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun May 6 00:46:29 CST >Description: - Remove RUN_DEPENDS: Carp and Storable 2.16+ are already in all supported Perl releases - Bump PORTREVISION for dependency change Port maintainer (lippe@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Getopt-Lucid-1.01_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Getopt-Lucid/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 5 Apr 2012 18:57:54 -0000 1.9 +++ Makefile 15 May 2012 03:32:11 -0000 @@ -7,6 +7,7 @@ PORTNAME= Getopt-Lucid PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,8 @@ MAINTAINER= lippe@FreeBSD.org COMMENT= Getopt::Lucid - Clear, readable syntax for command line processing -BUILD_DEPENDS+= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ +BUILD_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ p5-Exception-Class-TryCatch>=1.1:${PORTSDIR}/devel/p5-Exception-Class-TryCatch -RUN_DEPENDS+= p5-Carp>=0:${PORTSDIR}/devel/p5-Carp \ - p5-Storable>=2.16:${PORTSDIR}/devel/p5-Storable PERL_CONFIGURE= yes --- p5-Getopt-Lucid-1.01_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?3Vs4DR3gjVz900>