summaryrefslogtreecommitdiff
path: root/java/apache-commons-cli/Makefile
diff options
context:
space:
mode:
authorAtanu Biswas <atanubiswas484@gmail.com>2025-04-29 02:47:44 +0300
committerVladimir Druzenko <vvd@FreeBSD.org>2025-04-29 02:57:11 +0300
commit50bf6a0f5cc464b2c47d3df203cfe573c6c9d7fa (patch)
tree0bb231a5fe6befc784ad7fd03bfc361658ea6c4c /java/apache-commons-cli/Makefile
parentdevel/ghub: Update to 4.3.1 (diff)
java/apache-commons-cli: Update 1.4 => 1.9.0, take maintainership
Changelogs: https://commons.apache.org/proper/commons-cli/changes-report.html Replace PORTVERSION with DISTVERSION. PR: 286424
Diffstat (limited to 'java/apache-commons-cli/Makefile')
-rw-r--r--java/apache-commons-cli/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/apache-commons-cli/Makefile b/java/apache-commons-cli/Makefile
index a136c3007481..574d9ed07eb0 100644
--- a/java/apache-commons-cli/Makefile
+++ b/java/apache-commons-cli/Makefile
@@ -1,11 +1,11 @@
PORTNAME= commons-cli
-PORTVERSION= 1.4
+DISTVERSION= 1.9.0
CATEGORIES= java devel
MASTER_SITES= APACHE_COMMONS_BINARIES
PKGNAMEPREFIX= apache-
-DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
+DISTNAME= ${PORTNAME}-${DISTVERSION}-bin
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= atanubiswas484@gmail.com
COMMENT= Java library for command line arguments and options
WWW= https://commons.apache.org/proper/commons-cli/
@@ -15,9 +15,9 @@ USES= java
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
-JARFILE= ${PORTNAME}-${PORTVERSION}.jar
+JARFILE= ${PORTNAME}-${DISTVERSION}.jar
DESTJARFILE= ${PORTNAME}.jar
PLIST_FILES= %%JAVAJARDIR%%/${DESTJARFILE}
PORTDOCS= *