Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  6 May 2006 17:22:59 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mat@FreeBSD.org
Subject:   ports/96850: [PATCH] devel/p5-Locale-Maketext-Lexicon: update to 0.61
Message-ID:  <20060506092259.6A8D0B29EB0@utopia.leeym.com>
Resent-Message-ID: <200605060930.k469UHnu055319@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060506092259.6A8D0B29EB0>