From 5a66e377cefc6a53b3bfdfadf39e9e6f17bf8e29 Mon Sep 17 00:00:00 2001 From: op Date: Fri, 29 Apr 2022 11:37:06 +0000 Subject: [PATCH] update net/toxcore to 0.2.18 changelog: https://github.com/TokTok/c-toxcore/releases/tag/v0.2.18 port wise: switch from GH_* vars to official tarball ok selene@, while here take maintainership too. --- net/toxcore/Makefile | 13 +++++++------ net/toxcore/distinfo | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/net/toxcore/Makefile b/net/toxcore/Makefile index d4cd0c52f79..b98c942ac6c 100755 --- a/net/toxcore/Makefile +++ b/net/toxcore/Makefile @@ -1,28 +1,29 @@ COMMENT = Tox client library +V = 0.2.18 +DISTNAME = c-toxcore-$V PKGNAME = ${DISTNAME:S/c-//} -GH_ACCOUNT = TokTok -GH_PROJECT = c-toxcore -GH_TAGNAME = v0.2.17 - SHARED_LIBS += toxcore 3.0 CATEGORIES = net telephony HOMEPAGE = https://tox.chat/ +MAINTAINER = Omar Polo + +MASTER_SITES = https://github.com/TokTok/c-toxcore/releases/download/v$V/ + # GPLv3+ PERMIT_PACKAGE = Yes -WANTLIB = c config m opus msgpackc pthread sodium vpx +WANTLIB = c config m opus pthread sodium vpx MODULES = devel/cmake COMPILER = base-clang ports-gcc LIB_DEPENDS = audio/opus \ devel/libconfig \ - devel/msgpack \ multimedia/libvpx \ security/libsodium diff --git a/net/toxcore/distinfo b/net/toxcore/distinfo index eec51ad5a70..1c8e65ba084 100644 --- a/net/toxcore/distinfo +++ b/net/toxcore/distinfo @@ -1,2 +1,2 @@ -SHA256 (c-toxcore-0.2.17.tar.gz) = 2c311pD+jiF9yrpbmI+5Q7vnvakZov3m2VBt8Efl9Ms= -SIZE (c-toxcore-0.2.17.tar.gz) = 560639 +SHA256 (c-toxcore-0.2.18.tar.gz) = 8pQFN5mIY1k+KLxqa19W8JZ19s2KKDJre8MbSDbAiUI= +SIZE (c-toxcore-0.2.18.tar.gz) = 653247