diff --git a/dev-lang/php/additional-files/userlaunch.in b/dev-lang/php/additional-files/userlaunch.in index 0dfd66d94..a5ddcf718 100644 --- a/dev-lang/php/additional-files/userlaunch.in +++ b/dev-lang/php/additional-files/userlaunch.in @@ -1,5 +1,5 @@ job x-vnd.@APP@ { - launch @BIN@ -y /system/settings/php7/php-fpm.conf + launch @BIN@ -y /system/settings/php@VERSION@/php-fpm.conf no_safemode legacy on initial_volumes_mounted diff --git a/dev-lang/php/patches/php8-8.4.4.patchset b/dev-lang/php/patches/php8-8.4.14.patchset similarity index 100% rename from dev-lang/php/patches/php8-8.4.4.patchset rename to dev-lang/php/patches/php8-8.4.14.patchset diff --git a/dev-lang/php/php8-8.4.4.recipe b/dev-lang/php/php8-8.4.14.recipe similarity index 94% rename from dev-lang/php/php8-8.4.4.recipe rename to dev-lang/php/php8-8.4.14.recipe index 4d3be0ca5..1d3e8c882 100644 --- a/dev-lang/php/php8-8.4.4.recipe +++ b/dev-lang/php/php8-8.4.14.recipe @@ -4,11 +4,11 @@ suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most \ popular websites in the world." HOMEPAGE="https://php.net/" -COPYRIGHT="2001-2022 PHP Group" +COPYRIGHT="2001-2024 PHP Group" LICENSE="PHP License v3.01" -REVISION="3" +REVISION="1" SOURCE_URI="https://php.net/get/php-$portVersion.tar.bz2/from/this/mirror" -CHECKSUM_SHA256="192a325fd3ca09b6c528dd6014ee07d803c3162514d4bb0d3e0981d00ac700ec" +CHECKSUM_SHA256="f2139ce4cb7a6c5643ee98caa34e5c32ba841c2ba293e34a3d0357faa84bb3e7" SOURCE_FILENAME="php-$portVersion.tar.bz2" SOURCE_DIR="php-$portVersion" PATCHES="php8-$portVersion.patchset" @@ -83,7 +83,7 @@ BUILD_REQUIRES=" devel:libonig$secondaryArchSuffix devel:libpcre2_8$secondaryArchSuffix devel:libpng16$secondaryArchSuffix - devel:libpq$secondaryArchSuffix + devel:libpq$secondaryArchSuffix >= 16 devel:libsqlite3$secondaryArchSuffix devel:libssl$secondaryArchSuffix devel:libwebp$secondaryArchSuffix @@ -151,8 +151,8 @@ INSTALL() mkdir -p $dataDir/user_launch sed \ -e "s|@APP@|php-fpm|" \ - -e "s|@BIN@|"$binDir"/php-fpm|" \ - -e "s|php7|php8|" \ + -e "s|@BIN@|$commandBinDir/php-fpm|" \ + -e "s|@VERSION@|8|" \ $portDir/additional-files/userlaunch.in > $dataDir/user_launch/php-fpm }