aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2024-01-27 23:54:47 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2024-01-27 23:54:47 +0000
commit29960eb6789129f011c94b4749411df6b4db9e48 (patch)
tree1e1732aecb5b304b0756b18d442bf2a133c34f7b
parente095973651cf5a3b5153c427e0865c8724b5c6e0 (diff)
downloadports-29960eb6789129f011c94b4749411df6b4db9e48.tar.gz
ports-29960eb6789129f011c94b4749411df6b4db9e48.zip
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.
-rw-r--r--devel/libopentracing/Makefile3
1 files changed, 3 insertions, 0 deletions
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