git: 844f16b96455 - main - math/intervaltree: Deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 18:00:06 UTC
The branch main has been updated by jwb:
URL: https://cgit.FreeBSD.org/ports/commit/?id=844f16b96455fb3e57206e43d1ff03d9f1aa24e6
commit 844f16b96455fb3e57206e43d1ff03d9f1aa24e6
Author: Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2022-05-22 17:58:31 +0000
Commit: Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2022-05-22 17:58:31 +0000
math/intervaltree: Deprecate
Dependent ports now use GH_TUPLE
PR: 263940
Reported by: fuz@fuz.su
---
math/intervaltree/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/math/intervaltree/Makefile b/math/intervaltree/Makefile
index 7bed7fb2dfc7..3e38fb069a22 100644
--- a/math/intervaltree/Makefile
+++ b/math/intervaltree/Makefile
@@ -8,6 +8,9 @@ COMMENT= Minimal C++ interval tree implementation
LICENSE= MIT
+DEPRECATED= Dependent ports now use GH_TUPLE
+EXPIRATION_DATE= 2022-07-22
+
USES= compiler:c++0x
USE_GITHUB= yes
GH_ACCOUNT= ekg