From nobody Thu Jun 6 19:07:53 2024 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 4VwDP55xl1z5LQ8Z; Thu, 06 Jun 2024 19:07:53 +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 4VwDP54sD5z4bYw; Thu, 6 Jun 2024 19:07:53 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1717700873; 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=1fjeH0bb21ok+iprbssDPXqdtx75ogcMl9DgxWhfCGM=; b=qY7jn0bPgF6121d/Mv+OECz70iF+e8fGoBmCZwZpnDSSXStMzcwW+euNCYMP962jYLT7Cu uSDsQlBrUKgne6cj25ZrtaNtW4wXB9ZS+02AsQAOeZ6nMtoFTmvIVEbJ9wiys5T+iLNf7T Ex8AoIS9knFyNelc+xAgtTvLy0L5iGsbcuQKOMxuwcwXiaehyY4HV845NIhCrqkOpFZ0Y+ 89Cu4Vrvtq4KidTRR6F1pw1xQjq9OzDD6AYk1D6a/jWqmfSsOVqmqfRJP17lowjcCfGiJJ vnQCNdgh88o47qmH1wR7H1OWU/OFeTpi2qlTViZ4vukWNvz10lOa55s5XwQ6SQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1717700873; a=rsa-sha256; cv=none; b=h6u//q2MgLhP977fyEgbfbGLrqbTbnbzIU8vieW0XlKJH2useIe7fLlCOkVhEAzGAOdF/r yl/2LYkzK289cLOvnK7eDyNsDibQdjuJn/pL/GWSLT9bT1mVtUyRDa4UiLibg3/m4w/pj3 yy+WZ2oKS4HbixPy6XBW+zPAETFbuwH57vTcIILYwFS2rqBSrFhGe3sVIL+cDad4F+fv3L vg2brQW8L5OSOR8Ym89T4KZJK84tRG0/507pY21a5NrdRxQcPf3mOyuky2anZZR8K71AAb M6iVQWEnclsUqHoaIs484DEWuKLWO0rw+RBr10gV14b6icWCS6bsRYSDlf/WCg== 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=1717700873; 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=1fjeH0bb21ok+iprbssDPXqdtx75ogcMl9DgxWhfCGM=; b=gTa0A0fzWWQAGwI+so3Wi7BSMablDSNEdLO8MXyBoPodTM6J1JZP54dUJQIf3yUwpVDmA6 cBJnI8kvh5U0AWwaYSFerQXy/T9uxgP1aXgsDXwZLUSUX4LC10JM0lFRQP4Xg4Ml8rGnwZ RwcNETGXBxPqu73ytOlLiuE8JYCMOnJU4lrdIhaBFHopbgh0XrsFVYPIU2ERUzPMgArdRn 1W02w7h/CeC4DGZOGZZUgYJBlLT6yOMrkUweAO30HO0eBb5qhkW01l/lSzFXFER37/bGFI 45YM8awYHZj6n1YjsvP6zLLfOiY/ypO9uSBsuPpumDaCmZMCydfABgzD3vz4uQ== 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 4VwDP5487bzxTP; Thu, 6 Jun 2024 19:07:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.17.1/8.17.1) with ESMTP id 456J7r2F077155; Thu, 6 Jun 2024 19:07:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.17.1/8.17.1/Submit) id 456J7rr8077152; Thu, 6 Jun 2024 19:07:53 GMT (envelope-from git) Date: Thu, 6 Jun 2024 19:07:53 GMT Message-Id: <202406061907.456J7rr8077152@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: 4a384fbfb20b - main - accessibility/redshift: Deprecate and set expiration date to 2024-06-30 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: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4a384fbfb20b4d684f86aa3af1f898abf809ed49 Auto-Submitted: auto-generated The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a384fbfb20b4d684f86aa3af1f898abf809ed49 commit 4a384fbfb20b4d684f86aa3af1f898abf809ed49 Author: Daniel Engberg AuthorDate: 2024-06-05 21:34:47 +0000 Commit: Daniel Engberg CommitDate: 2024-06-06 19:05:47 +0000 accessibility/redshift: Deprecate and set expiration date to 2024-06-30 No upstream activity for the past 4 years, a lot of bug reports upstream and doesn't support wayland. Redirect users to accessibility/sct and there's also https://gitlab.com/chinstrap/gammastep (not ported). PR: 276954 Approved by: portmgr (maintainer timeout, 3+ months) --- accessibility/redshift/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/accessibility/redshift/Makefile b/accessibility/redshift/Makefile index 14d6f3ea10a6..fc4700580768 100644 --- a/accessibility/redshift/Makefile +++ b/accessibility/redshift/Makefile @@ -15,6 +15,9 @@ WWW= http://jonls.dk/redshift/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Abandoned upstream, no activity for the past 4 years. Consider using accessibility/sct +EXPIRATION_DATE=2024-06-30 + LIB_DEPENDS= libdrm.so:graphics/libdrm USES= autoreconf:build gettext gmake gnome libtool localbase \