diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-04-02 20:34:46 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-04-02 20:34:55 +0000 |
commit | ecfa1956cdd33b686ebacec871d1585e2390619a (patch) | |
tree | 7faecc34c5dc09dc5c9f9db3e57d94eec7fb27c7 | |
parent | 60b912c7471c16d66a4ef18318a14ba6a0c56845 (diff) |
devel/tla: Deprecate and set expiration date to 2024-04-30
Deprecated and obsolete revision control system
Redirect users to devel/git and devel/mercurial
Reference:
https://www.gnu.org/software/gnu-arch/
Approved by: bofh (discussed with maintainer)
-rw-r--r-- | devel/tla/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile index 0262147dbdb0..71e50bae9559 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -11,6 +11,9 @@ WWW= https://www.gnu.org/software/gnu-arch/ LICENSE= GPLv2+ +DEPRECATED= Deprecated and obsolete revision control system, consider migrating to devel/git or devel/mercurial +EXPIRATION_DATE=2024-04-30 + BUILD_DEPENDS= gpatch:devel/patch \ gdiff:textproc/diffutils \ gtar:archivers/gtar |