summaryrefslogtreecommitdiff
path: root/devel/p5-Geo-ShapeFile/files/patch-t_main__tests.t
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-20 16:23:28 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-20 16:23:28 +0000
commit7ae7b018ccf7760013f368fcb83aad9ecd8982a8 (patch)
treee83ee6693050a76e305a95a376451aa583df151e /devel/p5-Geo-ShapeFile/files/patch-t_main__tests.t
parenttextproc/rubygem-gitlab-grit: make it work with rubygem-mime-types again (diff)
With the power of USES=dos2unix, get rid of most patches and files
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'devel/p5-Geo-ShapeFile/files/patch-t_main__tests.t')
-rw-r--r--devel/p5-Geo-ShapeFile/files/patch-t_main__tests.t26
1 files changed, 13 insertions, 13 deletions
diff --git a/devel/p5-Geo-ShapeFile/files/patch-t_main__tests.t b/devel/p5-Geo-ShapeFile/files/patch-t_main__tests.t
index cc100bfbb574..5e6b323e972e 100644
--- a/devel/p5-Geo-ShapeFile/files/patch-t_main__tests.t
+++ b/devel/p5-Geo-ShapeFile/files/patch-t_main__tests.t
@@ -1,14 +1,14 @@
---- t/main_tests.t.orig 2015-10-16 16:34:06.906634577 +0200
-+++ t/main_tests.t 2015-10-16 16:34:56.598631573 +0200
+--- t/main_tests.t.orig 2016-06-20 14:43:13 UTC
++++ t/main_tests.t
@@ -3,7 +3,10 @@
- use Test::More;
- use strict;
- use warnings;
--use rlib '../lib', './lib';
-+#use rlib '../lib', './lib';
-+use FindBin;
-+use lib "$FindBin::Bin/lib";
-+use lib "$FindBin::Bin/../lib";
-
- use Geo::ShapeFile;
- use Geo::ShapeFile::Shape;
+ use Test::More;
+ use strict;
+ use warnings;
+-use rlib '../lib', './lib';
++#use rlib '../lib', './lib';
++use FindBin;
++use lib "$FindBin::Bin/lib";
++use lib "$FindBin::Bin/../lib";
+
+ use Geo::ShapeFile;
+ use Geo::ShapeFile::Shape;