Date: Thu, 10 Apr 2003 17:33:16 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50785: maintainer update devel/p5-Locale-Maketext-Lexicon Message-ID: <20030410153316.D8C1A153EC@kiss.absolight.com> Resent-Message-ID: <200304101540.h3AFeDVg025406@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50785 >Category: ports >Synopsis: maintainer update devel/p5-Locale-Maketext-Lexicon >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 10 08:40:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.7-RELEASE i386 >Organization: absolight >Environment: System: FreeBSD kiss.absolight.com 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Oct 9 15:08:34 GMT 2002 root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: When a .po file contains multi line strings, it added new lines every new string, which is *bad* >How-To-Repeat: >Fix: diff -ruN p5-Locale-Maketext-Lexicon-old/Makefile p5-Locale-Maketext-Lexicon/Makefile --- p5-Locale-Maketext-Lexicon-old/Makefile Thu Apr 10 17:28:37 2003 +++ p5-Locale-Maketext-Lexicon/Makefile Thu Apr 10 17:30:02 2003 @@ -7,6 +7,7 @@ PORTNAME= Locale-Maketext-Lexicon PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Locale diff -ruN p5-Locale-Maketext-Lexicon-old/files/patch-aa p5-Locale-Maketext-Lexicon/files/patch-aa --- p5-Locale-Maketext-Lexicon-old/files/patch-aa Thu Jan 1 01:00:00 1970 +++ p5-Locale-Maketext-Lexicon/files/patch-aa Thu Apr 10 17:27:16 2003 @@ -0,0 +1,11 @@ +--- lib/Locale/Maketext/Lexicon/Gettext.pm~ Thu Dec 5 07:36:16 2002 ++++ lib/Locale/Maketext/Lexicon/Gettext.pm Thu Apr 10 17:26:52 2003 +@@ -101,7 +101,7 @@ + } : + + /^"(.*)" *$/ ? do { # continued strings +- $var{$key} .= $1."\n"; ++ $var{$key} .= $1; + } : + + /^#, +(.*) *$/ ? do { # control variables >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030410153316.D8C1A153EC>