From nobody Sun Jul 27 11:07:40 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 4bqf305zPPz62Hdr; Sun, 27 Jul 2025 11:07:40 +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 4bqf3052JWz4F8R; Sun, 27 Jul 2025 11:07:40 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1753614460; 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=yZH1jKGife/nafAVyExValoyNalv2lTEGGijBnQC+B0=; b=h7IfBo3McWYVU2dOtqhvENDaWIcOhFhtSTOkp8wQhJRX1izY66FYvUhusxZIGkKcV/Wisx uiiQ4+RVm0itQm/oXt4trwL6DASWajXzX6NPWchAaQhoWaz/kk4zPdToRJb+pN8yxz4kMW PeIqjalVtXQYZBSJUY8zhzE+6ESJizgRXYndalkgJyOrXtj6E0/Rbjy2F/xViFfY87E59/ dlUIFJKTXM/YIPLuxoWkBRPHAsncUi0Qx59wROcngrtWhsRVpUsTjZ9JjwJn/tEV+0iKin Mp49IwgugHA+J2FCMZakHtT+Ph+0gainaTN6LBnUUAx6qcfYHitT5tazHfBhSw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1753614460; 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=yZH1jKGife/nafAVyExValoyNalv2lTEGGijBnQC+B0=; b=xcsGoSy0ch386YwTVcGE1ehpqChAknQYHKPKupcoBZd+vkIRHNWBRvmyDGI5HTmGVi0rKA cGgqqvSJVRN4XQdMM3sdIawCNP+M1zAw280tiYdLLJg3+mWwmWms7bxIJ36ijFb5QPmavw EdWiPdcZrKOI3u0KhmDrEQYKx3I9ZQwJJNzvv9SnGVzPR4brstsCljfi0FPyUPqFUkNEe9 oTEaGnxMAmA4WGdNOYaWh+tvo1jl4AM8mVEcobvPyyhJUI2Rah8hHNY4le/ZJs/GIW4H62 5cXpdUPubHmK1WtZz2yZJnwn66E8giqwaSDiNt2Wt9JPR/4PI6yCulZ/T909YA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1753614460; a=rsa-sha256; cv=none; b=QxSFNi+4CyMvh5/GP2VjwrtJcmbA7NDl0zNH7blVqglcJYldTH5joe8oWknlugbCo4eAZj 9qtEGQw2DlE8/tJkTyoVJDumxqetThHsQxoEDn+tYh2wJCuDuAtxr91/sn7PgXvxQm6+DY g1XnWm+YprSY6qDVRXnqg4FuAI8RjQmF8vp29XUPtFD134LlNyfuiSnSLDjjmMWfp+wOOS wSOPbCNWAsrWktARwuZGo07+8F3ffn5dTovUxRyD9k2+0fktevk/Xgot0lMdLqCEJ0owKc G/ypGP9j9myDEpOcEAXC5jryIElSjU+bPpsgU9i5+w+JZ4YlwybPFfotSool6g== 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 4bqf304NP3z1C3r; Sun, 27 Jul 2025 11:07:40 +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 56RB7e33096509; Sun, 27 Jul 2025 11:07:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 56RB7ejZ096506; Sun, 27 Jul 2025 11:07:40 GMT (envelope-from git) Date: Sun, 27 Jul 2025 11:07:40 GMT Message-Id: <202507271107.56RB7ejZ096506@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dirk Meyer Subject: git: 5f6713e703b5 - main - net-im/gotosocial: reset MAINTAINER 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: dinoex X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5f6713e703b589883c723a9963e8ba4be52f9440 Auto-Submitted: auto-generated The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f6713e703b589883c723a9963e8ba4be52f9440 commit 5f6713e703b589883c723a9963e8ba4be52f9440 Author: Dirk Meyer AuthorDate: 2025-07-27 11:07:22 +0000 Commit: Dirk Meyer CommitDate: 2025-07-27 11:07:22 +0000 net-im/gotosocial: reset MAINTAINER PR: 285638 PR: 287483 --- net-im/gotosocial/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/gotosocial/Makefile b/net-im/gotosocial/Makefile index 6ba94eada124..5f99654e2bfc 100644 --- a/net-im/gotosocial/Makefile +++ b/net-im/gotosocial/Makefile @@ -6,7 +6,7 @@ CATEGORIES= net-im MASTER_SITES?= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/:web DISTFILES?= ${PORTNAME}_${DISTVERSION}_web-assets.tar.gz:web -MAINTAINER= freebsd@igalic.co +MAINTAINER= ports@FreeBSD.org COMMENT= Golang fediverse server WWW= https://docs.gotosocial.org/en/latest/