Upgrade to 0.1.11.

Changelog at <https://github.com/TokTok/c-toxcore/releases/tag/v0.1.11>.
This commit is contained in:
Thierry Thomas 2017-12-27 22:28:18 +00:00
parent 99af13d1d5
commit 8ac2679d19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457426
3 changed files with 30 additions and 5 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= toxcore
PORTVERSION= 0.1.8
PORTREVISION= 3
PORTVERSION= 0.1.11
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= net-im net-p2p

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1493418049
SHA256 (TokTok-c-toxcore-v0.1.8_GH0.tar.gz) = f8b44a54b775a4cb3b6f5efb37d5954bdc6f142c982169f1fad3300c6bf25639
SIZE (TokTok-c-toxcore-v0.1.8_GH0.tar.gz) = 445922
TIMESTAMP = 1514391164
SHA256 (TokTok-c-toxcore-v0.1.11_GH0.tar.gz) = 85b6184a160c343616e3253a0bf728cfe1588e73b6d6f8772aa1e44061e41b10
SIZE (TokTok-c-toxcore-v0.1.11_GH0.tar.gz) = 458597

View file

@ -0,0 +1,26 @@
--- CMakeLists.txt.orig 2017-12-27 18:43:18 UTC
+++ CMakeLists.txt
@@ -349,23 +349,6 @@ if(NOT SPECTEST)
endif()
endif()
-if(MSGPACK_FOUND)
- add_c_executable(toxcore-sut
- testing/hstox/binary_decode.c
- testing/hstox/binary_encode.c
- testing/hstox/driver.c
- testing/hstox/methods.c
- testing/hstox/packet_kinds.c
- testing/hstox/test_main.c
- testing/hstox/util.c)
- target_link_modules(toxcore-sut
- toxcore
- ${MSGPACK_LIBRARIES})
- if(SPECTEST)
- add_test(NAME spectest COMMAND ${SPECTEST} $<TARGET_FILE:toxcore-sut>)
- endif()
-endif()
-
################################################################################
#
# :: Automated regression tests