- update p5-Inline to 0.52

- update patches

ok gsoares@ (maintainer)
This commit is contained in:
benoit 2013-03-27 15:45:08 +00:00
parent a8d70af174
commit 47112ea618
3 changed files with 8 additions and 11 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2013/03/11 10:50:18 espie Exp $
# $OpenBSD: Makefile,v 1.8 2013/03/27 15:45:08 benoit Exp $
COMMENT= write Perl subroutines in other programming languages
MODULES= cpan
DISTNAME= Inline-0.48
DISTNAME = Inline-0.52
CATEGORIES= devel
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>

View File

@ -1,5 +1,2 @@
MD5 (Inline-0.48.tar.gz) = klvwdWdRbdBZbQu/TpsruQ==
RMD160 (Inline-0.48.tar.gz) = /NBFDji8SRUvDZ1dO02NgsPqVXo=
SHA1 (Inline-0.48.tar.gz) = g35DQBGMfVIfEEK2HEoiPC9lX0c=
SHA256 (Inline-0.48.tar.gz) = vZKYL3sJxkTVAHo4f3Ewp+GFfCGrJct2Y4j0f24fI84=
SIZE (Inline-0.48.tar.gz) = 100673
SHA256 (Inline-0.52.tar.gz) = +ZSAWR/rcaoxd4CAK6EiMcosA0AUZOJp/wWHVF+Sfjg=
SIZE (Inline-0.52.tar.gz) = 111652

View File

@ -1,5 +1,5 @@
--- C/Makefile.PL.orig Wed Apr 6 17:34:13 2011
+++ C/Makefile.PL Wed Apr 6 17:34:33 2011
--- C/Makefile.PL.orig Tue Nov 20 10:35:19 2012
+++ C/Makefile.PL Wed Mar 27 16:23:35 2013
@@ -68,12 +68,7 @@ END
# '
}
@ -12,5 +12,5 @@
-}
+my $answer = 'y';
if ($answer =~ /^(y|yes)$/i) {
my %h = (NAME => 'Inline::C', clean => {FILES => '_Inline_test'});
my $prereq_pm = install_base_problem() ? {'ExtUtils::MakeMaker' => 6.62}
: {};