diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2025-05-07 08:40:50 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2025-05-07 08:45:38 +0000 |
| commit | dbac7d1ca87d2c7c11fa6115c5f2ca4449a5c779 (patch) | |
| tree | cf1fc03fdf7fb8ee1b5f4da4362d95a39d97b8d0 | |
| parent | fbf7934ffc76a6317cb0d2b597ce28caaf6bf40f (diff) | |
x11/libxklavier: mark as deprecated and give an expiration date.
Nothing else in the tree depends on this port.
PR: 234033
Hat: bugmeister (maintainer-feedback timeout > 2 years)
| -rw-r--r-- | x11/libxklavier/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index f9c4936e9aeb..2799e25e9e9a 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -5,10 +5,13 @@ PORTEPOCH= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= linimon@FreeBSD.org COMMENT= Utility library to make XKB stuff easier WWW= https://gswitchit.sourceforge.net/ +DEPRECATED= upstream claims unmaintained, folded into GNOME long ago +EXPIRATION_DATE= 2025-07-05 + BUILD_DEPENDS= iso-codes>=0:misc/iso-codes RUN_DEPENDS= xkbcomp:x11/xkbcomp \ iso-codes>=0:misc/iso-codes |
