From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 6 09:30:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6C4C16A40A for ; Sat, 6 May 2006 09:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B56243D48 for ; Sat, 6 May 2006 09:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k469UHcY055321 for ; Sat, 6 May 2006 09:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k469UHnu055319; Sat, 6 May 2006 09:30:17 GMT (envelope-from gnats) Resent-Date: Sat, 6 May 2006 09:30:17 GMT Resent-Message-Id: <200605060930.k469UHnu055319@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, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95D9C16A405; Sat, 6 May 2006 09:23:08 +0000 (UTC) (envelope-from leeym@utopia.leeym.com) Received: from msr2.hinet.net (msr2.hinet.net [168.95.4.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9849D43D46; Sat, 6 May 2006 09:23:07 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr2.hinet.net (8.9.3/8.9.3) with ESMTP id RAA06592; Sat, 6 May 2006 17:23:05 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 6C422B29EAB; Sat, 6 May 2006 17:23:05 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6IDHbFPsrvTV; Sat, 6 May 2006 17:22:59 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 6A8D0B29EB0; Sat, 6 May 2006 17:22:59 +0800 (CST) Message-Id: <20060506092259.6A8D0B29EB0@utopia.leeym.com> Date: Sat, 6 May 2006 17:22:59 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mat@FreeBSD.org Subject: ports/96850: [PATCH] devel/p5-Locale-Maketext-Lexicon: update to 0.61 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, 06 May 2006 09:30:18 -0000 >Number: 96850 >Category: ports >Synopsis: [PATCH] devel/p5-Locale-Maketext-Lexicon: update to 0.61 >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 May 06 09:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-RC i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-RC FreeBSD 6.1-RC #0: Thu May 4 09:18:28 CST >Description: - Update to 0.61 - minor fix to make portlint happier Port maintainer (mat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.75 >How-To-Repeat: >Fix: --- p5-Locale-Maketext-Lexicon-0.61.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Locale-Maketext-Lexicon/Makefile,v retrieving revision 1.25 diff -u -u -r1.25 Makefile --- Makefile 11 Jun 2005 16:12:49 -0000 1.25 +++ Makefile 6 May 2006 09:22:37 -0000 @@ -6,8 +6,7 @@ # PORTNAME= Locale-Maketext-Lexicon -PORTVERSION= 0.49 -PORTREVISION= 1 +PORTVERSION= 0.61 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Locale @@ -24,6 +23,7 @@ PERL_CONFIGURE= YES MAN3= Locale::Maketext::Extract.3 \ + Locale::Maketext::Extract::Run.3 \ Locale::Maketext::Lexicon::Auto.3 \ Locale::Maketext::Lexicon::Gettext.3 \ Locale::Maketext::Lexicon::Msgcat.3 \ @@ -45,7 +45,7 @@ .if ${PERL_LEVEL} < 500600 post-patch: - @${PERL} -pi -e '$$_ = "" if /no warnings/;' \ + @${PERL} -pi -e '$$_ = "" if m{no warnings};' \ -e 's/^our (\S+);/use vars qw{$$1};/;' \ ${WRKSRC}/lib/Locale/Maketext/Lexicon.pm .endif Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Locale-Maketext-Lexicon/distinfo,v retrieving revision 1.25 diff -u -u -r1.25 distinfo --- distinfo 22 Jan 2006 08:29:13 -0000 1.25 +++ distinfo 6 May 2006 09:22:37 -0000 @@ -1,3 +1,3 @@ -MD5 (Locale-Maketext-Lexicon-0.49.tar.gz) = c9a37ce122e02163a4589db84ee6f08b -SHA256 (Locale-Maketext-Lexicon-0.49.tar.gz) = 6cb65af48f5bab17fad5957d265c285d5e9b2f5b69446887b51d16c231b2fd67 -SIZE (Locale-Maketext-Lexicon-0.49.tar.gz) = 31781 +MD5 (Locale-Maketext-Lexicon-0.61.tar.gz) = 527414e765bcbbf898700654f4ab5dc0 +SHA256 (Locale-Maketext-Lexicon-0.61.tar.gz) = 815a4847fb766ede0052d288176970f80df67f08be13bc61932c8646541ac5ef +SIZE (Locale-Maketext-Lexicon-0.61.tar.gz) = 83766 --- p5-Locale-Maketext-Lexicon-0.61.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: