Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2019 04:00:27 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503777 - head/www/tomcat8
Message-ID:  <201906090400.x5940Rnm067480@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Jun  9 04:00:26 2019
New Revision: 503777
URL: https://svnweb.freebsd.org/changeset/ports/503777

Log:
  Deprecate www/tomcat8
  
  It has been EoL since 2018-06-30.
  
  https://tomcat.apache.org/tomcat-80-eol.html
  
  PR:		230326
  Submitted by:	Michael Osipov <michael.osipov@siemens.com>
  Approved by:	ale (maintainer timeout, >4 months)

Modified:
  head/www/tomcat8/Makefile

Modified: head/www/tomcat8/Makefile
==============================================================================
--- head/www/tomcat8/Makefile	Sun Jun  9 03:53:58 2019	(r503776)
+++ head/www/tomcat8/Makefile	Sun Jun  9 04:00:26 2019	(r503777)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tomcat
 PORTVERSION=	8.0.50
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www java
 MASTER_SITES=	APACHE/tomcat/tomcat-8/v${PORTVERSION}/bin
 PKGNAMESUFFIX=	8
@@ -13,6 +13,9 @@ MAINTAINER=	ale@FreeBSD.org
 COMMENT=	Open-source Java web server by Apache, 8.x branch
 
 LICENSE=	APACHE20
+
+DEPRECATED=	EoL since 2018-06-30
+EXPIRATION_DATE=	2019-06-30
 
 RUN_DEPENDS=	jsvc:devel/jakarta-commons-daemon
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906090400.x5940Rnm067480>