1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

devel/pecl-msgpack: update to 3.0.0 release (+)

Changes:
* Add support for PHP-8.1 Enums
* Add support for APCu
* Add OPT_ASSOC for roundtrip serialization of map.

Changelog:	https://pecl.php.net/package-info.php?package=msgpack&version=3.0.0
This commit is contained in:
Dima Panov 2024-09-27 20:49:49 +03:00
parent b238bd3d91
commit 4390d46387
No known key found for this signature in database
GPG Key ID: FB8BA09DD5398F29
2 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= msgpack
PORTVERSION= 2.2.0
PORTVERSION= 3.0.0
CATEGORIES= devel
MAINTAINER= fluffy@FreeBSD.org
@ -10,4 +10,12 @@ LICENSE= BSD3CLAUSE
USES= php:pecl
OPTIONS_DEFINE= OPCACHE
OPTIONS_DEFAULT= OPCACHE
OPCACHE_DESC?= Use OPcache to improve performance
OPCACHE_BUILD_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR}
OPCACHE_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR}
OPCACHE_USE= PHP=opcache
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1686346972
SHA256 (PECL/msgpack-2.2.0.tgz) = 82aa1e404c5ff54ec41d2a201305cd6594ed14a7529e9119fa7ca457e4bbd12a
SIZE (PECL/msgpack-2.2.0.tgz) = 127564
TIMESTAMP = 1727459256
SHA256 (PECL/msgpack-3.0.0.tgz) = 55306a84797d399c6b269181ec484634f18bea1330bbd9d7405043c597de69cd
SIZE (PECL/msgpack-3.0.0.tgz) = 130225