Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2009 12:24:14 +1100 (EST)
From:      Emil Mikulic <emikulic@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140618: [patch] update textproc/p5-Spreadsheet-ParseExcel to 0.55
Message-ID:  <20091117012414.C4CEB5C45@ppp154-240.static.internode.on.net>
Resent-Message-ID: <200911170130.nAH1U2bp055252@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140618
>Category:       ports
>Synopsis:       [patch] update textproc/p5-Spreadsheet-ParseExcel to 0.55
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 17 01:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Emil Mikulic
>Release:        
>Organization:
>Environment:
>Description:

Update to latest version of this module, all tests pass.

>How-To-Repeat:
>Fix:

diff -Nur /usr/ports/textproc/p5-Spreadsheet-ParseExcel/Makefile new/Makefile
--- /usr/ports/textproc/p5-Spreadsheet-ParseExcel/Makefile	2009-05-23 22:01:41.000000000 +1000
+++ new/Makefile	2009-11-17 12:05:23.000000000 +1100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Spreadsheet-ParseExcel
-PORTVERSION=	0.49
+PORTVERSION=	0.55
 PORTEPOCH=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
@@ -41,8 +41,7 @@
 .ifndef(NOPORTEXAMPLES)
 	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
 	@${MKDIR} ${EXAMPLESDIR}/Excel
-	@${INSTALL_DATA} ${WRKSRC}/sample/README ${WRKSRC}/sample/res* \
-		${EXAMPLESDIR}
+	@${INSTALL_DATA} ${WRKSRC}/sample/README ${EXAMPLESDIR}
 	@${INSTALL_SCRIPT} ${WRKSRC}/sample/*.pl ${EXAMPLESDIR}
 	@${INSTALL_DATA} ${WRKSRC}/sample/Excel/* ${EXAMPLESDIR}/Excel
 .endif
diff -Nur /usr/ports/textproc/p5-Spreadsheet-ParseExcel/distinfo new/distinfo
--- /usr/ports/textproc/p5-Spreadsheet-ParseExcel/distinfo	2009-05-23 22:01:41.000000000 +1000
+++ new/distinfo	2009-11-17 11:50:34.000000000 +1100
@@ -1,3 +1,3 @@
-MD5 (Spreadsheet-ParseExcel-0.49.tar.gz) = abc0f400d58b61f46c30a2f46db0ea46
-SHA256 (Spreadsheet-ParseExcel-0.49.tar.gz) = 963235cfee91607f97a2513a5d01d1b2dcd379c3d90530970f776c6b142fcbdd
-SIZE (Spreadsheet-ParseExcel-0.49.tar.gz) = 117123
+MD5 (Spreadsheet-ParseExcel-0.55.tar.gz) = 6c88512797bfa7f4065992e5c6369956
+SHA256 (Spreadsheet-ParseExcel-0.55.tar.gz) = d3d47ba6ded09bda5d5bb87ea00772dd16508bd576dc3f84c768c82844ba0bcd
+SIZE (Spreadsheet-ParseExcel-0.55.tar.gz) = 161813
diff -Nur /usr/ports/textproc/p5-Spreadsheet-ParseExcel/pkg-plist new/pkg-plist
--- /usr/ports/textproc/p5-Spreadsheet-ParseExcel/pkg-plist	2009-05-23 22:01:41.000000000 +1000
+++ new/pkg-plist	2009-11-17 12:04:42.000000000 +1100
@@ -18,7 +18,6 @@
 @dirrmtry %%SITE_PERL%%/Spreadsheet
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Excel/AuthorK.xls
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Excel/AuthorK95.xls
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Excel/Dates.xls
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Excel/FmtTest.xls
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Excel/Rich.xls
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Excel/Test1904.xls
@@ -27,7 +26,6 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Excel/Test95J.xls
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Excel/Test97.xls
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Excel/Test97J.xls
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Excel/gives-warnings.xls
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Excel/oem.xls
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Ilya.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
@@ -43,18 +41,10 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iftest.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iftestj.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/parse.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/res_fmt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/res_iftest.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/res_info
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/res_oem
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/res_rich
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/res_sample
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/res_samplej
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleOEM.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample_j.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smpFile.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/warning.pl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xls2csv.pl
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/Excel
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



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