svn commit: r527151 - head/textproc/apache-poi

Pedro F. Giffuni pfg at FreeBSD.org
Wed Feb 26 05:05:25 UTC 2020


Author: pfg
Date: Wed Feb 26 05:05:24 2020
New Revision: 527151
URL: https://svnweb.freebsd.org/changeset/ports/527151

Log:
  textproc/apache-poi: Update to 4.1.2.
  
  This release features better chart support in XDDF, various rendering fixes
  in the Common SL/EMF modules and OOM fixes when handling arbitrary slide
  indexes in XSLF (+ a new dependency to SparseBitSet 1.2). Several dependencies
  were also updated to their latest versions to pick up security fixes and other
  improvements.
  
  Approved by:	thierry (mentor, implicit)

Modified:
  head/textproc/apache-poi/Makefile
  head/textproc/apache-poi/distinfo

Modified: head/textproc/apache-poi/Makefile
==============================================================================
--- head/textproc/apache-poi/Makefile	Wed Feb 26 04:58:12 2020	(r527150)
+++ head/textproc/apache-poi/Makefile	Wed Feb 26 05:05:24 2020	(r527151)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	poi
-PORTVERSION=	4.1.1
+PORTVERSION=	4.1.2
 CATEGORIES=	textproc devel java
 MASTER_SITES=	APACHE/${PORTNAME}/release/bin
 PKGNAMEPREFIX=	apache-
@@ -20,7 +20,7 @@ CPE_VENDOR=	apache
 USE_JAVA=	yes
 NO_BUILD=	yes
 NO_ARCH=	yes
-RELEASE_DATE=	20191023
+RELEASE_DATE=	20200217
 JARNAMES=	examples excelant scratchpad ooxml ooxml-schemas
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 

Modified: head/textproc/apache-poi/distinfo
==============================================================================
--- head/textproc/apache-poi/distinfo	Wed Feb 26 04:58:12 2020	(r527150)
+++ head/textproc/apache-poi/distinfo	Wed Feb 26 05:05:24 2020	(r527151)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572125535
-SHA256 (poi-bin-4.1.1-20191023.tar.gz) = 855f5cb602a1e68a11507147bb7d81eb9a6d6f7ff11535699221db068e2f290a
-SIZE (poi-bin-4.1.1-20191023.tar.gz) = 29492705
+TIMESTAMP = 1582693225
+SHA256 (poi-bin-4.1.2-20200217.tar.gz) = b869ffc376e8c5d2989bade5d415bc5843db3d0a8f17e56e242f9b520a848643
+SIZE (poi-bin-4.1.2-20200217.tar.gz) = 29846907


More information about the svn-ports-all mailing list