pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

php-msgpack: Update to 2.1.0



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Sun Apr 5 05:22:09 2020 +0000
Changeset:	f22509d2bb07dcb42d67b8b78358c0752187f9e0

Modified Files:
	php-msgpack/DESCR
	php-msgpack/Makefile
	php-msgpack/distinfo

Log Message:
php-msgpack: Update to 2.1.0

https://github.com/msgpack/msgpack-php/releases

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f22509d2bb07dcb42d67b8b78358c0752187f9e0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 php-msgpack/DESCR    | 7 ++++---
 php-msgpack/Makefile | 3 +--
 php-msgpack/distinfo | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/php-msgpack/DESCR b/php-msgpack/DESCR
index 969f884e8f..588d9d429f 100644
--- a/php-msgpack/DESCR
+++ b/php-msgpack/DESCR
@@ -1,3 +1,4 @@
-php-msgpack provides bindings to the functions of MessagePack,
-an efficient binary serialization format which may be used
-to exchange data among multiple languages.
+This extension provide API for communicating with MessagePack serialization.
+MessagePack is a binary-based efficient object serialization library.
+It enables to exchange structured objects between many languages like JSON.
+But unlike JSON, it is very fast and small.
diff --git a/php-msgpack/Makefile b/php-msgpack/Makefile
index 024776a473..d35b0dd320 100644
--- a/php-msgpack/Makefile
+++ b/php-msgpack/Makefile
@@ -2,8 +2,7 @@
 #
 
 MODNAME=		msgpack
-# all versions are listed as "beta" state
-PECL_VERSION=		2.0.1
+PECL_VERSION=		2.1.0
 CATEGORIES+=		devel
 
 MAINTAINER=		pkgsrc-users%pkgsrc.org@localhost
diff --git a/php-msgpack/distinfo b/php-msgpack/distinfo
index 1b4d4aa79e..6d3e1e8162 100644
--- a/php-msgpack/distinfo
+++ b/php-msgpack/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/11/04 01:18:01 agc Exp $
 
-SHA1 (php-msgpack/msgpack-2.0.1.tgz) = 2d4d8bf83e1226d4b31e172cffd69b1ba30a7a2e
-RMD160 (php-msgpack/msgpack-2.0.1.tgz) = 645b4be2264eb8495d2ad16c9c522770134f508e
-SHA512 (php-msgpack/msgpack-2.0.1.tgz) = ad567650b93409728d0f9c4bea1812083961b4070d583890a21311e931635fa5252ebf7746ea2d7ee8961f0ea5d86ee04b860a00270b8790bcb3064da7cfd3b9
-Size (php-msgpack/msgpack-2.0.1.tgz) = 45506 bytes
+SHA1 (php-msgpack/msgpack-2.1.0.tgz) = 928c9b4f2ae681941b99445951e322a9797a7d57
+RMD160 (php-msgpack/msgpack-2.1.0.tgz) = b198680fcf27b45f9f6172ebc2f58cff7cc0460f
+SHA512 (php-msgpack/msgpack-2.1.0.tgz) = e024694076224796b2fb4dbd4473c5ac782951911437d0ee668231a1908f924a3a28dd616c0821929b425ee5ec06ef51f870f15b677171429049f4ae5f7befb7
+Size (php-msgpack/msgpack-2.1.0.tgz) = 62201 bytes


Home | Main Index | Thread Index | Old Index