diff options
author | wen <wen> | 2017-01-30 02:58:28 +0000 |
---|---|---|
committer | wen <wen> | 2017-01-30 02:58:28 +0000 |
commit | 83797ccc90cecda33d422d996435cb8e6c66e29b (patch) | |
tree | 038885477d53708d9dd229c4d03a92360567fee0 /textproc | |
parent | 8fb145ad9d2f98f65100ff4bbb6d97fd24aef6d4 (diff) | |
download | pkgsrc-83797ccc90cecda33d422d996435cb8e6c66e29b.tar.gz |
Update to 1.41
Upstream changes:
1.41 2016-12-29 15:10:00 MANWAR
- Proposed fix for RT #119292 and rollbacked patch for RT #118764.
Document how close() deals when <filename> or <fh> is involved.
i.e. When <fh> is provided then don't try to close the file handle
at the end. Leave that for the end user to deal with it outside.
Added new method flush() that does exactly this.
1.40 2016-12-20 12:00:00 MANWAR
- Proposed fix for RT #118945.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-PDF-Create/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-PDF-Create/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile index 9550215fdfb..79210bb49ab 100644 --- a/textproc/p5-PDF-Create/Makefile +++ b/textproc/p5-PDF-Create/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2016/12/11 08:54:04 wen Exp $ +# $NetBSD: Makefile,v 1.46 2017/01/30 02:58:28 wen Exp $ # -DISTNAME= PDF-Create-1.39 +DISTNAME= PDF-Create-1.41 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} diff --git a/textproc/p5-PDF-Create/distinfo b/textproc/p5-PDF-Create/distinfo index 9b96331d4e6..5b25ab887e6 100644 --- a/textproc/p5-PDF-Create/distinfo +++ b/textproc/p5-PDF-Create/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2016/12/11 08:54:04 wen Exp $ +$NetBSD: distinfo,v 1.19 2017/01/30 02:58:28 wen Exp $ -SHA1 (PDF-Create-1.39.tar.gz) = 6bf8d42b1ebbfe82a72231f29c07bc4b12fe131e -RMD160 (PDF-Create-1.39.tar.gz) = 2169bba1eef3905b30cd685d7d38ab76cf27ac22 -SHA512 (PDF-Create-1.39.tar.gz) = cb73bc7074a7a5a174643a53bd072313390240966f94ac61109dd540aa56ca23096b169177caa3b337ac6265cd108f9cccb374b858c33be5673b26c2a0a5a0a0 -Size (PDF-Create-1.39.tar.gz) = 120549 bytes +SHA1 (PDF-Create-1.41.tar.gz) = 581173d1dff4115fbfc7ae2b8ae603286410a88d +RMD160 (PDF-Create-1.41.tar.gz) = af666769f35e6fff8dce4ac14883a74d46398f98 +SHA512 (PDF-Create-1.41.tar.gz) = d554e2f26d6bb36978eb325b0e64b1f326f9c6f44543cfb7c6bda11927322f45344f6663e83d43a68249435f414324fe54ec62d5fe6f3aee988f12b36c8f3bab +Size (PDF-Create-1.41.tar.gz) = 120862 bytes |