git: 29960eb67891 - main - devel/libopentracing: deprecate and set expiration date to 2024-02-29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jan 2024 23:57:11 UTC
The branch main has been updated by osa:
URL: https://cgit.FreeBSD.org/ports/commit/?id=29960eb6789129f011c94b4749411df6b4db9e48
commit 29960eb6789129f011c94b4749411df6b4db9e48
Author: Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2024-01-27 23:54:47 +0000
Commit: Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2024-01-27 23:54:47 +0000
devel/libopentracing: deprecate and set expiration date to 2024-02-29
Practically all activity has moved to the OpenTelemetry project, there
are no resources to maintain the OpenTracing API libraries any more.
OpenTelemetry provides a compatibility layer for OpenTracing
instrumentation.
---
devel/libopentracing/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/libopentracing/Makefile b/devel/libopentracing/Makefile
index ded8c2504bb8..93ecaed41006 100644
--- a/devel/libopentracing/Makefile
+++ b/devel/libopentracing/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/opentracing/opentracing-cpp
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= https://github.com/opentracing/specification/issues/163
+EXPIRATION_DATE=2024-02-29
+
USE_GITHUB= yes
GH_ACCOUNT= opentracing
GH_PROJECT= opentracing-cpp