diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-06-04 14:34:06 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-06-04 14:34:06 +0000 |
commit | bcd96af70b251ff0ad856b3010ed83191d82db0b (patch) | |
tree | 94b8658ba6d2d55010a9ffbcf467c84dfdbb58b4 /textproc/p5-PDF-Create | |
parent | c4bd2ebc14d959d3ce8b1c7f7c250a28cacb1a1b (diff) | |
download | ports-bcd96af70b251ff0ad856b3010ed83191d82db0b.tar.gz ports-bcd96af70b251ff0ad856b3010ed83191d82db0b.zip |
Notes
Diffstat (limited to 'textproc/p5-PDF-Create')
-rw-r--r-- | textproc/p5-PDF-Create/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-PDF-Create/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-PDF-Create/files/patch-Changes.PL | 9 | ||||
-rw-r--r-- | textproc/p5-PDF-Create/pkg-plist | 4 |
4 files changed, 15 insertions, 6 deletions
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile index 1b78207cc1e3..646ff9b6538b 100644 --- a/textproc/p5-PDF-Create/Makefile +++ b/textproc/p5-PDF-Create/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PDF-Create -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/textproc/p5-PDF-Create/distinfo b/textproc/p5-PDF-Create/distinfo index 9afc2093d329..096e2271edbf 100644 --- a/textproc/p5-PDF-Create/distinfo +++ b/textproc/p5-PDF-Create/distinfo @@ -1,3 +1,3 @@ -MD5 (PDF-Create-1.00.tar.gz) = 83d2888d3c72706a93eeb76cb78e6038 -SHA256 (PDF-Create-1.00.tar.gz) = 29fc8a13afbbc7ed438db7fa6de1437b7a5c4f8b503059e7ce4a800461f0f796 -SIZE (PDF-Create-1.00.tar.gz) = 102172 +MD5 (PDF-Create-1.01.tar.gz) = 6bd46a149e4469b729fded223e3d869f +SHA256 (PDF-Create-1.01.tar.gz) = d6932002acbaabb32248c6ef89b1ee61dd5ceb3c5cc006a68bf8bc5c34abf38f +SIZE (PDF-Create-1.01.tar.gz) = 102802 diff --git a/textproc/p5-PDF-Create/files/patch-Changes.PL b/textproc/p5-PDF-Create/files/patch-Changes.PL new file mode 100644 index 000000000000..d9063414af9c --- /dev/null +++ b/textproc/p5-PDF-Create/files/patch-Changes.PL @@ -0,0 +1,9 @@ +--- Changes.PL.orig 2008-06-04 14:09:50.000000000 +0200 ++++ Changes.PL 2008-06-04 14:08:31.000000000 +0200 +@@ -7,5 +7,5 @@ + + use strict; + +-`git log --abbrev-commit --pretty > Changes`; ++#`git log --abbrev-commit --pretty > Changes`; + diff --git a/textproc/p5-PDF-Create/pkg-plist b/textproc/p5-PDF-Create/pkg-plist index 612f98a78470..5992c7dff01d 100644 --- a/textproc/p5-PDF-Create/pkg-plist +++ b/textproc/p5-PDF-Create/pkg-plist @@ -4,8 +4,8 @@ %%SITE_PERL%%/PDF/sample.pl %%SITE_PERL%%/PDF/sample-cgi.pl %%SITE_PERL%%/PDF/Create.pm -%%SITE_PERL%%/PDF/Image/GIFImage.pm -%%SITE_PERL%%/PDF/Image/JPEGImage.pm +%%SITE_PERL%%/PDF/Image/GIF.pm +%%SITE_PERL%%/PDF/Image/JPEG.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDF/Create @dirrm %%SITE_PERL%%/PDF/Create @dirrm %%SITE_PERL%%/PDF/Image |