git: 55272c38747e - main - lang/php83: Update version 8.3.8=>8.3.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jul 2024 13:15:50 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=55272c38747e54876219ffcb73050514bfd21d0d commit 55272c38747e54876219ffcb73050514bfd21d0d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-07-28 00:19:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-07-28 13:15:15 +0000 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> --- UPDATING | 2 +- lang/php83/Makefile | 4 ++-- lang/php83/distinfo | 6 +++--- lang/php83/files/{php-fpm.in => php_fpm.in} | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/UPDATING b/UPDATING index c44b66aad191..8a354ef57fc6 100644 --- a/UPDATING +++ b/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 diff --git a/lang/php83/Makefile b/lang/php83/Makefile index ba09317b3de1..3a594f51c3e5 100644 --- a/lang/php83/Makefile +++ b/lang/php83/Makefile @@ -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 diff --git a/lang/php83/distinfo b/lang/php83/distinfo index 7325709454ae..a2e38ce1bced 100644 --- a/lang/php83/distinfo +++ b/lang/php83/distinfo @@ -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 diff --git a/lang/php83/files/php-fpm.in b/lang/php83/files/php_fpm.in similarity index 95% rename from lang/php83/files/php-fpm.in rename to lang/php83/files/php_fpm.in index 9f753ea485e9..12253b537b2e 100644 --- a/lang/php83/files/php-fpm.in +++ b/lang/php83/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_"