On Fri 09/02/2018 17:09, Stuart Henderson wrote:
> On 2018/02/09 07:55, Björn Ketelaars wrote:
> > Included a diff for bringing devel/msgpack to 2.1.5. From CHANGELOG:
> > 
> > - Improve cross platform configuration
> > - Add boost asio examples (including zlib)
> > - Remove some warnings
> > - Fix unpack visitor to treat float32/64 correctly
> > - Improve documents
> > - Fix alignment problem on some platform
> > - Fix conflict std::tuple, std::pair, and boost::fusion::sequence problem
> > 
> > While here drop GH_ in favour of MASTER_SITES, and switch HOMEPAGE to
> > https. No need to bump SHARED_LIBS.
> 
> GH_* is correct here.
> 
> /archive  -> GH_*
> /releases -> MASTER_SITES
> 

New diff


diff --git Makefile Makefile
index 501ae93053c..cd44917b61a 100644
--- Makefile
+++ Makefile
@@ -2,23 +2,22 @@
 
 COMMENT =              MessagePack implementation for C and C++
 
-V =                    2.1.4
+V =                    2.1.5
 DISTNAME =             msgpack-${V}
-SHARED_LIBS += msgpackc                  1.0 # 2.0
+GH_ACCOUNT =           msgpack
+GH_PROJECT =           msgpack-c
+GH_TAGNAME =           cpp-${V}
+
+SHARED_LIBS =          msgpackc                  1.0 # 2.0
 
 CATEGORIES =           devel
 
-HOMEPAGE =             http://msgpack.org/
+HOMEPAGE =             https://msgpack.org/
 
 # Boost license
 PERMIT_PACKAGE_CDROM = Yes
 
-GH_ACCOUNT =           msgpack
-GH_PROJECT =           msgpack-c
-GH_TAGNAME =           cpp-${V}
-
 MODULES =              devel/cmake
-
 BUILD_DEPENDS =                devel/gtest
 TEST_DEPENDS =         devel/gtest
 
diff --git distinfo distinfo
index 594baa27160..e33cc64a0c4 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (msgpack-2.1.4.tar.gz) = DjufGzKWf4m0FuAor+LH98wI4middd4i8HrZtNsU9a4=
-SIZE (msgpack-2.1.4.tar.gz) = 460891
+SHA256 (msgpack-2.1.5.tar.gz) = nIf4D8ZRuQB3LervCrFUtjFgx00pJSm1vm0G1khdRkA=
+SIZE (msgpack-2.1.5.tar.gz) = 461179

Reply via email to