mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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>
This commit is contained in:
parent
05d08399b5
commit
442de7e408
2
UPDATING
2
UPDATING
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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_"
|
Loading…
Reference in New Issue
Block a user