Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2017 22:28:18 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
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
Message-ID:  <201712272228.vBRMSI5U042440@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <https://github.com/TokTok/c-toxcore/releases/tag/v0.1.11>.

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} $<TARGET_FILE:toxcore-sut>)
+-  endif()
+-endif()
+-
+ ################################################################################
+ #
+ # :: Automated regression tests



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712272228.vBRMSI5U042440>