1
0
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:
Edwin Groothuis 2002-10-31 22:20:04 +00:00
parent a277bb78c0
commit b1002cf0e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69216
4 changed files with 22 additions and 0 deletions

View 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

View 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;
+

View 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

View 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;
+