diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php83/Makefile | 4 | ||||
-rw-r--r-- | lang/php83/distinfo | 6 | ||||
-rw-r--r-- | lang/php83/files/php_fpm.in (renamed from lang/php83/files/php-fpm.in) | 6 |
3 files changed, 8 insertions, 8 deletions
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 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_" |