diff options
author | thierry <thierry@FreeBSD.org> | 2017-12-28 06:28:18 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2017-12-28 06:28:18 +0800 |
commit | b1fc5b1777c2e59b84292c9c5e0bb790bd079c92 (patch) | |
tree | d5fa5e2fc2e513d84acd2b73944287c9b671cc60 /net-im | |
parent | de18d478a4a67e8ca4131186270e7fe563ce1eff (diff) | |
download | freebsd-ports-gnome-b1fc5b1777c2e59b84292c9c5e0bb790bd079c92.tar.gz freebsd-ports-gnome-b1fc5b1777c2e59b84292c9c5e0bb790bd079c92.tar.zst freebsd-ports-gnome-b1fc5b1777c2e59b84292c9c5e0bb790bd079c92.zip |
Upgrade to 0.1.11.
Changelog at <https://github.com/TokTok/c-toxcore/releases/tag/v0.1.11>.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tox/Makefile | 3 | ||||
-rw-r--r-- | net-im/tox/distinfo | 6 | ||||
-rw-r--r-- | net-im/tox/files/patch-CMakeLists.txt | 26 |
3 files changed, 30 insertions, 5 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index 849a2d364724..fe2bb4ff950a 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -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 diff --git a/net-im/tox/distinfo b/net-im/tox/distinfo index 019c79884521..14ea3a2af55e 100644 --- a/net-im/tox/distinfo +++ b/net-im/tox/distinfo @@ -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 diff --git a/net-im/tox/files/patch-CMakeLists.txt b/net-im/tox/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..28e07d41f71c --- /dev/null +++ b/net-im/tox/files/patch-CMakeLists.txt @@ -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 |