FreeBSD Bugzilla – Attachment 148277 Details for
Bug 194337
Latest perl and SVK does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix autouse issue
svk.diff (text/plain), 1021 bytes, created by
Kurt Jaeger
on 2014-10-13 19:18:40 UTC
(
hide
)
Description:
patch to fix autouse issue
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2014-10-13 19:18:40 UTC
Size:
1021 bytes
patch
obsolete
>diff -r -u -N devel/svk/Makefile /usr/home/pi/myp/devel/svk/Makefile >--- devel/svk/Makefile 2014-06-11 16:55:34.000000000 +0200 >+++ /usr/home/pi/myp/devel/svk/Makefile 2014-10-13 21:16:24.000000000 +0200 >@@ -3,7 +3,7 @@ > > PORTNAME= svk > PORTVERSION= 2.2.3 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= devel perl5 > MASTER_SITES= CPAN > MASTER_SITE_SUBDIR= CPAN:CLKAO >diff -r -u -N devel/svk/files/patch-lib__SVK__Util.pm /usr/home/pi/myp/devel/svk/files/patch-lib__SVK__Util.pm >--- devel/svk/files/patch-lib__SVK__Util.pm 1970-01-01 01:00:00.000000000 +0100 >+++ /usr/home/pi/myp/devel/svk/files/patch-lib__SVK__Util.pm 2014-10-13 21:16:12.000000000 +0200 >@@ -0,0 +1,11 @@ >+--- lib/SVK/Util.pm.orig 2009-12-21 16:00:13 UTC >++++ lib/SVK/Util.pm >+@@ -88,7 +88,7 @@ >+ use autouse 'File::Basename' => qw(dirname); >+ use autouse 'File::Spec::Functions' => >+ qw(catdir catpath splitpath splitdir tmpdir); >+-use autouse 'List::Util' => qw( max(@) ); >++use List::Util; >+ >+ >+ =head1 NAME
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194337
: 148277