Date: Mon, 5 May 2025 18:49:14 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1fafb7317858 - main - devel/apache-commons-jxpath: Update 1.3 => 1.4.0, take maintainership Message-ID: <202505051849.545InEQO055304@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1fafb73178588117541b81aaaf1b34748602f7f5 commit 1fafb73178588117541b81aaaf1b34748602f7f5 Author: Atanu Biswas <atanubiswas484@gmail.com> AuthorDate: 2025-05-05 17:46:13 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-05-05 18:48:48 +0000 devel/apache-commons-jxpath: Update 1.3 => 1.4.0, take maintainership Changelog: https://commons.apache.org/proper/commons-jxpath/changes.html - Replace PORTVERSION with DISTVERSION. - Fix DOCS option. - Fix warnings from portclippy. - Split long lines. - Fix PLIST_FILES. - Add NO_ARCH (warinig from poudriere testport). PR: 286513 Co-authored-by: vvd --- devel/apache-commons-jxpath/Makefile | 20 ++++++++++++-------- devel/apache-commons-jxpath/distinfo | 5 +++-- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/devel/apache-commons-jxpath/Makefile b/devel/apache-commons-jxpath/Makefile index cf5984d75e96..03159aec52ba 100644 --- a/devel/apache-commons-jxpath/Makefile +++ b/devel/apache-commons-jxpath/Makefile @@ -1,29 +1,33 @@ PORTNAME= commons-jxpath -PORTVERSION= 1.3 +DISTVERSION= 1.4.0 CATEGORIES= devel www java MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= apache- -DISTNAME= ${PORTNAME}-${PORTVERSION}-bin +DISTNAME= ${PORTNAME}-${DISTVERSION}-bin -LICENSE= APACHE20 - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= atanubiswas484@gmail.com COMMENT= Utilities for manipulating Java Beans using the XPath syntax WWW= https://commons.apache.org/proper/commons-jxpath/ +LICENSE= APACHE20 + USES= java +NO_ARCH= yes NO_BUILD= yes -PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar +PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar PORTDOCS= * OPTIONS_DEFINE= DOCS do-install: - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}-${PORTVERSION}.jar \ + ${INSTALL_DATA} \ + ${WRKDIR}/${PORTNAME}-${DISTVERSION}/${PORTNAME}-${DISTVERSION}.jar \ ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar - (cd ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apidocs && \ + +do-install-DOCS-on: + (cd ${WRKDIR}/${PORTNAME}-${DISTVERSION}/apidocs && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> diff --git a/devel/apache-commons-jxpath/distinfo b/devel/apache-commons-jxpath/distinfo index 2ffe54588e4a..7d874e1a3393 100644 --- a/devel/apache-commons-jxpath/distinfo +++ b/devel/apache-commons-jxpath/distinfo @@ -1,2 +1,3 @@ -SHA256 (commons-jxpath-1.3-bin.tar.gz) = 3eaebe66f81b9dd58f523e763329a443ac56bba95c0b2ab9a3861179d8944973 -SIZE (commons-jxpath-1.3-bin.tar.gz) = 3062527 +TIMESTAMP = 1746044731 +SHA256 (commons-jxpath-1.4.0-bin.tar.gz) = 7238502e664ffa526c6ba2675d0e9d33ceb149e88a1f62639f18a2cd834c628d +SIZE (commons-jxpath-1.4.0-bin.tar.gz) = 3374636home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505051849.545InEQO055304>
