~alpine/aports

main/perl-libwww: disable nntp test v1 PROPOSED

Milan P. Stanić <mps@arvanta.net>
Milan P. Stanić: 1
 main/perl-libwww: disable nntp test

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/672/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/perl-libwww: disable nntp test Export this patch

Milan P. Stanić <mps@arvanta.net>
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
---