From nobody Mon Mar 24 22:53:35 2025 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 4ZM7dD22wVz5rb96; Mon, 24 Mar 2025 22:53:36 +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 "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZM7dD0SfCz3l4s; Mon, 24 Mar 2025 22:53:36 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1742856816; 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=Pc7JrSv38/rsvMNU/OiorZBSu7Ab+LRK4uK7yq6wycc=; b=Ts3iqyuWVAiqqAVpcAePMGqvM5wCBOjw2S9SOgPgvNuxA0uFd09/M5Id/LryGBdqsr6M3P vZS+DwPUhdubjQPMxCvJ8RQhOUCyolD4wAD7FM7KDlSzNtV2i6xm3Y89ad5lvVPX9YkEv/ sG0Gl8u7QXsxIOObxroKJIEyGRd8JB9Y2C7nLmwyDBowsshzBJYhjg9aj71RfTMyGEIfMn /0ziV0UbntyzwVE5HIEpZhoMvxJM9E27yHEpHMZWidrnvs77LrtgIUlFL1hfvjTwfl6v1S SSfrEJXCjAnqhz4jOo87V/YmCpfxBXfLf/9jAiCdiMVeQanPBk10rJckXSWM0A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1742856816; a=rsa-sha256; cv=none; b=H0gi7eJDZ+YcNkklBEEcWHgcUzIhVjKXc0FaQ+BkMSSuVPTFuv73inpCdBAfWdmXeXp03G pn6YVNgyr5oeoDnfjEJK9aJRHFoijh5yN27PsiwGmgGsjk+zqsCnrf69oyzvKSIUbKTGK7 Ma9M/iqdULeNazlCVVUFIIhPeNJ4KuhC1hi8F2oqKZX3TVTCBlu9EVBn6pRjhiLahx4La8 aZMDUeYit+DhMzc18hPV2Z+oRglj74LmbNa5MWi1AubMpthzzKs9O6vkGAliLpsdux8ePw z5qemu0eZdvg+TiueP5SR4HWUSdfG20/RaBuqXrotfuFjB8WqpdHRP0SnaX9sg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1742856816; 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=Pc7JrSv38/rsvMNU/OiorZBSu7Ab+LRK4uK7yq6wycc=; b=jDNWnbMPGvzHtXbKbcHz2SOmsnD9Efffk5HBjAKPTgA66ZAUTWQPHotYGO8Ub1dFgg74u2 1VvLHNIu0RO6lT9A/mujiBD+KpAeBMDoXHe1ikBI3+g5p8xOgCDx4qmMXxUiSo0TnjYxyf 2bQMbe0xSf9iezpIop1l7KaoiisEIi01kcWCMZc/iNunVs5vcIQw+QOplcPmsKVqLK9Mb2 48PKLEoYSHn9IMdOastg+QszpikFvC1iaZXLEFg93HQlex+ZWQSkkLCLEOISnRsCWBeTb6 OAID4AnnhobW0+law8ef6/Roxh+9gBrPucGVOQjtzAwARtPev8aGVowLRgdTvw== 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 4ZM7dC6xQkz1CsF; Mon, 24 Mar 2025 22:53:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 52OMrZ23070008; Mon, 24 Mar 2025 22:53:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 52OMrZva070005; Mon, 24 Mar 2025 22:53:35 GMT (envelope-from git) Date: Mon, 24 Mar 2025 22:53:35 GMT Message-Id: <202503242253.52OMrZva070005@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Michael Reifenberger Subject: git: 8395e687a3b6 - main - deskutils/nextcloudclient: Update to 3.16.2 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: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mr X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8395e687a3b692e2d9111c3775b6a123197d7901 Auto-Submitted: auto-generated The branch main has been updated by mr: URL: https://cgit.FreeBSD.org/ports/commit/?id=8395e687a3b692e2d9111c3775b6a123197d7901 commit 8395e687a3b692e2d9111c3775b6a123197d7901 Author: Michael Reifenberger AuthorDate: 2025-03-24 22:52:48 +0000 Commit: Michael Reifenberger CommitDate: 2025-03-24 22:52:48 +0000 deskutils/nextcloudclient: Update to 3.16.2 --- deskutils/nextcloudclient/Makefile | 2 +- deskutils/nextcloudclient/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile index 92213747e6b3..2cd20b901986 100644 --- a/deskutils/nextcloudclient/Makefile +++ b/deskutils/nextcloudclient/Makefile @@ -1,5 +1,5 @@ PORTNAME= nextcloudclient -PORTVERSION= 3.16.1 +PORTVERSION= 3.16.2 DISTVERSIONPREFIX= v CATEGORIES= deskutils diff --git a/deskutils/nextcloudclient/distinfo b/deskutils/nextcloudclient/distinfo index 92262ab19d30..8560436ab2e5 100644 --- a/deskutils/nextcloudclient/distinfo +++ b/deskutils/nextcloudclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741882911 -SHA256 (nextcloud-desktop-v3.16.1_GH0.tar.gz) = f335802ad697d52a92a8ebe57e78834887dbc11fad3236638d9e25c91ee125d1 -SIZE (nextcloud-desktop-v3.16.1_GH0.tar.gz) = 15567305 +TIMESTAMP = 1742835481 +SHA256 (nextcloud-desktop-v3.16.2_GH0.tar.gz) = 26048f697d2d1db23c2c4f50931bfdefff59db91812f4945a36dd232380719f3 +SIZE (nextcloud-desktop-v3.16.2_GH0.tar.gz) = 15571309