From owner-svn-ports-head@freebsd.org Wed Dec 27 22:28:20 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D36CE81D11; Wed, 27 Dec 2017 22:28:20 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 174E37B417; Wed, 27 Dec 2017 22:28:20 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBRMSJtE042443; Wed, 27 Dec 2017 22:28:19 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBRMSI5U042440; Wed, 27 Dec 2017 22:28:18 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201712272228.vBRMSI5U042440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 27 Dec 2017 22:28:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457426 - in head/net-im/tox: . files X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head/net-im/tox: . files X-SVN-Commit-Revision: 457426 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2017 22:28:20 -0000 Author: thierry Date: Wed Dec 27 22:28:18 2017 New Revision: 457426 URL: https://svnweb.freebsd.org/changeset/ports/457426 Log: Upgrade to 0.1.11. Changelog at . Added: head/net-im/tox/files/patch-CMakeLists.txt (contents, props changed) Modified: head/net-im/tox/Makefile head/net-im/tox/distinfo Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Wed Dec 27 22:16:22 2017 (r457425) +++ head/net-im/tox/Makefile Wed Dec 27 22:28:18 2017 (r457426) @@ -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 Modified: head/net-im/tox/distinfo ============================================================================== --- head/net-im/tox/distinfo Wed Dec 27 22:16:22 2017 (r457425) +++ head/net-im/tox/distinfo Wed Dec 27 22:28:18 2017 (r457426) @@ -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 Added: head/net-im/tox/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/tox/files/patch-CMakeLists.txt Wed Dec 27 22:28:18 2017 (r457426) @@ -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} $) +- endif() +-endif() +- + ################################################################################ + # + # :: Automated regression tests