Date: Fri, 12 Apr 2024 15:46:03 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: 1cb46eafbbfa - main - lang/php83: Update version 8.3.4=>8.3.6 Message-ID: <202404121546.43CFk3f4021323@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=1cb46eafbbfa5c1ba47063e08aff53a58cb5a092 commit 1cb46eafbbfa5c1ba47063e08aff53a58cb5a092 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-04-12 15:44:29 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-04-12 15:44:29 +0000 lang/php83: Update version 8.3.4=>8.3.6 Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_3 --- lang/php83/Makefile | 13 ++++++------- lang/php83/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/lang/php83/Makefile b/lang/php83/Makefile index 50dc521cbac7..9e4b1de3ae4c 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,6 @@ LIB_DEPENDS= libargon2.so:security/libargon2 \ libpcre2-8.so:devel/pcre2 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+= \ --disable-all \ --program-prefix="" \ @@ -168,12 +167,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 +251,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 +452,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?202404121546.43CFk3f4021323>