mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
9436aee87d
commit
c73a0f3f26
2 changed files with 10 additions and 12 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue