diff --git a/dev-lang/php/patches/php-5.6.2.patchset b/dev-lang/php/patches/php-5.6.4.patchset similarity index 100% rename from dev-lang/php/patches/php-5.6.2.patchset rename to dev-lang/php/patches/php-5.6.4.patchset diff --git a/dev-lang/php/php-5.6.2.recipe b/dev-lang/php/php-5.6.4.recipe similarity index 81% rename from dev-lang/php/php-5.6.2.recipe rename to dev-lang/php/php-5.6.4.recipe index fb1056ae7..776ec1c9d 100644 --- a/dev-lang/php/php-5.6.2.recipe +++ b/dev-lang/php/php-5.6.4.recipe @@ -3,15 +3,15 @@ DESCRIPTION="PHP is a popular general-purpose scripting language that is \ especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most \ -popular websites in the world. -" -HOMEPAGE="http://www.php.net" +popular websites in the world." +HOMEPAGE="https://php.net" REVISION="1" COPYRIGHT="2001-2014 PHP Group" LICENSE="PHP License v3.01" ARCHITECTURES="x86_gcc2" -SRC_URI="http://php.net/get/php-5.6.2.tar.bz2/from/this/mirror" +SRC_URI="https://php.net/get/php-$portVersion.tar.bz2/from/this/mirror" +CHECKSUM_SHA256="576f9001b612f5ddc22f447311bbec321e2c959b6a52259d664c4ba04ef044f1" SRC_FILENAME="php-$portVersion.tar.bz2" PATCHES="php-$portVersion.patchset" @@ -26,23 +26,22 @@ PROVIDES=" cmd:php_cgi cmd:php_config cmd:phpize -" + " GLOBAL_WRITABLE_FILES=" settings/pear.conf keep-old -" + " REQUIRES=" haiku lib:libxml2 lib:libz -" + " BUILD_REQUIRES=" devel:libxml2 devel:libz -" - + " BUILD_PREREQUIRES=" haiku_devel cmd:awk @@ -50,7 +49,7 @@ BUILD_PREREQUIRES=" cmd:dos2unix cmd:gcc cmd:make -" + " BUILD() { @@ -69,4 +68,3 @@ TEST() { make test } -