X-Original-To: alpine-aports@lists.alpinelinux.org Received: from fx.arvanta.net (static-213-198-238-194.adsl.eunet.rs [213.198.238.194]) by lists.alpinelinux.org (Postfix) with ESMTP id 4ADCFF84D90 for ; Sat, 4 May 2019 17:52:43 +0000 (UTC) Received: from arya.arvanta.net (arya.arvanta.net [10.5.1.6]) by fx.arvanta.net (Postfix) with ESMTP id 4800E5473; Sat, 4 May 2019 19:52:41 +0200 (CEST) From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= To: alpine-aports@lists.alpinelinux.org Cc: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Subject: [alpine-aports] [PATCH] main/perl-libwww: disable nntp test Date: Sat, 4 May 2019 19:52:38 +0200 Message-Id: <20190504175238.13456-1-mps@arvanta.net> X-Mailer: git-send-email 2.20.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit test nntp server doesn't respond correctly, it is reported here: https://github.com/libwww-perl/libwww-perl/issues/307 bump pkgrel --- main/perl-libwww/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---