mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/perl-io-tty: upgrade to 1.27
This commit is contained in:
parent
1e0d004077
commit
c333acbbd8
@ -4,8 +4,8 @@
|
||||
pkgname=perl-io-tty
|
||||
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
||||
_pkgreal=IO-Tty
|
||||
pkgver=1.20
|
||||
pkgrel=2
|
||||
pkgver=1.27
|
||||
pkgrel=0
|
||||
pkgdesc="Pseudo ttys and constants"
|
||||
url="https://metacpan.org/release/IO-Tty/"
|
||||
arch="all"
|
||||
@ -14,7 +14,6 @@ depends="perl"
|
||||
makedepends="perl-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://cpan.metacpan.org/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz
|
||||
disable-failing-test.patch
|
||||
"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
@ -41,6 +40,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
a411dcc3da4adf4913ceaca7d97198041c6870ac8b579a1d5c2517d984fab4cc8108962b23ee694da9e0c952f35d695e636ff35589873b95a86c2bf8c1838ee4 IO-Tty-1.20.tar.gz
|
||||
37c8aae630d4ee80b20b3540ed7fb5840b9a995e2ee489cbad8ace503ac9f596b38d01cb46e55d339898cc60d23581b451b71b27a6b871bc8ef84d1be2600427 disable-failing-test.patch
|
||||
2676578d63c48f307c73bce32f6775225d510c106e285ee8be510ef910eea325846b41e77ea67a2f4f4821c0e2a5c0472c229c7a5a0bef0c5ede7c9262adeb3c IO-Tty-1.27.tar.gz
|
||||
"
|
||||
|
||||
@ -1,13 +0,0 @@
|
||||
diff --git a/t/test.t b/t/test.t
|
||||
index f61a978..382a35e 100644
|
||||
--- a/t/test.t
|
||||
+++ b/t/test.t
|
||||
@@ -183,7 +183,7 @@ diag(
|
||||
my $inv = ~$s . "\n";
|
||||
$s .= "\n";
|
||||
my $sendbuf = $s;
|
||||
- $SIG{ALRM} = $SIG{TERM} = $SIG{INT} = sub { die "TIMEOUT(SIG" . shift() . ")"; };
|
||||
+ #$SIG{ALRM} = $SIG{TERM} = $SIG{INT} = sub { die "TIMEOUT(SIG" . shift() . ")"; };
|
||||
eval {
|
||||
alarm(15);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user