ports/50785: maintainer update devel/p5-Locale-Maketext-Lexicon

Mathieu Arnold m at absolight.net
Thu Apr 10 15:40:15 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list