git: 384b7b44f5fe - main - www/tomcat9: Replace PORTVERSION with DISTVERSION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Feb 2025 19:37:33 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=384b7b44f5fe221fcd4d1934c733b53941d29347
commit 384b7b44f5fe221fcd4d1934c733b53941d29347
Author: Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-02-17 19:37:02 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-02-17 19:37:02 +0000
www/tomcat9: Replace PORTVERSION with DISTVERSION
---
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