Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2020 15:50:28 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524044 - head/textproc/apache-poi
Message-ID:  <202001251550.00PFoSew072334@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Sat Jan 25 15:50:27 2020
New Revision: 524044
URL: https://svnweb.freebsd.org/changeset/ports/524044

Log:
  textproc/apache-poi: update to version 4.1.1
  
  Approved by:	thierry (mentor)

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

Modified: head/textproc/apache-poi/Makefile
==============================================================================
--- head/textproc/apache-poi/Makefile	Sat Jan 25 15:44:20 2020	(r524043)
+++ head/textproc/apache-poi/Makefile	Sat Jan 25 15:50:27 2020	(r524044)
@@ -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

Modified: head/textproc/apache-poi/distinfo
==============================================================================
--- head/textproc/apache-poi/distinfo	Sat Jan 25 15:44:20 2020	(r524043)
+++ head/textproc/apache-poi/distinfo	Sat Jan 25 15:50:27 2020	(r524044)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001251550.00PFoSew072334>