aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2008-09-03 18:15:40 +0800
committertobez <tobez@FreeBSD.org>2008-09-03 18:15:40 +0800
commit8a4de71fd14112127dfb908e02fcd6d8784f407d (patch)
tree544eb266b017349e0b03dd784c9853e2bf494b55 /textproc
parent04cb9da6cb45694f6e3b0a2507e07a78509c5391 (diff)
downloadfreebsd-ports-gnome-8a4de71fd14112127dfb908e02fcd6d8784f407d.tar.gz
freebsd-ports-gnome-8a4de71fd14112127dfb908e02fcd6d8784f407d.tar.zst
freebsd-ports-gnome-8a4de71fd14112127dfb908e02fcd6d8784f407d.zip
Update to 0.31.
Fix a coredump on 64-bit platforms (also reported upstream). Changes: http://search.cpan.org/dist/Text-Tmpl/Changes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Tmpl/Makefile4
-rw-r--r--textproc/p5-Text-Tmpl/distinfo6
2 files changed, 6 insertions, 4 deletions
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 <bsd.port.mk>
diff --git a/textproc/p5-Text-Tmpl/distinfo b/textproc/p5-Text-Tmpl/distinfo
index 04db88ee0168..141c9205c932 100644
--- a/textproc/p5-Text-Tmpl/distinfo
+++ b/textproc/p5-Text-Tmpl/distinfo
@@ -1,3 +1,3 @@
-MD5 (Text-Tmpl-0.30.tar.gz) = a49b91bf9668f4e39d5495475e7603c2
-SHA256 (Text-Tmpl-0.30.tar.gz) = 6af56e757cd5de685ebe6d9468e33c2d43267bc32fb63fdf177056e72823830d
-SIZE (Text-Tmpl-0.30.tar.gz) = 42212
+MD5 (Text-Tmpl-0.31.tar.gz) = be7ab9840383d3f6ed832ca09e14cc88
+SHA256 (Text-Tmpl-0.31.tar.gz) = e514583aec27dc753acd87b34e65eb8d7a883d428b34837d6a838f685ee67c5e
+SIZE (Text-Tmpl-0.31.tar.gz) = 46625