Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Feb 2022 12:37:44 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b594ec932e1f - main - graphics/kontrast: add to 'accessibility' category
Message-ID:  <202202131237.21DCbirN034028@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b594ec932e1f3f5ced7c0b693e1a99875ec792bd

commit b594ec932e1f3f5ced7c0b693e1a99875ec792bd
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-02-13 12:35:45 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-02-13 12:37:37 +0000

    graphics/kontrast: add to 'accessibility' category
    
            Kontrast is a color contrast checker and tells you if your color
            combinations are distinct enough to be readable and accessible.
    
    So it makes sense to show it in that category too.
    
    PR:             261926
    Submitted by:   PauAmma <pauamma@gundo.com>
---
 graphics/kontrast/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/kontrast/Makefile b/graphics/kontrast/Makefile
index e66c1e90c346..ba299a288c55 100644
--- a/graphics/kontrast/Makefile
+++ b/graphics/kontrast/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kontrast
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
-CATEGORIES=	graphics kde kde-applications
+CATEGORIES=	graphics accessibility kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Color contrast checker



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202131237.21DCbirN034028>