diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-17 03:11:29 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-17 11:53:14 +0200 |
commit | f8f3b56c47c3d227421537f9a012dc7fb14aba3c (patch) | |
tree | ed04a12cad93a0620c96ee619c8c3ce80f18b945 | |
parent | sysutils/cmocka: Update to 1.1.7 (diff) |
math/libsharp2: Deprecate and set expiration date to 2025-06-30
Deprecated upsteam in 2021, upstream recommends migrating to ducc0
Reference: https://gitlab.mpcdf.mpg.de/mtr/libsharp
PR: 284102
Approved by: maintainer timeout, 4+ months
-rw-r--r-- | math/libsharp2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/libsharp2/Makefile b/math/libsharp2/Makefile index cd0d2a2a3644..0b72adecf3ce 100644 --- a/math/libsharp2/Makefile +++ b/math/libsharp2/Makefile @@ -9,6 +9,9 @@ WWW= https://gitlab.mpcdf.mpg.de/mtr/libsharp LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Deprecated upstream in 2021, upstream recommends migrating to ducc0 +EXPIRATION_DATE=2025-06-30 + USES= autoreconf gmake libtool USE_GITLAB= yes |