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 44DDDDC1506 for ; Wed, 6 Apr 2016 22:16:59 +0000 (UTC) Received: from mail-qg0-f46.google.com (mail-qg0-f46.google.com [209.85.192.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 1B4C1DC02A0 for ; Wed, 6 Apr 2016 22:16:58 +0000 (UTC) Received: by mail-qg0-f46.google.com with SMTP id f52so48400964qga.3 for ; Wed, 06 Apr 2016 15:16:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dafiti.com.br; s=google; h=mime-version:from:to:cc:subject:date:message-id :content-transfer-encoding; bh=BCSPaN8W3XQEjt8AFqvD5SJ7vab0tXahDSkNTMCWUK8=; b=JqAhMF9R5VlD0UNyhgh6Ja9vKwNOADY8n2z2iHrb6IJYMzFO0CjC34aaE7btRZGk9P q6kxDj5rAIuJgv1O5acyc8hGFRUciLjr7bUfsHzBEyCzmkkstNBQP8y2lhSLngFetpgi eIF3GHhhUkf0Ei3kwf49ON6fwLMq0FsfKXvpo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:to:cc:subject:date:message-id :content-transfer-encoding; bh=BCSPaN8W3XQEjt8AFqvD5SJ7vab0tXahDSkNTMCWUK8=; b=dhnSkGryrbHVWbx+3Fbr2SYxwE7yfw7IQJ3efgwcsvWlOlttJmI06m4TBmDs6zSHAK nq5ygVlzjz83bkjFdQnq0A8vXJ3ZDUnAd+HLGcosEE+vucPufNEugU+/NW/pZO8+8CwE 3MhuHrETRaxw4/Zmdox8o8ImT3hpfAxgctI12Ck/3bYlUT/OPW1o42+tVT4meXlW49el 4ANIrTTceObxFGDvG2UAV+a8bVjWLrn3Ckr3yxX9S9mzybSWb0NrVdqszro57FNSNAW3 0SsOEnCfhgJw+KAAczP2GQjUkwMua2AXMDfIRSZsOShs1ejQBeuJz0cNG/zAWL+LrMny BjCA== X-Gm-Message-State: AD7BkJJY3qQPs5EacYbBY+l4gRoV6BoOUUowP6/CcVhJx/lRbplvFVScPNt+ucyjkWHwrxJv79P3kZMlZpBFh6rUFbxOiHptEEcmyVo0BHQkx8HhyyKuSx/FHHYT9nfzXM9XiRf8JsnaBpB96+oXaQ== X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.141.0.8 with SMTP id b8mr29701920qhd.104.1459981017608; Wed, 06 Apr 2016 15:16:57 -0700 (PDT) Received: from hendrix.dafiti.local ([200.205.195.2]) by smtp.gmail.com with ESMTPSA id q198sm2160683qhb.16.2016.04.06.15.16.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 06 Apr 2016 15:16:57 -0700 (PDT) From: Fabio da Silva Ribeiro To: alpine-aports@lists.alpinelinux.org Cc: Fabio da Silva Ribeiro Subject: [alpine-aports] [PATCH] testing/php7-redis: Set extension loader priority Date: Wed, 6 Apr 2016 19:16:50 -0300 Message-Id: <1459981010-20667-1-git-send-email-silva.ribeiro@dafiti.com.br> X-Mailer: git-send-email 2.5.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP --- testing/php7-redis/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/php7-redis/APKBUILD b/testing/php7-redis/APKBUILD index bfb9901..634d74b 100644 --- a/testing/php7-redis/APKBUILD +++ b/testing/php7-redis/APKBUILD @@ -5,12 +5,12 @@ _pkgreal=3Dredis _pkgrepo=3Dphpredis _pkgbranch=3Dphp7 pkgver=3D2.2.8 -pkgrel=3D0 +pkgrel=3D1 pkgdesc=3D"PHP extension for interfacing with Redis (Dev PHP7)" url=3D"https://github.com/$_pkgrepo/$_pkgrepo/tree/$_pkgbranch" arch=3D"x86_64 armhf" license=3D"PHP" -depends=3D +depends=3D"php7-session" pecldepends=3D"php7-dev autoconf" makedepends=3D"$pecldepends" install=3D"" @@ -30,7 +30,7 @@ package() { cd "$builddir" make INSTALL_ROOT=3D"$pkgdir"/ install || return 1 install -d "$pkgdir"/etc/php7/conf.d || return 1 - echo "extension=3D$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini + echo "extension=3D$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/20_$_pkgreal.= ini } =20 md5sums=3D"6c47b6722d2970267e0f6b4f85cff675 phpredis-2.2.8.tar.gz" --=20 2.5.0 --=20 *** Esta mensagem, incluindo seus anexos, pode conter informa=E7=F5es confidenc= iais=20 e/ou privilegiadas. Se voc=EA n=E3o for a pessoa autorizada a receber esta= =20 mensagem, n=E3o pode usar, copiar ou divulgar as informa=E7=F5es nela conti= das ou=20 tomar qualquer a=E7=E3o baseada nessas informa=E7=F5es. Caso esta mensagem = tenha=20 sido recebida por engano, por favor avise imediatamente o remetente,=20 respondendo o e-mail e em seguida elimine-a do seu sistema. Agradecemos sua= =20 coopera=E7=E3o. This message, including any attachments, may contain confidential and/or=20 privileged information. If you are not the addressee or authorized to=20 receive this for the addressee, you must not use, copy, disclose or take=20 any action based on this message or any information herein. If you have=20 received this message in error, please advise the sender immediately by=20 reply e-mail and delete this message.Thank you for your cooperation --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---