git: 4080a9116f84 - main - textproc/apache-commons-csv: Update 1.41.0 => 1.14.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Dec 2025 01:37:00 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4080a9116f841dd4fd2102b4ee1841b872123794
commit 4080a9116f841dd4fd2102b4ee1841b872123794
Author: Mitchell Clay <mclay@astate.edu>
AuthorDate: 2025-12-08 01:34:43 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-12-08 01:34:43 +0000
textproc/apache-commons-csv: Update 1.41.0 => 1.14.1
Changelog:
https://commons.apache.org/proper/commons-csv/changes.html#a1.14.1
Improve do-install* goals.
PR: 291445
---
textproc/apache-commons-csv/Makefile | 10 ++++------
textproc/apache-commons-csv/distinfo | 6 +++---
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/textproc/apache-commons-csv/Makefile b/textproc/apache-commons-csv/Makefile
index ea0ab587e1a3..1a5faee8226d 100644
--- a/textproc/apache-commons-csv/Makefile
+++ b/textproc/apache-commons-csv/Makefile
@@ -1,5 +1,5 @@
PORTNAME= commons-csv
-DISTVERSION= 1.14.0
+DISTVERSION= 1.14.1
CATEGORIES= textproc java devel
MASTER_SITES= APACHE_COMMONS_BINARIES
PKGNAMEPREFIX= apache-
@@ -27,15 +27,13 @@ OPTIONS_DEFINE= DOCS
OTHERDOCS= LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
do-install:
- @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
+ @${ECHO_MSG} ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${DISTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${JARFILE}
@${ECHO_MSG} " [ DONE ]"
do-install-DOCS-on:
- @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
- @cd ${WRKSRC}/apidocs \
- && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \; \
- && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \;
+ @${ECHO_MSG} ">> Installing documentation in ${DOCSDIR}..."
+ (cd ${WRKSRC}/apidocs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
${INSTALL_DATA} ${OTHERDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
@${ECHO_MSG} " [ DONE ]"
diff --git a/textproc/apache-commons-csv/distinfo b/textproc/apache-commons-csv/distinfo
index 830ae14fe63e..91be8c9c2cab 100644
--- a/textproc/apache-commons-csv/distinfo
+++ b/textproc/apache-commons-csv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1751312380
-SHA256 (commons-csv-1.14.0-bin.tar.gz) = b4dd909314831dcad33dc1fc17382cc8b73eff27d56687c262059b3c817edb1b
-SIZE (commons-csv-1.14.0-bin.tar.gz) = 470848
+TIMESTAMP = 1765142052
+SHA256 (commons-csv-1.14.1-bin.tar.gz) = 7f682ebb6f4d4c3989ebaa1ec299a27ed3447fca1d7f8ec5a56f43b1301b7de8
+SIZE (commons-csv-1.14.1-bin.tar.gz) = 472454