svn commit: r544277 - head/www/rt42

Matthew Seaman matthew at FreeBSD.org
Thu Aug 6 14:49:06 UTC 2020


Author: matthew
Date: Thu Aug  6 14:49:05 2020
New Revision: 544277
URL: https://svnweb.freebsd.org/changeset/ports/544277

Log:
  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

Modified:
  head/www/rt42/Makefile

Modified: head/www/rt42/Makefile
==============================================================================
--- head/www/rt42/Makefile	Thu Aug  6 14:17:23 2020	(r544276)
+++ head/www/rt42/Makefile	Thu Aug  6 14:49:05 2020	(r544277)
@@ -11,6 +11,9 @@ COMMENT=	Industrial-grade ticketing system written in 
 
 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


More information about the svn-ports-head mailing list