Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2024 12:59:17 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 22ceb6a4d94d - 2024Q2 - lang/php83: Update version 8.3.4=>8.3.6
Message-ID:  <202404171259.43HCxHW2034471@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=22ceb6a4d94d103dead47e52036c43b2fe0745ff

commit 22ceb6a4d94d103dead47e52036c43b2fe0745ff
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-04-17 12:57:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-04-17 12:58:30 +0000

    lang/php83: Update version 8.3.4=>8.3.6
    
    Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_3
    
    This is a DIRECT commit instead of merge commit as I have removed the
    GNU_CONFIGURE_MANPREFIX in an earlier commit to HEAD.
---
 lang/php83/Makefile | 14 +++++++-------
 lang/php83/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/lang/php83/Makefile b/lang/php83/Makefile
index 50dc521cbac7..e653aac29e4f 100644
--- a/lang/php83/Makefile
+++ b/lang/php83/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php83
-DISTVERSION=	8.3.4
+DISTVERSION=	8.3.6
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libargon2.so:security/libargon2 \
 		libpcre2-8.so:devel/pcre2
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS+=	\
 		--disable-all \
 		--program-prefix="" \
@@ -168,12 +168,12 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/php.ini-development ${WRKSRC}/php.ini-production \
 		${WRKDIR}/php.conf ${STAGEDIR}/${PREFIX}/etc
 
-post-install-CLI-on:
-	${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/php
-
 post-install-CGI-on:
 	${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/php-cgi
 
+post-install-CLI-on:
+	${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/php
+
 post-install-EMBED-on:
 	${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libphp.so
 
@@ -252,8 +252,8 @@ DB4_CONFIGURE_ON=	--with-db4=${LOCALBASE}
 DB4_USES=		bdb
 DB4_VARS=		WITH_BDB_HIGHEST=yes
 FLATFILE_CONFIGURE_ON=	--disable-flatfile
-GDBM_CONFIGURE_ARGS=	--with-gdbm=${LOCALBASE}
 GDBM_LIB_DEPENDS=	libgdbm.so:databases/gdbm
+GDBM_CONFIGURE_ARGS=	--with-gdbm=${LOCALBASE}
 INIFILE_CONFIGURE_OFF=	--disable-inifile
 LMDB_LIB_DEPENDS=	liblmdb.so:databases/lmdb
 LMDB_CONFIGURE_ARGS=	--with-lmdb=${LOCALBASE}
@@ -453,10 +453,10 @@ OPTIONS_DEFAULT=	MYSQLND
 
 MYSQLND_DESC=		Use MySQL Native Driver
 
+MYSQLND_CONFIGURE_ON=	--with-pdo-mysql=mysqlnd
 MYSQLND_CONFIGURE_OFF=	--with-pdo-mysql=${LOCALBASE} \
 			--with-zlib-dir=/usr
 MYSQLND_USES_OFF=	mysql
-MYSQLND_CONFIGURE_ON=	--with-pdo-mysql=mysqlnd
 
 USE_PHP=	pdo:build
 .endif
diff --git a/lang/php83/distinfo b/lang/php83/distinfo
index 4dbe767f0616..8f560080c4f7 100644
--- a/lang/php83/distinfo
+++ b/lang/php83/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710522225
-SHA256 (php-8.3.4.tar.xz) = 39a337036a546e5c28aea76cf424ac172db5156bd8a8fd85252e389409a5ba63
-SIZE (php-8.3.4.tar.xz) = 12443980
+TIMESTAMP = 1712934563
+SHA256 (php-8.3.6.tar.xz) = 53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae
+SIZE (php-8.3.6.tar.xz) = 12468116



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