*/php81: Update version 8.1.28=>8.1.29

- Fix comment in rc files
- Make the rc script jail ready [1]

Changelog: https://www.php.net/ChangeLog-8.php#8.1.29
Reported by:	netchile [1]
This commit is contained in:
Muhammad Moinur Rahman 2024-06-07 17:13:49 +02:00
parent 5886b0499c
commit 4940c355d6
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91
7 changed files with 7 additions and 11 deletions

View file

@ -1,7 +1,5 @@
CATEGORIES= databases CATEGORIES= databases
PORTREVISION= 1
MASTERDIR= ${.CURDIR}/../../lang/php81 MASTERDIR= ${.CURDIR}/../../lang/php81
PKGNAMESUFFIX= -pdo_firebird PKGNAMESUFFIX= -pdo_firebird

View file

@ -1,4 +1,3 @@
PORTREVISION= 1
CATEGORIES= devel CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php81 MASTERDIR= ${.CURDIR}/../../lang/php81

View file

@ -1,5 +1,5 @@
PORTNAME= php81 PORTNAME= php81
DISTVERSION= 8.1.28 DISTVERSION= 8.1.29
PORTREVISION?= 0 PORTREVISION?= 0
CATEGORIES?= lang devel www CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions MASTER_SITES= PHP/distributions
@ -11,7 +11,7 @@ WWW= https://www.php.net/
LICENSE= PHP301 LICENSE= PHP301
DEPRECATED= Upstream EOL reaches on 2024-11-25 DEPRECATED= Upstream EOL reaches on 2025-12-31
EXPIRATION_DATE= 2025-12-31 EXPIRATION_DATE= 2025-12-31
USES+= compiler:c11 cpe gnome localbase pkgconfig tar:xz USES+= compiler:c11 cpe gnome localbase pkgconfig tar:xz

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1713000963 TIMESTAMP = 1717709327
SHA256 (php-8.1.28.tar.xz) = 95d0b2e9466108fd750dab5c30a09e5c67f5ad2cb3b1ffb3625a038a755ad080 SHA256 (php-8.1.29.tar.xz) = 288884af60581d4284baba2ace9ca6d646f72facbd3e3c2dd2acc7fe6f903536
SIZE (php-8.1.28.tar.xz) = 11848504 SIZE (php-8.1.29.tar.xz) = 11826292

View file

@ -7,7 +7,7 @@
# #
# Add the following line to /etc/rc.conf to enable php-fpm: # 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 nginx # 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. # Define your profiles here.
# php_fpm_pid_prefix (str): Set to "" by default. # php_fpm_pid_prefix (str): Set to "" by default.
@ -32,6 +32,7 @@ load_rc_config "${name}"
: ${php_fpm_enable="NO"} : ${php_fpm_enable="NO"}
: ${php_fpm_umask=""} : ${php_fpm_umask=""}
: ${php_fpm_svcj_options:="net_basic"}
if [ -n "$2" ]; then if [ -n "$2" ]; then
profile="$2" profile="$2"

View file

@ -1,4 +1,3 @@
PORTREVISION= 1
CATEGORIES= security CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php81 MASTERDIR= ${.CURDIR}/../../lang/php81

View file

@ -1,4 +1,3 @@
PORTREVISION= 1
CATEGORIES= www CATEGORIES= www
MASTERDIR= ${.CURDIR}/../../lang/php81 MASTERDIR= ${.CURDIR}/../../lang/php81