git: e1bb7bfd9c7a - 2025Q1 - www/tomcat9: Replace PORTVERSION with DISTVERSION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Mar 2025 16:42:14 UTC
The branch 2025Q1 has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1bb7bfd9c7a2ac42bc6cca462d89973ee8ab28f commit e1bb7bfd9c7a2ac42bc6cca462d89973ee8ab28f Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2025-02-17 19:37:02 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-03-06 16:41:41 +0000 www/tomcat9: Replace PORTVERSION with DISTVERSION (cherry picked from commit 384b7b44f5fe221fcd4d1934c733b53941d29347) --- www/tomcat9/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/tomcat9/Makefile b/www/tomcat9/Makefile index a6b765fe4316..8ca3c9de4b64 100644 --- a/www/tomcat9/Makefile +++ b/www/tomcat9/Makefile @@ -1,9 +1,9 @@ PORTNAME= tomcat -PORTVERSION= 9.0.100 +DISTVERSION= 9.0.100 CATEGORIES= www java -MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin +MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION:C/([0-9])(.*)/\1/}/v${DISTVERSION}/bin PKGNAMESUFFIX= 9 -DISTNAME= apache-${PORTNAME}-${PORTVERSION} +DISTNAME= apache-${PORTNAME}-${DISTVERSION} MAINTAINER= vvd@FreeBSD.org COMMENT= Open-source Java web server by Apache, 9.0.x branch