diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-03-17 18:36:39 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-03-17 18:36:39 +0000 |
commit | c5816f19a494021ee860c78414019e9fab5a6d7b (patch) | |
tree | 358a0df2b21d5ac7d8f160f95106efc77c03133d /textproc/p5-PDF-API2 | |
parent | 8c7b68692888ad6f7fd7461fb349661c35bc5ccd (diff) | |
download | ports-c5816f19a494021ee860c78414019e9fab5a6d7b.tar.gz ports-c5816f19a494021ee860c78414019e9fab5a6d7b.zip |
Notes
Diffstat (limited to 'textproc/p5-PDF-API2')
-rw-r--r-- | textproc/p5-PDF-API2/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-PDF-API2/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-PDF-API2/files/patch-Makefile.PL | 23 |
3 files changed, 26 insertions, 3 deletions
diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile index b867988eebde..fae272ae9105 100644 --- a/textproc/p5-PDF-API2/Makefile +++ b/textproc/p5-PDF-API2/Makefile @@ -7,7 +7,7 @@ # PORTNAME= PDF-API2 -PORTVERSION= 0.40.96 +PORTVERSION= 0.40.97 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PDF diff --git a/textproc/p5-PDF-API2/distinfo b/textproc/p5-PDF-API2/distinfo index 590c9b71d841..32108c5a44e8 100644 --- a/textproc/p5-PDF-API2/distinfo +++ b/textproc/p5-PDF-API2/distinfo @@ -1,2 +1,2 @@ -MD5 (PDF-API2-0.40.96.tar.gz) = 9f0cfd5084cf86374a997bbcbe12b546 -SIZE (PDF-API2-0.40.96.tar.gz) = 3533802 +MD5 (PDF-API2-0.40.97.tar.gz) = a26246eca8fe504a1fc50e1fbe7c5c34 +SIZE (PDF-API2-0.40.97.tar.gz) = 3533595 diff --git a/textproc/p5-PDF-API2/files/patch-Makefile.PL b/textproc/p5-PDF-API2/files/patch-Makefile.PL new file mode 100644 index 000000000000..329b7ae8b445 --- /dev/null +++ b/textproc/p5-PDF-API2/files/patch-Makefile.PL @@ -0,0 +1,23 @@ +--- Makefile.PL.orig Thu Mar 17 19:34:06 2005 ++++ Makefile.PL Thu Mar 17 19:34:20 2005 +@@ -232,19 +232,7 @@ + COMPRESS => "gzip -9 -f ",
+ },
+ MAN1PODS => {},
+- MAN3PODS =>
+- {
+- map
+- {
+- my $file = "lib/$_";
+- my $man = $_;
+- $man =~ s!\.(pm|pod)$!!;
+- $man =~ s!/!::!g;
+- $man = "blib/man3/${man}.3pm";
+- $file => $man;
+- }
+- @manify
+- },
++ MAN3PODS => {},
+ PREREQ_PM => { 'Compress::Zlib' => 1.0, },
+ VERSION_FROM => $versionfile,
+ );
|