ports/opt (3.5): php-gd: update to 7.4.2
commit 6b2aff1b288d650fd78e3b710eb13606c6e08aa7 Author: Juergen Daubert <jue@jue.li> Date: Sat Feb 15 13:57:18 2020 +0100 php-gd: update to 7.4.2 diff --git a/php-gd/.signature b/php-gd/.signature index 578194fde..c5583790e 100644 --- a/php-gd/.signature +++ b/php-gd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Rl69Im9Kk4hDPt4avVDT0db126DrlAHRMuuPk/PFTpGW3zfgw6ZetCTwr4C6nY5ssCBnLgXcpQRHbxIp68BTAg= -SHA256 (Pkgfile) = 27a21aa23b738b05ba419c6d5daed32c799ab4cf80c41a519ea426d0d18b1ce7 +RWSE3ohX2g5d/dGSGecWFgH4PgLZmgA8EtZvzA9tbYhTJOzzvIADkMIM5JUHlt6FipEz/nZrcZA39rRDlk4KFxknOADIS2OHLwk= +SHA256 (Pkgfile) = 59951720efa8c748fedb2da0018802281bd95b58f09be4e76bc9a72cec208947 SHA256 (.footprint) = 09e41333252c613bbc54155a95e91919aedf35e3fe90607f941528ac9f1a39bb -SHA256 (php-7.3.14.tar.xz) = cc05dd373ca5d36652800762f65c10e828a17de35aaf246262e3efa99d00cdb0 +SHA256 (php-7.4.2.tar.xz) = 98284deac017da0d426117ecae7599a1f1bf62ae3911e8bc16c4403a8f4bdf13 diff --git a/php-gd/Pkgfile b/php-gd/Pkgfile index 9674d73b1..16ba582a2 100644 --- a/php-gd/Pkgfile +++ b/php-gd/Pkgfile @@ -1,18 +1,20 @@ # Description: GD module for PHP # URL: http://www.php.net # Maintainer: Juergen Daubert, jue at crux dot nu -# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve # Depends on: libgd name=php-gd -version=7.3.14 +version=7.4.2 release=1 source=(http://www.php.net/distributions/php-$version.tar.xz) build() { cd php-$version - ./configure --disable-all --with-gd=shared,/usr + ./configure --disable-all \ + --enable-gd=shared \ + --with-external-gd + make build-modules install -d $PKG/{etc/php/conf.d,usr/lib/php/extensions}
participants (1)
-
crux@crux.nu