aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2026-09-01 21:07:08 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2026-09-01 21:42:31 +0000
commit55ec3e55ca40c407d989a1d841312af364fe9a9f (patch)
tree07451c3f923107c774dead4e393ba1f9cfff3885
parent92b409e96b143e14637cb48d824a5c1c8cdfa798 (diff)
devel/etcd: Remove deprecation notice and expiration date
As per new policies you need to track multiple branches. I don't have time, hardware or interest trying to additionally keep up with quarterly so I'll revert deprecation and expiration date Reported by: joneum
-rw-r--r--devel/etcd/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/etcd/Makefile b/devel/etcd/Makefile
index 154a0f13ffe8..6e304ffc86dd 100644
--- a/devel/etcd/Makefile
+++ b/devel/etcd/Makefile
@@ -1,7 +1,7 @@
PORTNAME= etcd
PORTVERSION= 2.3.8
DISTVERSIONPREFIX= v
-PORTREVISION= 50
+PORTREVISION= 51
CATEGORIES= devel
PKGNAMEPREFIX= coreos-
@@ -12,9 +12,6 @@ WWW= https://github.com/etcd-io/etcd
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-DEPRECATED= Obsolete and unsupported upstream, please consider moving to 3.X
-EXPIRATION_DATE=2026-09-30
-
USES= cpe go
USE_GITHUB= yes
GH_ACCOUNT= coreos