diff options
author | wen <wen> | 2016-11-05 14:25:08 +0000 |
---|---|---|
committer | wen <wen> | 2016-11-05 14:25:08 +0000 |
commit | 1a35a0085f76af2fae96a0e1b90643aa3a7172f5 (patch) | |
tree | 2f87fa9f5af53ee6825e6d004bb2190b5073c71a /textproc | |
parent | 6bcfc4fa2a115bc8e8d56c3d8dbc63366af1bf1f (diff) | |
download | pkgsrc-1a35a0085f76af2fae96a0e1b90643aa3a7172f5.tar.gz |
Update to 0.39
Upstream changes:
0.39 Tues Sept 26 2016
This release simply corrects the rev number
0.38 Mon Sept 26 2016
118069: MYMETA must not be included
0.37 Fri Sept 23 2016
101145 Add support for IO::String and "in memory" files
107301 prStrWidth returns undef when string is '0'
41287 It seems that filehandles of TTF files are not closed
79703 Allow a handle to be provided instead of a file name
107299 Warnings on empty strings in prStrWidth/prText
117892 Could not open 'Reuse.pm' (0.36_02)
93049 PDF::Reuse Bookmarks bug and fix
97290 fix for uninitialized value $param{"Index"} when reading PDF version 1.5 file
43232 Wrong prototype for findFont()
46202 PDF-Reuse 0.35 prDoc/xrefSection problem
48804 Bad PDF Spins CPU
59359 qQ imbalance in Reuse.pm
104874 prMbox() not dealing with 0 ux/uy
Thanks to all who contributed patches for these fixes!
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-PDF-Reuse/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-PDF-Reuse/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-PDF-Reuse/Makefile b/textproc/p5-PDF-Reuse/Makefile index 9b4c896a4d3..bb0eefbd607 100644 --- a/textproc/p5-PDF-Reuse/Makefile +++ b/textproc/p5-PDF-Reuse/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2016/06/08 19:24:31 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/11/05 14:25:08 wen Exp $ -DISTNAME= PDF-Reuse-0.36 +DISTNAME= PDF-Reuse-0.39 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc print perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} diff --git a/textproc/p5-PDF-Reuse/distinfo b/textproc/p5-PDF-Reuse/distinfo index 8875f204d2e..0184864336b 100644 --- a/textproc/p5-PDF-Reuse/distinfo +++ b/textproc/p5-PDF-Reuse/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 01:59:46 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/11/05 14:25:08 wen Exp $ -SHA1 (PDF-Reuse-0.36.tar.gz) = f4cefb6f8a7f1251e343b30c6dcb57e26f3f0dfa -RMD160 (PDF-Reuse-0.36.tar.gz) = 04548a30f9560edb3f54513c8c1a3bea2d976774 -SHA512 (PDF-Reuse-0.36.tar.gz) = c60844d6ed824184c9f8b56cfeae183d631831e43f7c032a4dcaf8b9fcefe10637f6c9bda26149c56f3beb9a8e21ed38f1e5b3233485735b921021cdfc2d9b81 -Size (PDF-Reuse-0.36.tar.gz) = 62521 bytes +SHA1 (PDF-Reuse-0.39.tar.gz) = 59299ed80d44fc711729d6d5f293585c77afda84 +RMD160 (PDF-Reuse-0.39.tar.gz) = 24e4a390b4effe099c49577690a939bdf5b04b01 +SHA512 (PDF-Reuse-0.39.tar.gz) = b9c570788990a5e21963577b2227e0a0d50ab7be87c7fa1bfcf2d6ff994c12a260fe6777eaf4ff95447e18d2ccaee6f55813df29aa4c205ddbe89529e9f9b60c +Size (PDF-Reuse-0.39.tar.gz) = 64884 bytes |