mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
fix textproc/p5-PDF-API2 for perl < 5.6
- remove warnings.pm to fix runtime on perl < 5.6 - bump PORTREVISION PR: ports/44785 Submitted by: Erwin Lansing <erwin@lansing.dk> (maintainer)
This commit is contained in:
parent
a277bb78c0
commit
b1002cf0e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69216
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= PDF-API2
|
||||
PORTVERSION= 0.2.3.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
|
10
textproc/p5-PDF-API2/files/patch-lib::Text::PDF::FileAPI.pm
Normal file
10
textproc/p5-PDF-API2/files/patch-lib::Text::PDF::FileAPI.pm
Normal file
@ -0,0 +1,10 @@
|
||||
+--- lib/Text/PDF/FileAPI.pm.orig Thu Oct 31 15:46:58 2002
|
||||
++++ lib/Text/PDF/FileAPI.pm Thu Oct 31 15:47:06 2002
|
||||
+@@ -3,7 +3,6 @@
|
||||
+ use strict;
|
||||
+ no strict "refs";
|
||||
+ use vars qw($cr %types $VERSION @ISA);
|
||||
+-no warnings qw(uninitialized);
|
||||
+
|
||||
+ use IO::File;
|
||||
+
|
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= PDF-API2
|
||||
PORTVERSION= 0.2.3.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
|
10
textproc/p5-PDF-API3/files/patch-lib::Text::PDF::FileAPI.pm
Normal file
10
textproc/p5-PDF-API3/files/patch-lib::Text::PDF::FileAPI.pm
Normal file
@ -0,0 +1,10 @@
|
||||
+--- lib/Text/PDF/FileAPI.pm.orig Thu Oct 31 15:46:58 2002
|
||||
++++ lib/Text/PDF/FileAPI.pm Thu Oct 31 15:47:06 2002
|
||||
+@@ -3,7 +3,6 @@
|
||||
+ use strict;
|
||||
+ no strict "refs";
|
||||
+ use vars qw($cr %types $VERSION @ISA);
|
||||
+-no warnings qw(uninitialized);
|
||||
+
|
||||
+ use IO::File;
|
||||
+
|
Loading…
Reference in New Issue
Block a user