pkgsrc/editors/p5-Padre-Plugin-Vi/patches/patch-ac
sno 6c2e9be06e Updating editors/p5-Padre-Plugin-Vi from 0.22 to 0.23 (using
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
2010-08-20 19:15:28 +00:00

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/';