X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 1E78EDC12E9 for ; Sun, 13 Dec 2015 13:29:51 +0000 (UTC) Received: from relay1.infogroup.kiev.ua (tera.infogroup.kiev.ua [195.144.25.26]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id C5C11DC01AB for ; Sun, 13 Dec 2015 13:29:50 +0000 (UTC) Received: from aveo.com.ua ([195.144.25.27] helo=alpine) by relay1.infogroup.kiev.ua with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1a86ij-0007i0-9V; Sun, 13 Dec 2015 15:29:49 +0200 From: Valery Kartel To: alpine-aports@lists.alpinelinux.org Cc: Valery Kartel Subject: [alpine-aports] [PATCH] testing/apache2-mod-perl: new perl-5.22 compatibility patch from upstream Date: Sun, 13 Dec 2015 15:33:02 +0200 Message-Id: <1450013582-28522-1-git-send-email-valery.kartel@gmail.com> X-Mailer: git-send-email 2.6.3 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: 'make test' still fails but now more tests run pkgver=2 summary: Failed 16/245 test programs. 29/2547 subtests failed. pkgver=3 summary: Failed 14/245 test programs. 26/2691 subtests failed. --- testing/apache2-mod-perl/APKBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/testing/apache2-mod-perl/APKBUILD b/testing/apache2-mod-perl/APKBUILD index 284fdbf..2ba4faa 100644 --- a/testing/apache2-mod-perl/APKBUILD +++ b/testing/apache2-mod-perl/APKBUILD @@ -4,8 +4,7 @@ pkgname=apache2-mod-perl _pkgreal=mod_perl pkgver=2.0.9 -_pkgver=${pkgver/_rc1/-rc1} -pkgrel=2 +pkgrel=3 pkgdesc="Perl Module for Apache2" url="http://perl.apache.org/" arch="all" @@ -16,10 +15,10 @@ makedepends="$depends_dev apache2-dev perl-dev perl-linux-pid apr-dev apr-util-d install="" subpackages="$pkgname-doc $pkgname-dev" source="http://www.eu.apache.org/dist/perl/$_pkgreal-$pkgver.tar.gz - https://rt.cpan.org/Public/Ticket/Attachment/1549932/827564/env2.patch + https://rt.cpan.org/Ticket/Attachment/1564180/834925/Perl-5.22-compatibility-take-4.patch $pkgname.conf" -_builddir="$srcdir"/${_pkgreal}-${_pkgver} +_builddir="$srcdir"/${_pkgreal}-${pkgver} prepare() { cd "$_builddir" for i in $source; do @@ -51,11 +50,11 @@ package() { } md5sums="fdab9a145bf35f54fce997c96c76f8e2 mod_perl-2.0.9.tar.gz -f8c2de81056faea64a4d5e53fef9fb99 env2.patch +915c1a857cf68ccb9b7daf1ffa59669a Perl-5.22-compatibility-take-4.patch 86b84bb56b49a95772a7f773fc019043 apache2-mod-perl.conf" sha256sums="0260f26ab771c1c95fadc67544b3400e420bb30b8a77565d2d02ad05498ef52b mod_perl-2.0.9.tar.gz -6d2cd5d39dc6a53e5c9e2211f6e59d195af582ffa0313f61cb08d1654a456a6f env2.patch +2921ff2d634eb0da4072314e3189ba54dd11e0fc0360509e6e0408eb24f9e09e Perl-5.22-compatibility-take-4.patch 92dfc84c1506f34fc55cb65f4f2b0399254d811a03c5bcea1e6cf010e60a5227 apache2-mod-perl.conf" sha512sums="421d385f0d5d04cbe8c1e9559960eea86a017fa1bed88e614009143550baf852e2345001faff1fb849d9b3e6383786e0011f45ebc3e7d26ad57651fbad4e2f2c mod_perl-2.0.9.tar.gz -add28358a740005baa0891d910ea8597341a3cb07f6baa629059c782d90282b4a1e8275d2fffe6d90d0faac9820037e5e06ab4196d1beb6a663634b7f0832bdd env2.patch +0a9392ecc5d6e8f2ed82142dcb18895e44dbcb9e3fd04cc3564e87ddf33372a8ab6dff0dbc3a678c48595eb112b2aaa7867920aaf7bb92afc6a969896aeb1660 Perl-5.22-compatibility-take-4.patch 716650058af077b0494833301f3dfdf517499bdb2021427431cacc7f63e5fe520cd6f5f7daee44bed15e257c9a2d1fb7d18a75954455fa894dd24a8ef32af50b apache2-mod-perl.conf" -- 2.6.3 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---