Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2024 14:28:55 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 093d50b2c4ba - main - lang/php84: Update version 8.4.0RC4=>8.4.1
Message-ID:  <202411231428.4ANEStCm094074@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=093d50b2c4ba92c1949dba370b3cacd56ffd40b7

commit 093d50b2c4ba92c1949dba370b3cacd56ffd40b7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-11-23 14:18:14 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-11-23 14:26:56 +0000

    lang/php84: Update version 8.4.0RC4=>8.4.1
    
    Changelog: https://www.php.net/ChangeLog-8.php#8.4.1
---
 lang/php84/Makefile | 17 ++++++++---------
 lang/php84/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/lang/php84/Makefile b/lang/php84/Makefile
index ded9fce43f56..f79e3b788e71 100644
--- a/lang/php84/Makefile
+++ b/lang/php84/Makefile
@@ -1,9 +1,8 @@
 PORTNAME=	php84
-DISTVERSION=	8.4.0RC4
+DISTVERSION=	8.4.1
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
-MASTER_SITES=	https://downloads.php.net/~saki/ \
-		https://downloads.php.net/~calvinb/
+MASTER_SITES=	PHP/distributions
 DISTNAME=	php-${DISTVERSION}
 
 MAINTAINER=	bofh@FreeBSD.org
@@ -171,19 +170,19 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/Zend/zend_lazy_objects.h ${STAGEDIR}${PREFIX}/include/php/Zend
 
 post-install-CGI-on:
-	${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/php-cgi
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/php-cgi
 
 post-install-CLI-on:
-	${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/php
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/php
 
 post-install-EMBED-on:
-	${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libphp.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libphp.so
 
 post-install-FPM-on:
-	${STRIP_CMD} ${STAGEDIR}/${PREFIX}/sbin/php-fpm
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/php-fpm
 
 post-install-PHPDBG-on:
-	${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/phpdbg
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/phpdbg
 
 .else
 do-install:
@@ -275,7 +274,7 @@ USE_GNOME=	libxml2
 .endif
 
 .if ${PHP_MODNAME} == "enchant"
-LIB_DEPENDS+=   libenchant-2.so:textproc/enchant2
+LIB_DEPENDS+=	libenchant-2.so:textproc/enchant2
 CONFIGURE_ARGS+=--with-enchant=${LOCALBASE}
 USES+=		pkgconfig
 .endif
diff --git a/lang/php84/distinfo b/lang/php84/distinfo
index 5bc2d206f265..aaa586f58d58 100644
--- a/lang/php84/distinfo
+++ b/lang/php84/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1731051193
-SHA256 (php-8.4.0RC4.tar.xz) = b3f8a19d845f4aa565015ff86196407eb533284eb4365ac5953f5e74ae61dcb0
-SIZE (php-8.4.0RC4.tar.xz) = 13549064
+TIMESTAMP = 1732354192
+SHA256 (php-8.4.1.tar.xz) = 94c8a4fd419d45748951fa6d73bd55f6bdf0adaefb8814880a67baa66027311f
+SIZE (php-8.4.1.tar.xz) = 13551368



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411231428.4ANEStCm094074>