mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Patched the patch-file of textproc/p5-PDF-API2 the wrong way.
Thanks to Erwin Lansing to show me the right way. PR: ports/44785 Submitted by: Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
parent
c3ecbbc82e
commit
0a72d59d6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69295
2 changed files with 20 additions and 20 deletions
|
@ -1,10 +1,10 @@
|
||||||
+--- lib/Text/PDF/FileAPI.pm.orig Thu Oct 31 15:46:58 2002
|
--- lib/Text/PDF/FileAPI.pm.orig Fri Nov 1 13:01:57 2002
|
||||||
++++ lib/Text/PDF/FileAPI.pm Thu Oct 31 15:47:06 2002
|
+++ lib/Text/PDF/FileAPI.pm Fri Nov 1 13:02:03 2002
|
||||||
+@@ -3,7 +3,6 @@
|
@@ -3,7 +3,6 @@
|
||||||
+ use strict;
|
use strict;
|
||||||
+ no strict "refs";
|
no strict "refs";
|
||||||
+ use vars qw($cr %types $VERSION @ISA);
|
use vars qw($cr %types $VERSION @ISA);
|
||||||
+-no warnings qw(uninitialized);
|
-no warnings qw(uninitialized);
|
||||||
+
|
|
||||||
+ use IO::File;
|
use IO::File;
|
||||||
+
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
+--- lib/Text/PDF/FileAPI.pm.orig Thu Oct 31 15:46:58 2002
|
--- lib/Text/PDF/FileAPI.pm.orig Fri Nov 1 13:01:57 2002
|
||||||
++++ lib/Text/PDF/FileAPI.pm Thu Oct 31 15:47:06 2002
|
+++ lib/Text/PDF/FileAPI.pm Fri Nov 1 13:02:03 2002
|
||||||
+@@ -3,7 +3,6 @@
|
@@ -3,7 +3,6 @@
|
||||||
+ use strict;
|
use strict;
|
||||||
+ no strict "refs";
|
no strict "refs";
|
||||||
+ use vars qw($cr %types $VERSION @ISA);
|
use vars qw($cr %types $VERSION @ISA);
|
||||||
+-no warnings qw(uninitialized);
|
-no warnings qw(uninitialized);
|
||||||
+
|
|
||||||
+ use IO::File;
|
use IO::File;
|
||||||
+
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue