diff options
author | wen <wen> | 2013-12-12 00:54:37 +0000 |
---|---|---|
committer | wen <wen> | 2013-12-12 00:54:37 +0000 |
commit | fccb0a3b71937dc18c8575a32bd6916fed1eb19a (patch) | |
tree | 0e0e96f147983a2691411394dc32ad12acd6c762 /textproc | |
parent | 1d045b2c88831d4f55549d73e87e2651e97e3f83 (diff) | |
download | pkgsrc-fccb0a3b71937dc18c8575a32bd6916fed1eb19a.tar.gz |
Update to 1.08
Upstream changes:
1.08 2013.12.11
Eliminate pipe from CGI test script t/09
Filehandle => FileHandle typo fixed #91312
1.07 2013.12.10
New maintainer SZABGAB
Tried to reconstruct entries in the CHANGES file
Some more test case
Code clean-up (remove indirect calls)
Remove Build.PL
use warnings;
Officially require perl 5.006.
Move example file to the eg/ directory
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-PDF-Create/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-PDF-Create/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile index b7170e8722a..f73dd0f4cf0 100644 --- a/textproc/p5-PDF-Create/Makefile +++ b/textproc/p5-PDF-Create/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2013/05/31 12:42:11 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2013/12/12 00:54:37 wen Exp $ # -DISTNAME= PDF-Create-1.06 +DISTNAME= PDF-Create-1.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 SVR4_PKGNAME= p5pcr 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 4164fbf95d4..51631052fe6 100644 --- a/textproc/p5-PDF-Create/distinfo +++ b/textproc/p5-PDF-Create/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/09/12 12:37:41 wiz Exp $ +$NetBSD: distinfo,v 1.5 2013/12/12 00:54:37 wen Exp $ -SHA1 (PDF-Create-1.06.tar.gz) = 9dfe02f3ec8b974cc762867908ec77b41d244b46 -RMD160 (PDF-Create-1.06.tar.gz) = e988ffcbe8d4783fa4062c436a215674c160f4d7 -Size (PDF-Create-1.06.tar.gz) = 75847 bytes +SHA1 (PDF-Create-1.08.tar.gz) = 2f67621517e4e0890766a5e84bf009f3391ad8e7 +RMD160 (PDF-Create-1.08.tar.gz) = e0e88993a51931d448c67cff3cb9bf5cefa8419a +Size (PDF-Create-1.08.tar.gz) = 75892 bytes |