Date: Mon, 2 Aug 2021 15:44:26 GMT From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0042759b3b67 - main - textproc/apache-commons-csv: update to version 1.9.0 Message-ID: <202108021544.172FiQpY024374@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pfg: URL: https://cgit.FreeBSD.org/ports/commit/?id=0042759b3b67d3ef64c1f9c5bee5923a5eebee14 commit 0042759b3b67d3ef64c1f9c5bee5923a5eebee14 Author: Pedro F. Giffuni <pfg@FreeBSD.org> AuthorDate: 2021-08-02 15:31:59 +0000 Commit: Pedro F. Giffuni <pfg@FreeBSD.org> CommitDate: 2021-08-02 15:44:13 +0000 textproc/apache-commons-csv: update to version 1.9.0 The new version uses Java 8. Drop maintainance: it's low effort but I am using this less now. Reported by: portscout Approved by: thierry (mentor, implicit) --- textproc/apache-commons-csv/Makefile | 4 ++-- textproc/apache-commons-csv/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/textproc/apache-commons-csv/Makefile b/textproc/apache-commons-csv/Makefile index 4937d0e1520c..8cbb60305e7e 100644 --- a/textproc/apache-commons-csv/Makefile +++ b/textproc/apache-commons-csv/Makefile @@ -1,13 +1,13 @@ # Created by: Pedro Giffuni <pfg@FreeBSD.org> PORTNAME= commons-csv -PORTVERSION= 1.8 +PORTVERSION= 1.9.0 CATEGORIES= textproc java devel MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= apache- DISTNAME= ${PORTNAME}-${PORTVERSION}-bin -MAINTAINER= pfg@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Java support for Comma Separated Value format LICENSE= APACHE20 diff --git a/textproc/apache-commons-csv/distinfo b/textproc/apache-commons-csv/distinfo index d1fddba1215c..1dc9436a2260 100644 --- a/textproc/apache-commons-csv/distinfo +++ b/textproc/apache-commons-csv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1597088558 -SHA256 (commons-csv-1.8-bin.tar.gz) = a4f261f89e48e41603ddc7e79c7bb623be90fe0416fad76ab0ca15f587a7ea27 -SIZE (commons-csv-1.8-bin.tar.gz) = 249294 +TIMESTAMP = 1627917224 +SHA256 (commons-csv-1.9.0-bin.tar.gz) = 615303b0b5b96024e45d4e2783c0d1697741935efa76ffd2c0f85b9e9ff65fd7 +SIZE (commons-csv-1.9.0-bin.tar.gz) = 320170
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108021544.172FiQpY024374>