update to p5-Term-ReadKey-2.18

- Altered prototyping style after reports of compile failures on Windows.
- The '_' macro for non-ANSI compatibility was removed in 5.7.2
This commit is contained in:
wilfried 2002-03-02 19:11:41 +00:00
parent c171618505
commit 539ef54067
3 changed files with 18 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2002/01/04 22:31:55 wilfried Exp $
# $OpenBSD: Makefile,v 1.5 2002/03/02 19:11:41 wilfried Exp $
COMMENT= 'change terminal modes, and perform non-blocking reads'
DISTNAME= TermReadKey-2.16
PKGNAME= p5-Term-ReadKey-2.16
DISTNAME= TermReadKey-2.18
PKGNAME= p5-Term-ReadKey-2.18
CATEGORIES= devel perl5
NEED_VERSION= 1.482

View File

@ -1,3 +1,3 @@
MD5 (TermReadKey-2.16.tar.gz) = a8501ced2cafb31db74b0078cfe5c44b
RMD160 (TermReadKey-2.16.tar.gz) = b24319ef153977763d8e616b858dbce336dc1de6
SHA1 (TermReadKey-2.16.tar.gz) = 4fc647f19c90d69c1baa11b1bf995222b63a556e
MD5 (TermReadKey-2.18.tar.gz) = 622311cdfc9dbd96799ccbf5b9327014
RMD160 (TermReadKey-2.18.tar.gz) = c9199579e5ff06c7ed2b7ed02ae8fbf60e72df74
SHA1 (TermReadKey-2.18.tar.gz) = fdfd5a742642de7b2b3571d78ea0712dfc42d7fa

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_PL,v 1.1 2002/03/02 19:11:41 wilfried Exp $
--- Makefile.PL.orig Mon Jan 28 19:40:18 2002
+++ Makefile.PL Sat Mar 2 19:46:07 2002
@@ -51,7 +51,7 @@ ReadKey.c: cchars.h
sub MY::test {
my $self = shift;
$_ = $self->MM::test();
- s/test.pl/-w test.pl/;
+ s/test.pl/-w test.pl interactive/;
$_;
}