From 7ae7b018ccf7760013f368fcb83aad9ecd8982a8 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 20 Jun 2016 16:23:28 +0000 Subject: 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 --- devel/p5-Geo-ShapeFile/files/patch-t_main__tests.t | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'devel/p5-Geo-ShapeFile/files/patch-t_main__tests.t') 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; -- cgit v1.2.3