From 5083fdb28b9f0c4baf3d32e2fbee42892439aad4 Mon Sep 17 00:00:00 2001 From: pi Date: Sun, 17 Apr 2016 19:20:56 +0000 Subject: textproc/apache-poi: 3.10.1 -> 3.14 Changes: http://poi.apache.org/changes.html - Fix for CVE-2014-3574 - Common: New version of ooxml-schema and ooxml-security jars which are linked to custom safe type loader - Common: OPC relation fix for multiple same named ids (#54916) - Common: Update third-party dependencies: commons-logging, commons-codec, xmlsec, bouncycastle - Excel: Allow to set multiple cell style properties at once (#58633) - Excel: Add API for inserting ignored warnings into XSSF sheets. This can be used e.g. to suppress 'number stored as text' warnings. (#56892) - Powerpoint: unify hyperlink handling - HSLF: various fixes for parsing and rendering - WMF: new API for WMF parsing and rendering (for Powerpoint) - XWPF: various fixes for handling paragraphs and tables PR: 207934 MFH: 2016Q2 Submitted by: pfg --- textproc/apache-poi/Makefile | 10 +++++----- textproc/apache-poi/distinfo | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'textproc') diff --git a/textproc/apache-poi/Makefile b/textproc/apache-poi/Makefile index d4724124eb20..d4dc48541b34 100644 --- a/textproc/apache-poi/Makefile +++ b/textproc/apache-poi/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= poi -PORTVERSION= 3.10.1 +PORTVERSION= 3.14 CATEGORIES= textproc devel java MASTER_SITES= APACHE/${PORTNAME}/release/bin PKGNAMEPREFIX= apache- -DISTNAME= ${PORTNAME}-bin-${PORTVERSION}-${RELEASE_DATE} +DISTNAME= ${PORTNAME}-bin-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Java API To Access Microsoft Format Files @@ -18,7 +18,7 @@ PORTDOCS= * USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes -RELEASE_DATE= 20140818 +RELEASE_DATE= 20160307 JARNAMES= examples excelant scratchpad ooxml ooxml-schemas WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar @@ -33,9 +33,9 @@ PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}-${i}.jar do-install: @${ECHO_MSG} -n ">> Installing JAR as ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-${RELEASE_DATE}.jar..." - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}-${RELEASE_DATE}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}-${RELEASE_DATE}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar .for i in ${JARNAMES} - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${i}-${PORTVERSION}-${RELEASE_DATE}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-${i}.jar + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${i}-${PORTVERSION}-${RELEASE_DATE}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-${i}.jar .endfor @${ECHO_MSG} " [ DONE ]" @${ECHO_MSG} -n ">> Installing documentation in ${STAGEDIR}${DOCSDIR}/..." diff --git a/textproc/apache-poi/distinfo b/textproc/apache-poi/distinfo index 3f609f00d199..730603d091ed 100644 --- a/textproc/apache-poi/distinfo +++ b/textproc/apache-poi/distinfo @@ -1,2 +1,2 @@ -SHA256 (poi-bin-3.10.1-20140818.tar.gz) = 9b6b7fcb5e90fe128808e5ecee97ab911676fbd419df85f660417e216ca8045c -SIZE (poi-bin-3.10.1-20140818.tar.gz) = 16653077 +SHA256 (poi-bin-3.14.tar.gz) = 4aeef6a01d966510fb9d8e07faa04d8dfa6a87234beb4cd07619f914dd1b02ec +SIZE (poi-bin-3.14.tar.gz) = 19438466 -- cgit