ports/contrib (3.2): php-bcmath: update to 5.6.15
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit e263d5b2b4b3543b1b9ba1751445ad5f1d7a8ace Author: Juergen Daubert <jue@jue.li> Date: Thu Nov 5 12:07:12 2015 +0100 php-bcmath: update to 5.6.15 diff --git a/php-bcmath/.md5sum b/php-bcmath/.md5sum index cd1b2d6..8fa5571 100644 --- a/php-bcmath/.md5sum +++ b/php-bcmath/.md5sum @@ -1 +1 @@ -1472b1f968a2a4ae8b26f3134a116011 php-5.5.6.tar.bz2 +c726a86238017c2d9db0171b14d300e7 php-5.6.15.tar.xz diff --git a/php-bcmath/Pkgfile b/php-bcmath/Pkgfile index 9ddd386..aedaf7e 100644 --- a/php-bcmath/Pkgfile +++ b/php-bcmath/Pkgfile @@ -1,18 +1,19 @@ # Description: BC Math module for PHP -# URL: http://www.php.net -# Maintainer: Mikhail Kolesnik, mike at openbunker dot org +# URL: http://www.php.net +# Maintainer: Juergen Daubert, jue at crux dot nu +# Packager: Mikhail Kolesnik, mike at openbunker dot org # Depends on: name=php-bcmath -version=5.5.6 +version=5.6.15 release=1 -source=(http://www.php.net/distributions/php-$version.tar.bz2) +source=(http://www.php.net/distributions/php-$version.tar.xz) build() { cd php-$version ./configure --disable-all \ - --enable-bcmath=shared,/usr + --enable-bcmath=shared,/usr make build-modules install -d $PKG/{etc/php/conf.d,usr/lib/php/extensions}
participants (1)
-
crux@crux.nu