From c73a0f3f26a366a27bffdbe6c75dc45628ca185b Mon Sep 17 00:00:00 2001 From: Mitchell Clay Date: Tue, 11 Feb 2025 13:07:39 +0300 Subject: [PATCH] textproc/apache-commons-csv: Update 1.11.0 => 1.13.0 Changelogs: https://commons.apache.org/proper/commons-csv/changes.html#a1.13.0 Improve port: - remove unnecessary lines, - replace PORTVERSION with DISTVERSION, - pet portclippy. PR: 284581 --- textproc/apache-commons-csv/Makefile | 16 +++++++--------- textproc/apache-commons-csv/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/textproc/apache-commons-csv/Makefile b/textproc/apache-commons-csv/Makefile index dcaf450f87bb..d4da89b3538d 100644 --- a/textproc/apache-commons-csv/Makefile +++ b/textproc/apache-commons-csv/Makefile @@ -1,9 +1,9 @@ PORTNAME= commons-csv -DISTVERSION= 1.11.0 +DISTVERSION= 1.13.0 CATEGORIES= textproc java devel MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= apache- -DISTNAME= ${PORTNAME}-${PORTVERSION}-bin +DISTNAME= ${PORTNAME}-${DISTVERSION}-bin MAINTAINER= mclay@astate.edu COMMENT= Java support for Comma Separated Value format @@ -11,26 +11,24 @@ WWW= https://commons.apache.org/proper/commons-csv/ LICENSE= APACHE20 -BUILD_DEPENDS= ${JAR_DEPENDS} -RUN_DEPENDS= ${JAR_DEPENDS} - USES= java -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_BUILD= yes NO_ARCH= yes +NO_BUILD= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} JARFILE= ${PORTNAME}.jar PLIST_FILES= ${JAVAJARDIR}/${JARFILE} +PORTDOCS= * OPTIONS_DEFINE= DOCS OTHERDOCS= LICENSE.txt NOTICE.txt RELEASE-NOTES.txt -PORTDOCS= * do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..." - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${JARFILE} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${DISTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${JARFILE} @${ECHO_MSG} " [ DONE ]" do-install-DOCS-on: diff --git a/textproc/apache-commons-csv/distinfo b/textproc/apache-commons-csv/distinfo index 85d149ab89d3..7e3a170f633b 100644 --- a/textproc/apache-commons-csv/distinfo +++ b/textproc/apache-commons-csv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715353307 -SHA256 (commons-csv-1.11.0-bin.tar.gz) = f76381be199a60642da0fcb73f5bab64d3ab6a994d6f6c94c2ae06d0c44f9797 -SIZE (commons-csv-1.11.0-bin.tar.gz) = 416050 +TIMESTAMP = 1739234023 +SHA256 (commons-csv-1.13.0-bin.tar.gz) = 6e0e72eea0c49b8c12ebfc19215c7d199a0fa26aa66833ccdf0c8cb391d1e3bd +SIZE (commons-csv-1.13.0-bin.tar.gz) = 444694