- update to 0.48

- groff is not needed
- add regress dependency

from new maintainer gleydson soares
ok andreas bihlmaier (previous maintainer)
This commit is contained in:
jasper 2011-04-08 13:29:38 +00:00
parent ad385e8275
commit 53688b477f
3 changed files with 14 additions and 15 deletions

View File

@ -1,14 +1,12 @@
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:44:32 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.6 2011/04/08 13:29:38 jasper Exp $
COMMENT= write Perl subroutines in other programming languages
MODULES= cpan
DISTNAME= Inline-0.44
REVISION= 0
DISTNAME= Inline-0.48
CATEGORIES= devel
USE_GROFF = Yes
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
# perl
PERMIT_PACKAGE_CDROM= Yes
@ -17,5 +15,6 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= devel/p5-Parse-RecDescent
REGRESS_DEPENDS= devel/p5-Test-Warn
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (Inline-0.44.tar.gz) = hA9H2bbO855oNw+vnc6rLA==
RMD160 (Inline-0.44.tar.gz) = 7XsMGo1j0CFQFpmhvLCRah2+Gls=
SHA1 (Inline-0.44.tar.gz) = pr/PJxMly4xL/KSXQn1nsrL3le8=
SHA256 (Inline-0.44.tar.gz) = +hnNjC2eqeymhtvRixSZanWTh6P5iLUquro3M+PECqY=
SIZE (Inline-0.44.tar.gz) = 91450
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

View File

@ -1,16 +1,16 @@
--- C/Makefile.PL.orig Mon Dec 4 17:14:45 2006
+++ C/Makefile.PL Mon Dec 4 17:15:46 2006
@@ -55,12 +55,7 @@
--- C/Makefile.PL.orig Wed Apr 6 17:34:13 2011
+++ C/Makefile.PL Wed Apr 6 17:34:33 2011
@@ -68,12 +68,7 @@ END
# '
}
-my $answer = '';
-my $default = $found ? "y" : "n";
-while (1) {
- $answer = prompt ('Do you want to install Inline::C?', $default);
- $answer = prompt ('Do you want to install Inline::C?', $default);
- last if $answer =~ /^(y|yes|n|no)$/i;
-}
+my $answer = 'y';
if ($answer =~ /^(y|yes)$/i) {
WriteMakefile(
my %h = (NAME => 'Inline::C', clean => {FILES => '_Inline_test'});