From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 14 20:30:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A99D095E for ; Wed, 14 Aug 2013 20:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 887D224B0 for ; Wed, 14 Aug 2013 20:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EKU3i9090436 for ; Wed, 14 Aug 2013 20:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7EKU3l0090435; Wed, 14 Aug 2013 20:30:03 GMT (envelope-from gnats) Resent-Date: Wed, 14 Aug 2013 20:30:03 GMT Resent-Message-Id: <201308142030.r7EKU3l0090435@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pedro Giffuni Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 621887CC for ; Wed, 14 Aug 2013 20:21:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 50D212433 for ; Wed, 14 Aug 2013 20:21:00 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7EKKxm6038411 for ; Wed, 14 Aug 2013 20:20:59 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7EKKxvP038393; Wed, 14 Aug 2013 20:20:59 GMT (envelope-from nobody) Message-Id: <201308142020.r7EKKxvP038393@oldred.freebsd.org> Date: Wed, 14 Aug 2013 20:20:59 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181308: Update textproc/jakarta-poi to version 3.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 20:30:03 -0000 >Number: 181308 >Category: ports >Synopsis: Update textproc/jakarta-poi to version 3.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Aug 14 20:30:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 9.2-PRERELEASE >Organization: >Environment: FreeBSD pcbsd-1465 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #3 r254149M: Fri Aug 9 12:11:24 COT 2013 pfg@pcbsd-1465:/usr/src/sys/amd64/compile/DELL amd64 >Description: jakarata-poi has become apache-poi nowadays. The old version we supported was not building anymore and updating this is a pre-requisite for updating the jasperreports port. Install more components while here. >How-To-Repeat: >Fix: After applying the patch I would recommend renaming the directory to apache-poi or perhaps just poi. Patch attached with submission follows: Index: jakarta-poi/Makefile =================================================================== --- jakarta-poi/Makefile (revision 324742) +++ jakarta-poi/Makefile (working copy) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= poi -PORTVERSION= 2.5.1 -PORTREVISION= 2 +PORTVERSION= 3.9 CATEGORIES= textproc devel java -MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} +MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= ${PORTNAME:S,-,/,}/release/src -PKGNAMEPREFIX= jakarta- -DISTNAME= ${PORTNAME}-src-${PORTVERSION}-final-20040804 +PKGNAMEPREFIX= apache- +DISTNAME= ${PORTNAME}-src-${PORTVERSION}-20121203 MAINTAINER= toha@toha.org.ua COMMENT= Java API To Access Microsoft Format Files @@ -18,7 +17,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DSTAMP= `date +%Y%m%d` @@ -28,16 +27,25 @@ PORTDOCS= * .endif ALL_TARGET= jar -JARFILE= ${PORTNAME}-${PORTVERSION}-final-${DSTAMP}.jar +JARFILE= ${PORTNAME}-${PORTVERSION}-${DSTAMP}.jar DESTJARFILE= ${PORTNAME}.jar +JARNAMES= examples excelant scratchpad ooxml ooxml-schemas PLIST_FILES= %%JAVAJARDIR%%/${DESTJARFILE} +.for i in ${JARNAMES} +PLIST_FILES+=%%JAVAJARDIR%%/${PORTNAME}-${i}.jar +.endfor + do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${DESTJARFILE}..." @${INSTALL_DATA} ${WRKSRC}/build/dist/${JARFILE} ${JAVAJARDIR}/${DESTJARFILE} @${ECHO_MSG} " [ DONE ]" - +.for i in ${JARNAMES} + @${ECHO_MSG} -n ">> Installing JAR for ${i} ..." + @${INSTALL_DATA} ${WRKSRC}/build/dist/${PORTNAME}-${i}-${PORTVERSION}-${DSTAMP}.jar ${JAVAJARDIR}/${PORTNAME}-${i}.jar + @${ECHO_MSG} " [ DONE ]" +.endfor .if !defined(NOPORTDOCS) @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." @cd ${WRKSRC}/docs/apidocs \ Index: jakarta-poi/distinfo =================================================================== --- jakarta-poi/distinfo (revision 324742) +++ jakarta-poi/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (poi-src-2.5.1-final-20040804.tar.gz) = 783c6c36b9762aafd3386adcfbe71ad46aaa14d9fe20545c4a60eb591cfe0cc1 -SIZE (poi-src-2.5.1-final-20040804.tar.gz) = 6870414 +SHA256 (poi-src-3.9-20121203.tar.gz) = 15f948546525a73438ef6544e8ba006813b79a4a7e8529582c99e3926c238ead +SIZE (poi-src-3.9-20121203.tar.gz) = 48227396 Index: jakarta-poi/pkg-descr =================================================================== --- jakarta-poi/pkg-descr (revision 324742) +++ jakarta-poi/pkg-descr (working copy) @@ -5,4 +5,4 @@ Word Excel solution. However, we have a complete API for porting other OLE 2 Compound Document formats and welcome others to participate. -WWW: http://jakarta.apache.org/poi/ +WWW: http://poi.apache.org/ >Release-Note: >Audit-Trail: >Unformatted: