From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 05:34:15 2009 Return-Path: Delivered-To: perl@FreeBSD.org 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) To: FreeBSD-gnats-submit@freebsd.org From: Sahil Tandon X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091128053414.CD95E1723A@spartan.hamla.org> Date: Sat, 28 Nov 2009 00:34:14 -0500 (EST) Cc: perl@FreeBSD.org Subject: [PATCH] devel/p5-Getopt-Long-Descriptive: update to 0.081 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 05:34:15 -0000 >Submitter-Id: current-users >Originator: Sahil Tandon >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-Getopt-Long-Descriptive: update to 0.081 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.2-RELEASE i386 >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 ---