diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-05-04 19:52:38 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-04 17:58:14 +0000 |
commit | 66ea7b3b7a2354b37898e3cc225107b7d3e53b43 (patch) | |
tree | 510de43da318797403bab7f4d0030ea671915a82 /main/perl-libwww/APKBUILD | |
parent | 05619c0a695e3b8ff88b5aff01c905881326c5a1 (diff) | |
download | aports-66ea7b3b7a2354b37898e3cc225107b7d3e53b43.tar.bz2 aports-66ea7b3b7a2354b37898e3cc225107b7d3e53b43.tar.xz |
main/perl-libwww: disable nntp test
test nntp server doesn't respond correctly, it is reported here:
https://github.com/libwww-perl/libwww-perl/issues/307
bump pkgrel
Diffstat (limited to 'main/perl-libwww/APKBUILD')
-rw-r--r-- | main/perl-libwww/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/perl-libwww/APKBUILD b/main/perl-libwww/APKBUILD index b1a4bdaba4..cf3028bf08 100644 --- a/main/perl-libwww/APKBUILD +++ b/main/perl-libwww/APKBUILD @@ -3,7 +3,7 @@ pkgname=perl-libwww _realname=libwww-perl pkgver=6.38 -pkgrel=0 +pkgrel=1 pkgdesc="Perl module - World Wide Web library" url="http://search.cpan.org/~mschilli" arch="noarch" @@ -24,6 +24,7 @@ prepare() { cd "$builddir" export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + rm -v t/base/protocols/nntp.t } |