diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2020-01-25 15:50:27 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2020-01-25 15:50:27 +0000 |
commit | c8071ddc621b03555ba0ac06e41e65dc40aba303 (patch) | |
tree | 714ca86fee2b6896dfd55e597787bd79e2888071 /textproc/apache-poi | |
parent | eed745d5e2a49743edd731a98caa25f6d0af97f6 (diff) | |
download | ports-c8071ddc621b03555ba0ac06e41e65dc40aba303.tar.gz ports-c8071ddc621b03555ba0ac06e41e65dc40aba303.zip |
textproc/apache-poi: update to version 4.1.1
Approved by: thierry (mentor)
Notes
Notes:
svn path=/head/; revision=524044
Diffstat (limited to 'textproc/apache-poi')
-rw-r--r-- | textproc/apache-poi/Makefile | 13 | ||||
-rw-r--r-- | textproc/apache-poi/distinfo | 6 |
2 files changed, 10 insertions, 9 deletions
diff --git a/textproc/apache-poi/Makefile b/textproc/apache-poi/Makefile index 6cdb19e914bf..edced8b76925 100644 --- a/textproc/apache-poi/Makefile +++ b/textproc/apache-poi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= poi -PORTVERSION= 3.15 +PORTVERSION= 4.1.1 CATEGORIES= textproc devel java MASTER_SITES= APACHE/${PORTNAME}/release/bin PKGNAMEPREFIX= apache- @@ -14,20 +14,21 @@ COMMENT= Java API To Access Microsoft Format Files LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +USES= cpe +CPE_VENDOR= apache + USE_JAVA= yes NO_BUILD= yes NO_ARCH= yes -RELEASE_DATE= 20160924 +RELEASE_DATE= 20191023 JARNAMES= examples excelant scratchpad ooxml ooxml-schemas WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= cpe -CPE_VENDOR= apache -PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar +PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar PORTDOCS= * .for i in ${JARNAMES} -PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}-${i}.jar +PLIST_FILES+= ${JAVAJARDIR}/${PORTNAME}-${i}.jar .endfor OPTIONS_DEFINE= DOCS diff --git a/textproc/apache-poi/distinfo b/textproc/apache-poi/distinfo index f79deea5675b..74c3001ea177 100644 --- a/textproc/apache-poi/distinfo +++ b/textproc/apache-poi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490722529 -SHA256 (poi-bin-3.15-20160924.tar.gz) = fbcbb932574d67c5f1ca3fe985f240f0240dba96e54aa9e10164694690ee63d8 -SIZE (poi-bin-3.15-20160924.tar.gz) = 20318531 +TIMESTAMP = 1572125535 +SHA256 (poi-bin-4.1.1-20191023.tar.gz) = 855f5cb602a1e68a11507147bb7d81eb9a6d6f7ff11535699221db068e2f290a +SIZE (poi-bin-4.1.1-20191023.tar.gz) = 29492705 |