Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2022 18:16:45 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3fa87743f9ad - main - net-im/tox: upgrade to v0.2.16
Message-ID:  <202202191816.21JIGjZL079902@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3fa87743f9ad2b4d19a5c63f0ea70fbbd56f01e1

commit 3fa87743f9ad2b4d19a5c63f0ea70fbbd56f01e1
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-02-19 18:14:02 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-02-19 18:16:40 +0000

    net-im/tox: upgrade to v0.2.16
    
    Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.16>.
---
 net-im/tox/Makefile  | 3 ++-
 net-im/tox/distinfo  | 6 +++---
 net-im/tox/pkg-plist | 3 +++
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile
index 45cf54d86f2b..444c173c4a56 100644
--- a/net-im/tox/Makefile
+++ b/net-im/tox/Makefile
@@ -1,7 +1,7 @@
 # Created by: Thierry Thomas <thierry@pompo.net>
 
 PORTNAME=	toxcore
-PORTVERSION=	0.2.15
+PORTVERSION=	0.2.16
 DISTVERSIONPREFIX=	v
 PORTEPOCH=	1
 CATEGORIES=	net-im net-p2p
@@ -20,6 +20,7 @@ LIB_DEPENDS=	libvpx.so:multimedia/libvpx		\
 		libsodium.so:security/libsodium		\
 		libopus.so:audio/opus			\
 		libconfig.so:devel/libconfig
+TEST_DEPENDS=	opencv_visualisation:graphics/opencv
 #TEST_DEPENDS=	libopencv_core.so:graphics/opencv
 
 CONFLICTS=	toxcore-legacy-0.1.*
diff --git a/net-im/tox/distinfo b/net-im/tox/distinfo
index a49486c44a9a..81ce89b1ce25 100644
--- a/net-im/tox/distinfo
+++ b/net-im/tox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1644152964
-SHA256 (TokTok-c-toxcore-v0.2.15_GH0.tar.gz) = 577e23fe52f8be6739a9fffb2b16bfefd3a0ef4994d0714cb28a1ecca3669ca6
-SIZE (TokTok-c-toxcore-v0.2.15_GH0.tar.gz) = 521266
+TIMESTAMP = 1645292066
+SHA256 (TokTok-c-toxcore-v0.2.16_GH0.tar.gz) = 653aa42654b607f0940cecfac873e9ce55605119a90d1dc454d1090ff6ca29c0
+SIZE (TokTok-c-toxcore-v0.2.16_GH0.tar.gz) = 556720
diff --git a/net-im/tox/pkg-plist b/net-im/tox/pkg-plist
index 0528aaea902c..552794118a42 100644
--- a/net-im/tox/pkg-plist
+++ b/net-im/tox/pkg-plist
@@ -1,6 +1,8 @@
 %%DAEMON%%bin/DHT_bootstrap
 %%DAEMON%%bin/tox-bootstrapd
 %%DAEMON%%@sample etc/tox-bootstrapd.conf.sample
+include/tox/tox_dispatch.h
+include/tox/tox_events.h
 include/tox/tox.h
 include/tox/toxav.h
 include/tox/toxencryptsave.h
@@ -9,6 +11,7 @@ lib/libtoxcore.so
 lib/libtoxcore.so.%%SO%%
 lib/libtoxcore.so.%%VER%%
 libdata/pkgconfig/toxcore.pc
+share/bash-completion/completions/tox-bootstrapd
 %%DAEMON%%@dir(%%TOXDHT%%,nobody,755) /var/run/tox-bootstrapd
 %%DAEMON%%@dir(%%TOXDHT%%,nobody,700) /var/lib/tox-bootstrapd
 %%DAEMON%%@dir /var/lib



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