diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-08-30 08:16:37 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-08-30 08:18:53 +0000 |
commit | 442de7e4088a04a775d6948eac90d968775d748a (patch) | |
tree | af22ac1bd2a45643538bcc35f4051a367a21da36 | |
parent | 05d08399b5616885614a68d56d8ba54da80f9477 (diff) |
lang/php82: Update version 8.2.22=>8.2.23
- Rename rc script to comply to the rc scripting recommendations [1]
Changelog: https://www.php.net/ChangeLog-8.php#8.2.23
PR: 280134 [1]
Co-authored-by: Alexander Leidinger <netchild@FreeBSD.org>
-rw-r--r-- | UPDATING | 2 | ||||
-rw-r--r-- | lang/php82/Makefile | 4 | ||||
-rw-r--r-- | lang/php82/distinfo | 6 | ||||
-rw-r--r-- | lang/php82/files/php_fpm.in (renamed from lang/php82/files/php-fpm.in) | 6 |
4 files changed, 9 insertions, 9 deletions
@@ -75,7 +75,7 @@ you update your ports collection, before attempting any port upgrades. "service amavis-p0fanalyzer ..." to "service amavis_p0fanalyzer ..." 20240727: - AFFECTS: lang/php8[13] + AFFECTS: lang/php8[123] AUTHOR: netchildFreeBSD.org The start scripts of php-fpm have been renamed to php_fpm for improved diff --git a/lang/php82/Makefile b/lang/php82/Makefile index be39c4b795e0..889d9d9ea129 100644 --- a/lang/php82/Makefile +++ b/lang/php82/Makefile @@ -1,5 +1,5 @@ PORTNAME= php82 -DISTVERSION= 8.2.22 +DISTVERSION= 8.2.23 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions @@ -76,7 +76,7 @@ FPM_CONFIGURE_ON= --enable-fpm \ --with-fpm-group=${WWWGRP} \ --with-fpm-user=${WWWOWN} FPM_VARS= PHP_SAPI+=fpm \ - USE_RC_SUBR+=php-fpm + USE_RC_SUBR+=php_fpm IPV6_CONFIGURE_OFF= --disable-ipv6 LINKTHR_LIBS= -lpthread MYSQLND_CONFIGURE_ON= --enable-mysqlnd diff --git a/lang/php82/distinfo b/lang/php82/distinfo index b8eb895400e2..eec6c5635e46 100644 --- a/lang/php82/distinfo +++ b/lang/php82/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722535810 -SHA256 (php-8.2.22.tar.xz) = 8566229bc88ad1f4aadc10700ab5fbcec81587c748999d985f11cf3b745462df -SIZE (php-8.2.22.tar.xz) = 12099476 +TIMESTAMP = 1725002496 +SHA256 (php-8.2.23.tar.xz) = 81c5ae6ba44e262a076349ee54a2e468638a4571085d80bff37f6fd308e1d8d5 +SIZE (php-8.2.23.tar.xz) = 12118028 diff --git a/lang/php82/files/php-fpm.in b/lang/php82/files/php_fpm.in index 9f753ea485e9..12253b537b2e 100644 --- a/lang/php82/files/php-fpm.in +++ b/lang/php82/files/php_fpm.in @@ -1,14 +1,14 @@ #!/bin/sh -# PROVIDE: php-fpm +# PROVIDE: php_fpm # REQUIRE: LOGIN # KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable php-fpm: -# php-fpm_enable (bool): Set to "NO" by default. +# php_fpm_enable (bool): Set to "NO" by default. # Set it to "YES" to enable php-fpm -# php-fpm_profiles (str): Set to "" by default. +# php_fpm_profiles (str): Set to "" by default. # Define your profiles here. # php_fpm_pid_prefix (str): Set to "" by default. # When using profiles manually assign value to "php_fpm_" |