diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2008-09-03 10:15:40 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2008-09-03 10:15:40 +0000 |
commit | dc88da5769b4e1bc770a2f7f8ddb6804e1318656 (patch) | |
tree | 1f13983edb4f516253f21f27dec11d543782703a /textproc/p5-Text-Tmpl | |
parent | 10c8ac23c559bdd04b2550575148b19fb3291a0a (diff) | |
download | ports-dc88da5769b4e1bc770a2f7f8ddb6804e1318656.tar.gz ports-dc88da5769b4e1bc770a2f7f8ddb6804e1318656.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Tmpl')
-rw-r--r-- | textproc/p5-Text-Tmpl/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Tmpl/distinfo | 6 |
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 |