Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Oct 2017 00:09:02 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451418 - head/www/tomcat-devel
Message-ID:  <201710070009.v97092qR040674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Oct  7 00:09:02 2017
New Revision: 451418
URL: https://svnweb.freebsd.org/changeset/ports/451418

Log:
  www/tomcat-devel: Update to 9.0.1
  
  PR:		222821
  Submitted by:	vvd@unislabs.com (maintainer)
  MFH:		2017Q4
  Security:	c0dae634-4820-4505-850d-b1c975d0f67d

Modified:
  head/www/tomcat-devel/Makefile
  head/www/tomcat-devel/distinfo
  head/www/tomcat-devel/pkg-descr   (contents, props changed)

Modified: head/www/tomcat-devel/Makefile
==============================================================================
--- head/www/tomcat-devel/Makefile	Sat Oct  7 00:08:14 2017	(r451417)
+++ head/www/tomcat-devel/Makefile	Sat Oct  7 00:09:02 2017	(r451418)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tomcat
-PORTVERSION=	9.0.0.M26
+PORTVERSION=	9.0.1
 CATEGORIES=	www java
 MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin
 PKGNAMESUFFIX=	-devel

Modified: head/www/tomcat-devel/distinfo
==============================================================================
--- head/www/tomcat-devel/distinfo	Sat Oct  7 00:08:14 2017	(r451417)
+++ head/www/tomcat-devel/distinfo	Sat Oct  7 00:09:02 2017	(r451418)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502730442
-SHA256 (apache-tomcat-9.0.0.M26.tar.gz) = 86ea5d18c5af108defd31e67bc9c367ceec3564f7c54b075b40d11e986b21cbd
-SIZE (apache-tomcat-9.0.0.M26.tar.gz) = 9376594
+TIMESTAMP = 1507286153
+SHA256 (apache-tomcat-9.0.1.tar.gz) = 976d9aa996fc34d387ef8de87eed79c5f20c0679b76c1a1fcf331eaa7cdf758f
+SIZE (apache-tomcat-9.0.1.tar.gz) = 9397803

Modified: head/www/tomcat-devel/pkg-descr
==============================================================================
--- head/www/tomcat-devel/pkg-descr	Sat Oct  7 00:08:14 2017	(r451417)
+++ head/www/tomcat-devel/pkg-descr	Sat Oct  7 00:09:02 2017	(r451418)
@@ -1,6 +1,10 @@
 Apache Tomcat is a web server written in 100% Pure Java.
 
-This is the version of Tomcat currently under active development.
+Apache Tomcat 9.x is the current focus of development. It builds on Tomcat
+8.0.x and 8.5.x and implements the current draft of the Servlet 4.0
+specification and also the JSP 2.3, EL 3.0, WebSocket 1.1 and JASPIC 1.1
+specifications (the versions required by Java EE 8 platform).
+
 Development releases may contain large amounts of untested or missing
 functionality required by the specification and/or significant
 bugs and are not expected to run stably for any length of time.



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