From nobody Wed Dec 22 00:22:15 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D8399190C1C4; Wed, 22 Dec 2021 00:22:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JJYtH22Zdz4WYq; Wed, 22 Dec 2021 00:22:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E6C713D03; Wed, 22 Dec 2021 00:22:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BM0MFQp017318; Wed, 22 Dec 2021 00:22:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BM0MFqT017317; Wed, 22 Dec 2021 00:22:15 GMT (envelope-from git) Date: Wed, 22 Dec 2021 00:22:15 GMT Message-Id: <202112220022.1BM0MFqT017317@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 360fb0c296e2 - main - net-im/qTox: Update 1.17.3 -> 1.17.4 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 360fb0c296e2996f0f2a257519a1845ae6140be9 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640132535; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=sOm0i/TmLnTqMKGlQystXY56W1J4q76xnXfHXRmVFQA=; b=F8yYwwi/57HTDuwYjhAhwABlaW3PupmHcs5DSukTjNFERJwqW/JHzua43NUDvRp5VMLQbv jmK1i85QQ/QSgQAzPgOOFk0THMqiO4gOaKQH9MZkDNi+OZUnTbOGvcSoAZslWbZaKKFaqh Nu3maiToafu2Hrijnv/2/XmiFh+ZzbLt7oRqLoPF6i4R+ZlzOiKKPvGBG96z7k169TNN0Q /2r/Y7wgpk5UNPROyg9drPlxeOPtvS3hYyVZSiJzOsWfT5kLRKTjhCp86Q4lpKxTCqT7UR JtlKOET4sr50xOHFOSdKwhiQxBhhNsOZBTCq2osRtGs7q0LrWNOwxTnqg0dbTg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640132535; a=rsa-sha256; cv=none; b=J/X12C7XxnoiBLGjYOd7VbX6VmyiYQ9lRZc88e2EEsJHT8GUIN8iCAwdj2KOe0nFXreF04 riUXkNcX+BgVtLNQay3ecku/SvS0Kc+2zleCeumKFRt2F9+0JMfdG/q4IHK6v3C1d5SlrL oxyVD2jPevcvqxiqDCK0XKsvNd69oNo7mMw1klgq8C0PcPOJ+/5la3g8Zlwux0FvzaebdZ td2fEDUoG6sd/OKHIfEjV+w/9rS/Cw+hA+MgiEN68ExQoGPjCa5SnLYhgrZrF4bdTQnU52 youC3xDn87avUVaV6NTcoAb6SR1KSY81QQP52cTX1CZZNxYiDxasVJMJ9oOhHw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=360fb0c296e2996f0f2a257519a1845ae6140be9 commit 360fb0c296e2996f0f2a257519a1845ae6140be9 Author: Yuri Victorovich AuthorDate: 2021-12-22 00:21:31 +0000 Commit: Yuri Victorovich CommitDate: 2021-12-22 00:22:12 +0000 net-im/qTox: Update 1.17.3 -> 1.17.4 Reported by: portscout --- net-im/qTox/Makefile | 5 +++-- net-im/qTox/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index 25d9144cd5f5..a11d53054000 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -2,8 +2,7 @@ PORTNAME= qTox DISTVERSIONPREFIX= v -DISTVERSION= 1.17.3 -PORTREVISION= 2 +DISTVERSION= 1.17.4 CATEGORIES= net-im net-p2p MAINTAINER= yuri@FreeBSD.org @@ -21,7 +20,9 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libqrencode.so:graphics/libqrencode \ libsodium.so:security/libsodium \ libsqlcipher.so:databases/sqlcipher \ + libtox_extension_messages.so:net-im/tox_extension_messages \ libtoxcore.so:net-im/tox \ + libtoxext.so:net-im/toxext \ libvpx.so:multimedia/libvpx USES= cmake compiler:c++11-lib desktop-file-utils gettext openal:soft pkgconfig qt:5 diff --git a/net-im/qTox/distinfo b/net-im/qTox/distinfo index 5a3695af3c70..50c369626bea 100644 --- a/net-im/qTox/distinfo +++ b/net-im/qTox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606298934 -SHA256 (qTox-qTox-v1.17.3_GH0.tar.gz) = 2664940cedfc4d168995542f89a17d894c3d0675ac463eaf4bd4b55825d1787c -SIZE (qTox-qTox-v1.17.3_GH0.tar.gz) = 4821644 +TIMESTAMP = 1640049071 +SHA256 (qTox-qTox-v1.17.4_GH0.tar.gz) = 3d2fe2a344c83c50e6603d2a4070f2cc0c6ccd13fa5e77457eff96f57ee6f8c2 +SIZE (qTox-qTox-v1.17.4_GH0.tar.gz) = 4822038