6c2e9be06e
CPAN distribution 0.23.0, because 0.23 seems to have files distributed, which doesn't belong there). pkgsrc changes: - Fixing for Padre-0.69 (Wx::perl::Dialog -> Padre::Wx::Dialog) - mark for unsafe using make-jobs Upstream changes: 0.23 2010.07.24 actually install the translations (RSN) compatibility to newer Padre versions (ZENOG) added MANIFEST.SKIP
15 lines
600 B
Text
15 lines
600 B
Text
$NetBSD: patch-ac,v 1.1 2010/08/20 19:15:28 sno Exp $
|
|
|
|
Patch to switch from Wx::Perl::Dialog (Padre-0.66) to Padre::Wx::Dialog
|
|
|
|
--- Makefile.PL.orig 2010-08-20 19:07:24.000000000 +0000
|
|
+++ Makefile.PL
|
|
@@ -7,7 +7,7 @@ license 'perl';
|
|
author 'Gabor Szabo <szabgab@gmail.com>';
|
|
all_from 'lib/Padre/Plugin/Vi.pm';
|
|
requires 'Padre' => '0.37'; #Padre::Constant
|
|
-requires 'Wx::Perl::Dialog' => '0.04';
|
|
+requires 'Padre::Wx::Dialog' => '0.04';
|
|
test_requires 'Test::More' => '0.47';
|
|
no_index 'directory' => qw{ t xt eg share inc};
|
|
homepage 'http://padre.perlide.org/';
|