From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 15 03:50:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47B61106566B for ; Tue, 15 May 2012 03:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A90A8FC0C for ; Tue, 15 May 2012 03:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4F3o2w3098636 for ; Tue, 15 May 2012 03:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4F3o2jv098635; Tue, 15 May 2012 03:50:02 GMT (envelope-from gnats) Resent-Date: Tue, 15 May 2012 03:50:02 GMT Resent-Message-Id: <201205150350.q4F3o2jv098635@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A187106564A; Tue, 15 May 2012 03:43:11 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id D45E18FC0A; Tue, 15 May 2012 03:43:10 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3Vs4DR3gjVz900; Tue, 15 May 2012 11:35:35 +0800 (CST) Message-Id: <3Vs4DR3gjVz900@sunpoet.net> Date: Tue, 15 May 2012 11:35:35 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lippe@FreeBSD.org Subject: ports/167901: [PATCH] textproc/p5-Getopt-Lucid: fix RUN_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2012 03:50:11 -0000 >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: