mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
lang/php83: Update version 8.3.8=>8.3.9
- Rename rc script to comply to the rc scripting recommendations [1] Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_3 PR: 280134 [1] Co-authored-by: Alexander Leidinger <netchild@FreeBSD.org>
This commit is contained in:
parent
2f6674b90c
commit
55272c3874
2
UPDATING
2
UPDATING
@ -6,7 +6,7 @@ You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20240727:
|
||||
AFFECTS: lang/php81
|
||||
AFFECTS: lang/php8[13]
|
||||
AUTHOR: netchildFreeBSD.org
|
||||
|
||||
The start scripts of php-fpm have been renamed to php_fpm for improved
|
||||
|
@ -1,5 +1,5 @@
|
||||
PORTNAME= php83
|
||||
DISTVERSION= 8.3.8
|
||||
DISTVERSION= 8.3.9
|
||||
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
|
||||
NOASLR_USES= elfctl
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1717709456
|
||||
SHA256 (php-8.3.8.tar.xz) = aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7
|
||||
SIZE (php-8.3.8.tar.xz) = 12480896
|
||||
TIMESTAMP = 1722082762
|
||||
SHA256 (php-8.3.9.tar.xz) = bf4d7b8ea60a356064f88485278bd6f941a230ec16f0fc401574ce1445ad6c77
|
||||
SIZE (php-8.3.9.tar.xz) = 12470616
|
||||
|
@ -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