update to p5-Alien-wxWidgets 0.62

This commit is contained in:
sthen 2013-03-21 01:34:46 +00:00
parent 4b1ea5f56c
commit 2cc682c5df
5 changed files with 16 additions and 22 deletions

View File

@ -1,13 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2013/03/11 10:50:13 espie Exp $
# $OpenBSD: Makefile,v 1.8 2013/03/21 01:34:46 sthen Exp $
COMMENT = building, finding and using wxWidgets binaries
MODULES = cpan
DISTNAME = Alien-wxWidgets-0.47
REVISION = 0
DISTNAME = Alien-wxWidgets-0.62
CATEGORIES = devel
CPAN_AUTHOR = MBARBON
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,5 +1,2 @@
MD5 (Alien-wxWidgets-0.47.tar.gz) = mfDTjJda3JkBSNAu9zxp2w==
RMD160 (Alien-wxWidgets-0.47.tar.gz) = Q/UA8msOowxjS0mW40n6nAXcSzE=
SHA1 (Alien-wxWidgets-0.47.tar.gz) = 0SPeCQyH81NiygTGjNzdih7ZYTs=
SHA256 (Alien-wxWidgets-0.47.tar.gz) = igNLntEX4WsVSdm0DPdkYu/5ceMWirFIyrdvCZFueGs=
SIZE (Alien-wxWidgets-0.47.tar.gz) = 647430
SHA256 (Alien-wxWidgets-0.62.tar.gz) = /rZV6iqfZMQ/ELVWZIvELX5yJLvnU/ZXvVhLOdPmiro=
SIZE (Alien-wxWidgets-0.62.tar.gz) = 666834

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Build_PL,v 1.2 2009/12/09 21:45:12 landry Exp $
--- Build.PL.orig Sat Dec 5 16:17:30 2009
+++ Build.PL Wed Dec 9 22:15:25 2009
@@ -163,8 +163,7 @@ EOT
$OpenBSD: patch-Build_PL,v 1.3 2013/03/21 01:34:46 sthen Exp $
--- Build.PL.orig Tue Oct 2 04:18:50 2012
+++ Build.PL Thu Mar 21 01:30:26 2013
@@ -199,8 +199,7 @@ EOT
}
}
chomp $build_prompt;

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-inc_My_Build_Any_wx_config_Bakefile_pm,v 1.2 2009/12/09 21:45:12 landry Exp $
$OpenBSD: patch-inc_My_Build_Any_wx_config_Bakefile_pm,v 1.3 2013/03/21 01:34:47 sthen Exp $
use glob() to find all matching $lib.so.*, and take the last value
--- inc/My/Build/Any_wx_config_Bakefile.pm.orig Sat Dec 5 16:17:30 2009
+++ inc/My/Build/Any_wx_config_Bakefile.pm Wed Dec 9 22:13:18 2009
--- inc/My/Build/Any_wx_config_Bakefile.pm.orig Mon Dec 28 19:10:47 2009
+++ inc/My/Build/Any_wx_config_Bakefile.pm Thu Mar 21 01:30:26 2013
@@ -3,7 +3,6 @@ package My::Build::Any_wx_config_Bakefile;
use strict;
our @ISA = qw(My::Build::Any_wx_config::Base);
@ -10,7 +10,7 @@ use glob() to find all matching $lib.so.*, and take the last value
sub awx_wx_config_data {
my $self = shift;
return $self->{awx_data} if $self->{awx_data};
@@ -41,8 +40,13 @@ sub awx_wx_config_data {
@@ -44,8 +43,13 @@ sub awx_wx_config_data {
$key = 'core' if $key =~ m/^gtk2?[ud]{0,2}/
&& $self->awx_is_monolithic
&& $lib =~ m/(?:gtk2?|mac)[ud]{0,2}-/;

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-inc_My_Build_Base_pm,v 1.2 2009/12/09 21:45:12 landry Exp $
--- inc/My/Build/Base.pm.orig Sat Dec 5 16:17:30 2009
+++ inc/My/Build/Base.pm Wed Dec 9 22:10:11 2009
@@ -370,12 +370,11 @@ sub awx_get_name {
$OpenBSD: patch-inc_My_Build_Base_pm,v 1.3 2013/03/21 01:34:47 sthen Exp $
--- inc/My/Build/Base.pm.orig Tue Oct 2 04:18:50 2012
+++ inc/My/Build/Base.pm Thu Mar 21 01:30:27 2013
@@ -439,12 +439,11 @@ sub awx_get_name {
my $e = sub { defined $_[0] ? ( $_[0] ) : () };
my $pv = sub { join '.', map { 0 + ( $_ || 0 ) }
( $_[0] =~ /(\d+)\.(\d{1,3})(\d{0,3})/ ) } ;