From owner-dev-commits-ports-main@freebsd.org Mon Aug 2 15:44:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5F79E676371; Mon, 2 Aug 2021 15:44:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gdj3t240fz4d57; Mon, 2 Aug 2021 15:44:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2EC9A22399; Mon, 2 Aug 2021 15:44:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 172FiQQV024375; Mon, 2 Aug 2021 15:44:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 172FiQpY024374; Mon, 2 Aug 2021 15:44:26 GMT (envelope-from git) Date: Mon, 2 Aug 2021 15:44:26 GMT Message-Id: <202108021544.172FiQpY024374@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Pedro F. Giffuni" Subject: git: 0042759b3b67 - main - textproc/apache-commons-csv: update to version 1.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pfg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0042759b3b67d3ef64c1f9c5bee5923a5eebee14 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2021 15:44:26 -0000 The branch main has been updated by pfg: URL: https://cgit.FreeBSD.org/ports/commit/?id=0042759b3b67d3ef64c1f9c5bee5923a5eebee14 commit 0042759b3b67d3ef64c1f9c5bee5923a5eebee14 Author: Pedro F. Giffuni AuthorDate: 2021-08-02 15:31:59 +0000 Commit: Pedro F. Giffuni 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 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