mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
*/php83: Update version 8.3.7=>8.3.8
- Fix comment in rc file - Make rc script jail ready [1] Changelog: https://www.php.net/ChangeLog-8.php#8.3.8 Reported by: netchild [1]
This commit is contained in:
parent
f9259dd0be
commit
8d3544f838
@ -1,5 +1,5 @@
|
||||
PORTNAME= php83
|
||||
DISTVERSION= 8.3.7
|
||||
DISTVERSION= 8.3.8
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= PHP/distributions
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1715457851
|
||||
SHA256 (php-8.3.7.tar.xz) = d53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a
|
||||
SIZE (php-8.3.7.tar.xz) = 12456020
|
||||
TIMESTAMP = 1717709456
|
||||
SHA256 (php-8.3.8.tar.xz) = aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7
|
||||
SIZE (php-8.3.8.tar.xz) = 12480896
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
# Add the following line to /etc/rc.conf to enable php-fpm:
|
||||
# php-fpm_enable (bool): Set to "NO" by default.
|
||||
# Set it to "YES" to enable nginx
|
||||
# Set it to "YES" to enable php-fpm
|
||||
# php-fpm_profiles (str): Set to "" by default.
|
||||
# Define your profiles here.
|
||||
# php_fpm_pid_prefix (str): Set to "" by default.
|
||||
@ -32,6 +32,7 @@ load_rc_config "${name}"
|
||||
|
||||
: ${php_fpm_enable="NO"}
|
||||
: ${php_fpm_umask=""}
|
||||
: ${php_fpm_svcj_options:="net_basic"}
|
||||
|
||||
if [ -n "$2" ]; then
|
||||
profile="$2"
|
||||
|
@ -1,4 +1,3 @@
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php83
|
||||
|
@ -1,4 +1,3 @@
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php83
|
||||
|
Loading…
Reference in New Issue
Block a user