From root@kiss.absolight.com  Thu Apr 10 08:33:43 2003
Return-Path: <root@kiss.absolight.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2D53F37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Apr 2003 08:33:43 -0700 (PDT)
Received: from kiss.absolight.com (kiss.absolight.net [212.43.217.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A2F7C43FE3
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Apr 2003 08:33:42 -0700 (PDT)
	(envelope-from root@kiss.absolight.com)
Received: by kiss.absolight.com (Postfix, from userid 0)
	id D8C1A153EC; Thu, 10 Apr 2003 17:33:16 +0200 (CEST)
Message-Id: <20030410153316.D8C1A153EC@kiss.absolight.com>
Date: Thu, 10 Apr 2003 17:33:16 +0200 (CEST)
From: Mathieu Arnold <m@absolight.net>
Reply-To: Mathieu Arnold <m@absolight.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: maintainer update devel/p5-Locale-Maketext-Lexicon
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50785
>Category:       ports
>Synopsis:       maintainer update devel/p5-Locale-Maketext-Lexicon
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    nork
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 10 08:40:13 PDT 2003
>Closed-Date:    Fri Apr 11 10:54:31 PDT 2003
>Last-Modified:  Fri Apr 11 10:54:31 PDT 2003
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: nork 
State-Changed-When: Fri Apr 11 09:22:20 PDT 2003 
State-Changed-Why:  
Where is p5-Locale-Maketext-Lexicon port? 


Responsible-Changed-From-To: freebsd-ports-bugs->nork 
Responsible-Changed-By: nork 
Responsible-Changed-When: Fri Apr 11 09:22:20 PDT 2003 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50785 
State-Changed-From-To: feedback->closed 
State-Changed-By: nork 
State-Changed-When: Fri Apr 11 10:54:17 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50785 
>Unformatted:
