From nobody Thu May 04 05:02:49 2023 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 4QBhX951KZz49fq7; Thu, 4 May 2023 05:02:49 +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 4QBhX91swLz3gyH; Thu, 4 May 2023 05:02:49 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1683176569; 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=+E9HFlBMJ/4fTpXbMLTMD3POparFvgsyqF/KWX193xU=; b=EPztBXEBH72220SH0JuwyszVo6lW0xdJ2XpjD3tgDv2Gz8vkwQ6E9/cXrbPM8ctinuSBWr mZ/d0vqHMNf0mwoojB7Y5TOqIZ4EvV9hmnkbTadiPxY2Pkkv5oopiuTMv0YVH+hAwVM1+L vnP5ItkhpeborrXlUEHXIc26tfly4AwFU6K0dfoze7eqrrak1RGoR+LTfE+Kt1O0/tmtNd ZblhSLzXYB7Dz24DAEz2of9LSx2WpUrEhCWNKXEi2/dhEIPVEdNOsfSV+hO8Rw5A+qeZKu aReZJxxJu4Z0aRuzgiY5LFvIlGybgAdF1L9EpJzv8oksaHn9HBptYNGKbXlejg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1683176569; 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=+E9HFlBMJ/4fTpXbMLTMD3POparFvgsyqF/KWX193xU=; b=Gims3gtbxu9tles0aqq43zJM+w4DtXtS+TonH9nDm5CAfQ391yyeUpgD1z5SAmo4FCDgpH tn8nnj9CYGf680EbELGTA6LOeMST2ZKGgbKOkQqFykGeKQ2lKFi3CrHTbnSbiZu+8j5t5o gmBzdgWkh+mKFH3H7fFyY4NYvRQil66d9jAqN7X/FHdV2PS3UmiDXjUbALnxImY5Oj+5xG TZGM02J3pTDUjoQTue+FooxBa9d7FqcqO3WHGvPSFe3RB3tsRxHTEi4ucUCJH0twpfQDfl IC5O+mN3sOlX80GYubQDZ/TFueY92VcNKZEI9mTeFcjVl7WOFhfgIATyZO9xrQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1683176569; a=rsa-sha256; cv=none; b=QFswkPkrin3trwr8IKZm4eyjS0nUxVShsLuvOhEW4StmTOK4gJw+PZWDC6gSHoifVj6HSd I6R3Z+x4ndNYYgAs1nBtl0J6YEP+I4PBtAldkS8mr6H2kBvHNyH5f07J7mLmBND2TX7MrG 9unuwfsPr8cHY7QlUX0w1QuYJWZV3Eb2xDsYUFVjFS3SYMnJGlaZ91iGofbeBblavbEaiL ibcnRjhI/reVPPSq1bhM6R1PG91oAjxta3rKcdRrT9xsnPX4xcclzwhRziPXIDTD3/vtGY XmDCYaibNCvOarBJCC4c6gZCNoiTYevVsh2d8Q/uZpxYS3eaxkNgw2heqQfdFQ== 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 4QBhX90zTYzybC; Thu, 4 May 2023 05:02:49 +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 34452nUd013070; Thu, 4 May 2023 05:02:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 34452ncP013069; Thu, 4 May 2023 05:02:49 GMT (envelope-from git) Date: Thu, 4 May 2023 05:02:49 GMT Message-Id: <202305040502.34452ncP013069@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 93272a3310f4 - main - graphics/dssim: drop maintainership 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: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 93272a3310f42b4e257822d524e8c234a00f4849 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=93272a3310f42b4e257822d524e8c234a00f4849 commit 93272a3310f42b4e257822d524e8c234a00f4849 Author: Jan Beich AuthorDate: 2023-05-04 01:00:00 +0000 Commit: Jan Beich CommitDate: 2023-05-04 05:00:23 +0000 graphics/dssim: drop maintainership --- graphics/dssim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/dssim/Makefile b/graphics/dssim/Makefile index 9eb7bc3cffa2..1a593a2d045f 100644 --- a/graphics/dssim/Makefile +++ b/graphics/dssim/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Image similarity comparison simulating human perception WWW= https://kornel.ski/dssim