diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2020-08-06 22:49:05 +0800 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2020-08-06 22:49:05 +0800 |
commit | 464362c680094c8f0037de2611042e66a6c6985b (patch) | |
tree | 5c8880e5dd6fb4095afdf86fadaabbcbb8df4016 | |
parent | 0d01ff7a6369a02ef6d95c5a1f44a34e8cde6206 (diff) | |
download | freebsd-ports-gnome-464362c680094c8f0037de2611042e66a6c6985b.tar.gz freebsd-ports-gnome-464362c680094c8f0037de2611042e66a6c6985b.tar.zst freebsd-ports-gnome-464362c680094c8f0037de2611042e66a6c6985b.zip |
Mark as deprecated and set an expiry date. Upstream has announced end
of life as 1st February 2021, so there should be plenty of time for
people to migrate to the current version: RT-5.0
https://bestpractical.com/blog/2020/7/announcing-end-of-life-for-request-tracker-42-and-request-tracker-for-incident-response-32-series
https://bestpractical.com/release-policy
-rw-r--r-- | www/rt42/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/rt42/Makefile b/www/rt42/Makefile index bafbeb7dcf5e..85b7d9333d73 100644 --- a/www/rt42/Makefile +++ b/www/rt42/Makefile @@ -11,6 +11,9 @@ COMMENT= Industrial-grade ticketing system written in Perl LICENSE= GPLv2 +DEPRECATED= Upstream support is ending; please migrate to RT-5.0 +EXPIRY_DATE= 2021-02-01 + CONFLICTS_INSTALL= rt44-4.4* brlcad-[0-9]* NO_ARCH= yes |