Skip to content

Commit

Permalink
lang/php83: Update version 8.3.4=>8.3.6
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
5u623l20 committed Apr 17, 2024
1 parent db41b4a commit 22ceb6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions 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
Expand All @@ -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="" \
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 22ceb6a

Please sign in to comment.