diff options
author | wen <wen> | 2012-12-03 14:46:02 +0000 |
---|---|---|
committer | wen <wen> | 2012-12-03 14:46:02 +0000 |
commit | bc91bcb09d6e87570d1973ec96bcdb7a764ed1d7 (patch) | |
tree | d9cd6fd03d86cc25a1c50d88db649eb285babe77 /textproc | |
parent | b43d322a2e05be9dbc426ca112b0cac6c489c476 (diff) | |
download | pkgsrc-bc91bcb09d6e87570d1973ec96bcdb7a764ed1d7.tar.gz |
Update to 0.66
Upstream changes:
Release 0.66 - 29 October, 2012
-------------------------------
* Fix a segmentation fault with strcat and no string limit.
Release 0.65 - 26 September, 2012
---------------------------------
* Patch to support @ and ~ in names (thanks to Philip Kime)
Release 0.64 - 8 July, 2012
---------------------------
* Patch to expand macro size limit (thanks to Philip Kime)
Release 0.63 - 12 May, 2012
---------------------------
* Patch on what to consider whitespaces (thanks to Philip Kime)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-BibTeX/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-BibTeX/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile index 22d7c3f1651..a32297a1b35 100644 --- a/textproc/p5-Text-BibTeX/Makefile +++ b/textproc/p5-Text-BibTeX/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2012/10/25 06:56:23 asau Exp $ +# $NetBSD: Makefile,v 1.30 2012/12/03 14:46:02 wen Exp $ -DISTNAME= Text-BibTeX-0.62 +DISTNAME= Text-BibTeX-0.66 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5tbt CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-BibTeX/distinfo b/textproc/p5-Text-BibTeX/distinfo index a7f8b70a58d..4ea156087d1 100644 --- a/textproc/p5-Text-BibTeX/distinfo +++ b/textproc/p5-Text-BibTeX/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2012/05/23 20:57:29 markd Exp $ +$NetBSD: distinfo,v 1.12 2012/12/03 14:46:02 wen Exp $ -SHA1 (Text-BibTeX-0.62.tar.gz) = f26a0b68197e4767b554a3d10bf70598f55b031f -RMD160 (Text-BibTeX-0.62.tar.gz) = 931a126ad8caf584d1ba47f7a8ade5e5ae6df7eb -Size (Text-BibTeX-0.62.tar.gz) = 272092 bytes +SHA1 (Text-BibTeX-0.66.tar.gz) = 7c2b2797d42b686da188100f035d8c541436cbaf +RMD160 (Text-BibTeX-0.66.tar.gz) = c6389b7b4d98f416c930ba8584882106df1f74d7 +Size (Text-BibTeX-0.66.tar.gz) = 281825 bytes SHA1 (patch-inc_MyBuilder.pm) = c584445f48a0e390925cefe8e7b1222aa129b1d6 |