From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 23 20:50:02 2008 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 78D7716A404 for ; Sat, 23 Feb 2008 20:50: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 6A11513C46A for ; Sat, 23 Feb 2008 20:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1NKo18N044093 for ; Sat, 23 Feb 2008 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1NKo1cU044092; Sat, 23 Feb 2008 20:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 23 Feb 2008 20:50:01 GMT Resent-Message-Id: <200802232050.m1NKo1cU044092@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, Felippe de Meirelles Motta Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13E4016A401 for ; Sat, 23 Feb 2008 20:43:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 08BCC13C46E for ; Sat, 23 Feb 2008 20:43:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1NKec07010390 for ; Sat, 23 Feb 2008 20:40:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1NKecqs010389; Sat, 23 Feb 2008 20:40:38 GMT (envelope-from nobody) Message-Id: <200802232040.m1NKecqs010389@www.freebsd.org> Date: Sat, 23 Feb 2008 20:40:38 GMT From: Felippe de Meirelles Motta To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/121036: [UPDATE] textproc/p5-Getopt-Lucid 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: Sat, 23 Feb 2008 20:50:02 -0000 >Number: 121036 >Category: ports >Synopsis: [UPDATE] textproc/p5-Getopt-Lucid >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 Feb 23 20:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: - Update to 0.17 - Better adjustment of dependences - Require perl 5.006 - Update pkg-plist >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Getopt-Lucid/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 19 Feb 2008 06:55:03 -0000 1.1 +++ Makefile 23 Feb 2008 20:38:18 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Getopt-Lucid -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,14 @@ MAINTAINER= lippemail@gmail.com COMMENT= Getopt::Lucid - Clear, readable syntax for command line processing -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ - ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/Exception/Class/TryCatch.pm:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ + p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ + p5-Exception-Class-TryCatch>=1.1:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \ + p5-Storable>=2.16:${PORTSDIR}/devel/p5-Storable \ + p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS+= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.6.0+ MAN3= Getopt::Lucid.3 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Getopt-Lucid/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 19 Feb 2008 06:55:03 -0000 1.1 +++ distinfo 23 Feb 2008 20:38:18 -0000 @@ -1,3 +1,3 @@ -MD5 (Getopt-Lucid-0.16.tar.gz) = e09eee84dc5dcaf25713dc7e5b574dcd -SHA256 (Getopt-Lucid-0.16.tar.gz) = 6da381bc18b471a4c7c155a95612f1433ddd636f088298f9db9b9c0bfea3c35c -SIZE (Getopt-Lucid-0.16.tar.gz) = 40362 +MD5 (Getopt-Lucid-0.17.tar.gz) = f2a806a179370eb1bf719197e8091776 +SHA256 (Getopt-Lucid-0.17.tar.gz) = d5c2124f6d70ea2fbbf6c299ea4dc6b932daa6d07762ae7351a3d669ed374926 +SIZE (Getopt-Lucid-0.17.tar.gz) = 39190 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Getopt-Lucid/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 19 Feb 2008 06:55:03 -0000 1.1 +++ pkg-plist 23 Feb 2008 20:38:18 -0000 @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Lucid/.packlist %%SITE_PERL%%/Getopt/Lucid.pm +%%SITE_PERL%%/Getopt/Lucid.pod %%SITE_PERL%%/Getopt/Lucid/Exception.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Lucid @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt >Release-Note: >Audit-Trail: >Unformatted: