From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 28 05:40:02 2009 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 042C6106566C for ; Sat, 28 Nov 2009 05:40:02 +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 BEEE88FC23 for ; Sat, 28 Nov 2009 05:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAS5e1kZ049694 for ; Sat, 28 Nov 2009 05:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAS5e1l7049693; Sat, 28 Nov 2009 05:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 28 Nov 2009 05:40:01 GMT Resent-Message-Id: <200911280540.nAS5e1l7049693@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, Sahil Tandon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B674106566B; Sat, 28 Nov 2009 05:34:15 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 6A5B98FC20; Sat, 28 Nov 2009 05:34:15 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id CD95E1723A; Sat, 28 Nov 2009 00:34:14 -0500 (EST) Message-Id: <20091128053414.CD95E1723A@spartan.hamla.org> Date: Sat, 28 Nov 2009 00:34:14 -0500 (EST) From: Sahil Tandon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: perl@FreeBSD.org Subject: ports/140963: [PATCH] devel/p5-Getopt-Long-Descriptive: update to 0.081 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 05:40:02 -0000 >Number: 140963 >Category: ports >Synopsis: [PATCH] devel/p5-Getopt-Long-Descriptive: update to 0.081 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 28 05:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 0.081 - Remove stale RUN_DEPENDS on devel/p5-IO-stringy >How-To-Repeat: >Fix: --- p5-Getopt-Long-Descriptive.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Getopt-Long-Descriptive/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 23 Aug 2009 07:14:36 -0000 1.3 +++ Makefile 28 Nov 2009 05:27:42 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Getopt-Long-Descriptive -PORTVERSION= 0.077 +PORTVERSION= 0.081 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Getopt::Long with usage text -RUN_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-Params-Validate>=0.74:${PORTSDIR}/devel/p5-Params-Validate \ +RUN_DEPENDS= p5-Params-Validate>=0.74:${PORTSDIR}/devel/p5-Params-Validate \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter BUILD_DEPENDS= ${RUN_DEPENDS} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Getopt-Long-Descriptive/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 23 Aug 2009 07:14:36 -0000 1.2 +++ distinfo 28 Nov 2009 05:27:42 -0000 @@ -1,3 +1,3 @@ -MD5 (Getopt-Long-Descriptive-0.077.tar.gz) = a39971f6f138ebe6004438402620d032 -SHA256 (Getopt-Long-Descriptive-0.077.tar.gz) = 404eabac8cea4596a0d9a3c5e9200f195713c548b01c5d871a457def6ec483fe -SIZE (Getopt-Long-Descriptive-0.077.tar.gz) = 9166 +MD5 (Getopt-Long-Descriptive-0.081.tar.gz) = 14dd9c5b8b5f856c77a80d1f90a9db4d +SHA256 (Getopt-Long-Descriptive-0.081.tar.gz) = fc6669fd0534bc0765bb59ed609d455a492d51b8a0626dca2281dc00eb7e2eae +SIZE (Getopt-Long-Descriptive-0.081.tar.gz) = 10255 --- p5-Getopt-Long-Descriptive.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: