From owner-svn-ports-all@freebsd.org Sat Oct 7 00:09:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB444E44BC9; Sat, 7 Oct 2017 00:09:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97AB774D16; Sat, 7 Oct 2017 00:09:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v97092jI040677; Sat, 7 Oct 2017 00:09:02 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v97092qR040674; Sat, 7 Oct 2017 00:09:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201710070009.v97092qR040674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 7 Oct 2017 00:09:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451418 - head/www/tomcat-devel X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/tomcat-devel X-SVN-Commit-Revision: 451418 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2017 00:09:03 -0000 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.