aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-12-21 23:28:28 +0200
committerAndy Postnikov <apostnikov@gmail.com>2018-12-22 22:45:38 +0200
commitb30acdfebdea21261d9144c9ead4d7db85cd8bfa (patch)
tree8ed89d3327b3b3c4be530880a9aaa6749a984865
parent8e9e1114b2ace6708a45236602f010ee9a84822e (diff)
downloadaports-b30acdfebdea21261d9144c9ead4d7db85cd8bfa.tar.bz2
aports-b30acdfebdea21261d9144c9ead4d7db85cd8bfa.tar.xz
community/php7-pecl-msgpack: moved from testing/php7-msgpack
-rw-r--r--community/php7-pecl-msgpack/7c1eb7f70b82bcf611bebc9a9cfd88d5832443a1.patch (renamed from testing/php7-msgpack/7c1eb7f70b82bcf611bebc9a9cfd88d5832443a1.patch)0
-rw-r--r--community/php7-pecl-msgpack/APKBUILD (renamed from testing/php7-msgpack/APKBUILD)4
2 files changed, 3 insertions, 1 deletions
diff --git a/testing/php7-msgpack/7c1eb7f70b82bcf611bebc9a9cfd88d5832443a1.patch b/community/php7-pecl-msgpack/7c1eb7f70b82bcf611bebc9a9cfd88d5832443a1.patch
index 49068139f9..49068139f9 100644
--- a/testing/php7-msgpack/7c1eb7f70b82bcf611bebc9a9cfd88d5832443a1.patch
+++ b/community/php7-pecl-msgpack/7c1eb7f70b82bcf611bebc9a9cfd88d5832443a1.patch
diff --git a/testing/php7-msgpack/APKBUILD b/community/php7-pecl-msgpack/APKBUILD
index 5f53f1f98d..57f0047089 100644
--- a/testing/php7-msgpack/APKBUILD
+++ b/community/php7-pecl-msgpack/APKBUILD
@@ -1,6 +1,6 @@
# Contributor: Fabio Ribeiro <fabiorphp@gmail.com>
# Maintainer: Fabio Ribeiro <fabiorphp@gmail.com>
-pkgname=php7-msgpack
+pkgname=php7-pecl-msgpack
_pkgreal=msgpack
pkgver=2.0.3
pkgrel=1
@@ -15,6 +15,8 @@ source="https://pecl.php.net/get/$_pkgreal-$pkgver.tgz
"
# Patch skips broken tests https://github.com/msgpack/msgpack-php/issues/123
builddir="$srcdir"/$_pkgreal-$pkgver
+provides="php7-msgpack=$pkgver-r$pkgrel" # for backward compatibility
+replaces="php7-msgpack" # for backward compatibility
build() {
cd "$builddir"