diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2021-08-02 10:31:59 -0500 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2021-08-02 10:44:13 -0500 |
| commit | 0042759b3b67d3ef64c1f9c5bee5923a5eebee14 (patch) | |
| tree | 7d010fa9ad5509fa1d5e1fb19e2b355387d7805b /textproc/apache-commons-csv/Makefile | |
| parent | net/openldap24-server: Fix build with port OpenSSL (diff) | |
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)
Diffstat (limited to 'textproc/apache-commons-csv/Makefile')
| -rw-r--r-- | textproc/apache-commons-csv/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |
