mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Update to 0.31.
Fix a coredump on 64-bit platforms (also reported upstream). Changes: http://search.cpan.org/dist/Text-Tmpl/Changes
This commit is contained in:
parent
10c8ac23c5
commit
dc88da5769
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219739
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user