diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-03-17 13:28:36 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-03-17 14:15:16 +0000 |
commit | 67a5cc8e6f7199902b9d75672bd32db0e753ab70 (patch) | |
tree | 6023e24647bcbc6afe09972ef98d0da3e50124ee | |
parent | fea51ac0f8aa5bef4303721af20244c2376fc248 (diff) |
comms/xlog: Mark DEPRECATED
- Uses upstream EOL gtk2 libraries
- Set EXPIRATION_DATE 2024-12-31
If someone needs this port feel free to undeprecate and takeover
maintainership.
-rw-r--r-- | comms/xlog/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index cf9c82c37c1b..38ba9217a918 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -1,6 +1,6 @@ PORTNAME= xlog DISTVERSION= 2.0.24 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= SAVANNAH @@ -11,6 +11,10 @@ WWW= https://xlog.nongnu.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Uses upstream EOL gtk2 libraries +# Tentative expiration date +EXPIRATION_DATE=2024-12-31 + LIB_DEPENDS= libhamlib.so:comms/hamlib \ libharfbuzz.so:print/harfbuzz \ libfontconfig.so:x11-fonts/fontconfig \ |