diff options
author | Mitchell Clay <mclay@astate.edu> | 2025-02-11 13:07:39 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-02-11 13:15:00 +0300 |
commit | c73a0f3f26a366a27bffdbe6c75dc45628ca185b (patch) | |
tree | 8d05e088602450aea9732749a64cd19729ea551f /textproc/apache-commons-csv | |
parent | sysutils/fastfetch: update to 2.36.1 (diff) |
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
Diffstat (limited to 'textproc/apache-commons-csv')
-rw-r--r-- | textproc/apache-commons-csv/Makefile | 16 | ||||
-rw-r--r-- | 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 |