git: 16ee1dff104b - main - devel/oniguruma: Remove DEPRECATED line because there are many consumers
Date: Wed, 23 Sep 2026 07:26:01 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=16ee1dff104b5108d7ed6c18b909ad603754d2ed
commit 16ee1dff104b5108d7ed6c18b909ad603754d2ed
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-09-23 07:12:46 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-09-23 07:25:54 +0000
devel/oniguruma: Remove DEPRECATED line because there are many consumers
and consumers are not getting off oniguruma any time soon.
---
devel/oniguruma/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile
index 876c415bf7cd..4c2c0e0f2027 100644
--- a/devel/oniguruma/Makefile
+++ b/devel/oniguruma/Makefile
@@ -1,4 +1,4 @@
-PORTNAME= oniguruma
+PORTNAME= oniguruma # archived upstream but there are many consumers
DISTVERSION= 6.9.10
CATEGORIES= devel textproc
MASTER_SITES= https://github.com/kkos/${PORTNAME}/releases/download/v${DISTVERSION}/
@@ -11,9 +11,6 @@ WWW= https://github.com/kkos/oniguruma
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-DEPRECATED= Project archived upstream # but there are 30+ dependencies and deprecation is unlikely to happen
-EXPIRATION_DATE= 2026-12-01
-
USES= cmake cpe pathfix
CPE_VENDOR= oniguruma_project
USE_LDCONFIG= yes