From dc88da5769b4e1bc770a2f7f8ddb6804e1318656 Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Wed, 3 Sep 2008 10:15:40 +0000 Subject: Update to 0.31. Fix a coredump on 64-bit platforms (also reported upstream). Changes: http://search.cpan.org/dist/Text-Tmpl/Changes --- textproc/p5-Text-Tmpl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc/p5-Text-Tmpl/Makefile') diff --git a/textproc/p5-Text-Tmpl/Makefile b/textproc/p5-Text-Tmpl/Makefile index 51838a18532d..01a66b2c3d8e 100644 --- a/textproc/p5-Text-Tmpl/Makefile +++ b/textproc/p5-Text-Tmpl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Tmpl -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,5 +21,7 @@ MAN3= template_syntax.3 Text::Tmpl.3 template_extend.3 pre-patch: @${PERL} -pi -e '/OPTIMIZE|libtmpl.pod/ and $$_=""' \ ${WRKSRC}/Makefile.PL + @${PERL} -pi -e 's/\(I32\)/(IV)/' \ + ${WRKSRC}/typemap ${WRKSRC}/perl_tags.c .include -- cgit v1.2.3