git: 78eaae663641 - main - www/pecl-yar: Update to 2.2.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 4 19:21:04 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=78eaae6636413ca44ad91254af9fab498d325de0

commit 78eaae6636413ca44ad91254af9fab498d325de0
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-04 19:15:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-04 19:15:21 +0000

    www/pecl-yar: Update to 2.2.0
    
    - Take maintainership
    
    Changes:        https://pecl.php.net/package-changelog.php?package=yar
---
 www/pecl-yar/Makefile | 15 ++++++++-------
 www/pecl-yar/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/www/pecl-yar/Makefile b/www/pecl-yar/Makefile
index 33eb2b2dbf74..e4bc4e4a2b3e 100644
--- a/www/pecl-yar/Makefile
+++ b/www/pecl-yar/Makefile
@@ -1,10 +1,10 @@
 # Created by: John Chen <johnpupu at gmail.com>
 
 PORTNAME=	yar
-DISTVERSION=	2.1.2
+PORTVERSION=	2.2.0
 CATEGORIES=	www
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Yar (Yet another RPC framework) is a light, concurrent RPC framework
 
 LICENSE=	PHP301
@@ -14,11 +14,12 @@ LIB_DEPENDS=	libcurl.so:ftp/curl
 
 USES=		localbase:ldflags php:pecl
 USE_PHP=	curl json:build
-IGNORE_WITH_PHP=	80
 
-OPTIONS_DEFINE=		MSGPACK
-MSGPACK_DESC=		Enable MSGPACK module
-MSGPACK_BUILD_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack@${PHP_FLAVOR}
-MSGPACK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack@${PHP_FLAVOR}
+OPTIONS_DEFINE=	MSGPACK
+OPTIONS_DEFAULT=MSGPACK
+MSGPACK_DESC=	Enable MSGPACK module
+
+MSGPACK_BUILD_DEPENDS=	${PECL_PKGNAMEPREFIX}msgpack>=0:devel/pecl-msgpack@${PHP_FLAVOR}
+MSGPACK_RUN_DEPENDS=	${PECL_PKGNAMEPREFIX}msgpack>=0:devel/pecl-msgpack@${PHP_FLAVOR}
 
 .include <bsd.port.mk>
diff --git a/www/pecl-yar/distinfo b/www/pecl-yar/distinfo
index cb19e0cec08c..13b43764b854 100644
--- a/www/pecl-yar/distinfo
+++ b/www/pecl-yar/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593545314
-SHA256 (PECL/yar-2.1.2.tgz) = 3dfe3f3579d7230625bc0579466fabb89a79e7cc340c902cf38f931ee05ccfc2
-SIZE (PECL/yar-2.1.2.tgz) = 43285
+TIMESTAMP = 1620151070
+SHA256 (PECL/yar-2.2.0.tgz) = 0bb174575c523549bd8b1b847a55a2edc9b533a8043ed7b3df26dacb9d2fa07d
+SIZE (PECL/yar-2.2.0.tgz) = 43670


More information about the dev-commits-ports-all mailing list