git: 1915d0e7808b - main - www/tomcat-devel: Update to 10.1.0-M8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Dec 2021 07:15:55 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=1915d0e7808b99feb3d9e78d2daf680ad9b3edfc commit 1915d0e7808b99feb3d9e78d2daf680ad9b3edfc Author: VVD <vvd@unislabs.com> AuthorDate: 2021-12-26 07:14:06 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-12-26 07:15:37 +0000 www/tomcat-devel: Update to 10.1.0-M8 Change log: https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.0-M8_(markt) PR: 260691 --- www/tomcat-devel/Makefile | 2 +- www/tomcat-devel/distinfo | 6 +++--- www/tomcat-devel/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/www/tomcat-devel/Makefile b/www/tomcat-devel/Makefile index 21e73dc0e889..3914e62105e1 100644 --- a/www/tomcat-devel/Makefile +++ b/www/tomcat-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> PORTNAME= tomcat -DISTVERSION= 10.1.0-M6 +DISTVERSION= 10.1.0-M8 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION:C/([0-9]+)(.*)/\1/}/v${DISTVERSION}/bin PKGNAMESUFFIX= -devel diff --git a/www/tomcat-devel/distinfo b/www/tomcat-devel/distinfo index eafdb67752cb..f9996fed1d14 100644 --- a/www/tomcat-devel/distinfo +++ b/www/tomcat-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633388798 -SHA256 (apache-tomcat-10.1.0-M6.tar.gz) = 338158ee722ccbd71ab297ef043eb4edb4e36548c88d98c9aa28d061609c9a3d -SIZE (apache-tomcat-10.1.0-M6.tar.gz) = 11851544 +TIMESTAMP = 1639010694 +SHA256 (apache-tomcat-10.1.0-M8.tar.gz) = 8936b0037e97f0eb7e7a4bae8105c685b252705a32cd5a0973c9d4ea24ca2cf3 +SIZE (apache-tomcat-10.1.0-M8.tar.gz) = 11852483 diff --git a/www/tomcat-devel/pkg-plist b/www/tomcat-devel/pkg-plist index a073fca3c923..b99b50178d10 100644 --- a/www/tomcat-devel/pkg-plist +++ b/www/tomcat-devel/pkg-plist @@ -53,6 +53,7 @@ %%T%%/lib/tomcat-util.jar %%T%%/lib/tomcat-websocket.jar %%T%%/lib/websocket-api.jar +%%T%%/lib/websocket-client-api.jar @dir %%T%%/endorsed @postunexec [ ! -d %D/%%T%% ] || echo If permanently deleting this package, %D/%%T%% must be removed manually @owner %%WWWOWN%%