Subject: pkg/34384: [update] misc/p5-Locale-Maketext-Simple/
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/30/2006 11:20:01
>Number:         34384
>Category:       pkg
>Synopsis:       [update] misc/p5-Locale-Maketext-Simple/
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 30 11:20:00 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
	miwi@mwilke.ath.cx:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 0.17

- Changelog

* Oops, the gettext_to_maketext function was missing an escape
  sequence, rendering message strings with [ ~ ] characters invalid.
  Reported By: Rong-En Fan

[Changes for 0.15]

* LICENSING CHANGE: This compilation and all individual files in it
  are now under the permissive "MIT" license.  See the COPYRIGHT
  section in README for the new terms.

[Changes for 0.14]

* Repair Perl 5.005 compatibility in the build system.
  Reported By: Rong-En Fan

[Changes for 0.13]

* The "_style => 'gettext'" option was broken for adjacent variables
  such as "%1%2%3".

* Also removed the sole occurrence of of $&. 




>How-To-Repeat:





>Fix:


--- p5-Locale-Maketext-Simple.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/misc/p5-Locale-Maketext-Simple/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	4 Mar 2006 21:30:12 -0000	1.6
+++ Makefile	30 Aug 2006 07:32:03 -0000
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.6 2006/03/04 21:30:12 jlam Exp $
 
-DISTNAME=		Locale-Maketext-Simple-0.12
+DISTNAME=		Locale-Maketext-Simple-0.17
 PKGNAME=		p5-${DISTNAME}
-PKGREVISION=		2
 CATEGORIES=		misc perl5
 MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=Locale/}
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/misc/p5-Locale-Maketext-Simple/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	24 Feb 2005 11:02:57 -0000	1.2
+++ distinfo	30 Aug 2006 07:32:22 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.2 2005/02/24 11:02:57 agc Exp $
 
-SHA1 (Locale-Maketext-Simple-0.12.tar.gz) = eb7ba1a44a124df3ce84138078ecb9993f7a113b
-RMD160 (Locale-Maketext-Simple-0.12.tar.gz) = d5719bfd7d812a971c4a08f8399f885646a0dad8
-Size (Locale-Maketext-Simple-0.12.tar.gz) = 13215 bytes
+SHA1 (Locale-Maketext-Simple-0.17.tar.gz) = 582e3152792e33e38cfd754bb20eb4d4fb7857cb
+RMD160 (Locale-Maketext-Simple-0.17.tar.gz) = 12d883570e3cd2806e7bffcc58f4ca722fb9dcc1
+Size (Locale-Maketext-Simple-0.17.tar.gz) = 16707 bytes
--- p5-Locale-Maketext-Simple.diff ends here ---