summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-04-21 20:00:06 +0200
committerRene Ladan <rene@FreeBSD.org>2025-04-21 20:00:53 +0200
commite9eb4ac833231ba347cb5cd640426b13e19e6d35 (patch)
treeda4b669aa546b9ecb51a918768cebc4b16fb49c5 /editors
parentsysutils/popeye: Mark broken on i386 (diff)
all: expire consumers of security/botan2 on 2025-06-21
Diffstat (limited to 'editors')
-rw-r--r--editors/encryptpad/Makefile3
-rw-r--r--editors/rehex/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/editors/encryptpad/Makefile b/editors/encryptpad/Makefile
index cf0a92254831..be6a9eaa43de 100644
--- a/editors/encryptpad/Makefile
+++ b/editors/encryptpad/Makefile
@@ -11,6 +11,9 @@ WWW= https://evpo.net/encryptpad/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/license.txt
+DEPRECATED= Depends on expired security/botan2
+EXPIRATION_DATE=2025-06-21
+
LIB_DEPENDS= libbotan-2.so:security/botan2
USES= compiler:c++11-lang desktop-file-utils gl gmake pkgconfig \
diff --git a/editors/rehex/Makefile b/editors/rehex/Makefile
index e1b9c82ee34e..fef148152a76 100644
--- a/editors/rehex/Makefile
+++ b/editors/rehex/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/solemnwarning/rehex
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Depends on expired security/botan2
+EXPIRATION_DATE=2025-06-21
+
LIB_DEPENDS= libbotan-2.so:security/botan2 \
libcapstone.so:devel/capstone \
libharfbuzz.so:print/harfbuzz \