diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2025-09-30 20:07:45 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-09-30 20:07:45 +0200 |
commit | f8fd94bed90c2a701244b028f9947fcb41df47f6 (patch) | |
tree | f3148efb2221f043bc94ba8689a0ac3d53402070 | |
parent | java/apache-commons-logging: Improve port (diff) |
lang/typescript: claim and deprecate
Let's make sure we're not gonna carry it forward into 2026 unless
we have a port maintainer with a proven track record of caring for
his ports in due time.
-rw-r--r-- | lang/typescript/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/typescript/Makefile b/lang/typescript/Makefile index cdc65a2fb241..8cd9dc41ffe2 100644 --- a/lang/typescript/Makefile +++ b/lang/typescript/Makefile @@ -4,10 +4,13 @@ CATEGORIES= lang MASTER_SITES= https://registry.npmjs.org/${PORTNAME}/-/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mandree@FreeBSD.org COMMENT= Superset of JavaScript that compiles to JavaScript output WWW= https://www.typescriptlang.org/ +DEPRECATED= No port maintainer, fast moving port. +EXPIRATION_DATE=2025-11-30 + LICENSE= APACHE20 NO_ARCH= yes |