ports/69775: [PATCH] textproc/p5-Spreadsheet-WriteExcel: update to 2.03

Lars Thegler lth at FreeBSD.org
Thu Jul 29 22:10:20 UTC 2004


>Number:         69775
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Spreadsheet-WriteExcel: update to 2.03
>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:   Thu Jul 29 22:10:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.10-BETA i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.10-BETA FreeBSD 4.10-BETA #3: Mon Apr 12 17:02:50 CEST 2004
>Description:
- Update to 2.03

Port maintainer (skv at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- p5-Spreadsheet-WriteExcel-2.03.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Spreadsheet-WriteExcel/Makefile,v
retrieving revision 1.18
diff -u -u -r1.18 Makefile
--- Makefile	24 May 2004 10:28:46 -0000	1.18
+++ Makefile	29 Jul 2004 22:00:58 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Spreadsheet-WriteExcel
-PORTVERSION=	0.43
+PORTVERSION=	2.03
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Spreadsheet
@@ -44,11 +44,11 @@
 	@${FIND} ${WRKSRC} -name "*.p[lm]"| \
 	${XARGS} ${PERL} -pi -e 's/\x0D(?=\x0A)//g'
 
-pre-configure:
-	@${MV} ${WRKSRC}/WriteExcel/doc	${WRKSRC}
-	@${MV} ${WRKSRC}/WriteExcel/examples	${WRKSRC}
-	@${PERL} -pi -e 's:WriteExcel/(doc|examples):\1:g' \
-		${WRKSRC}/MANIFEST
+.if ${PERL_LEVEL} <= 500503
+post-configure:
+# dirty hack to deceive irritable pod2man
+	@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
+.endif
 
 post-install:
 .ifndef(NOPORTDOCS)
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Spreadsheet-WriteExcel/distinfo,v
retrieving revision 1.14
diff -u -u -r1.14 distinfo
--- distinfo	24 May 2004 10:28:46 -0000	1.14
+++ distinfo	29 Jul 2004 22:00:58 -0000
@@ -1,2 +1,2 @@
-MD5 (Spreadsheet-WriteExcel-0.43.tar.gz) = f48b3182994f4aa9bc12f20ea4b0e1a1
-SIZE (Spreadsheet-WriteExcel-0.43.tar.gz) = 408255
+MD5 (Spreadsheet-WriteExcel-2.03.tar.gz) = 455bed8294e614d003d9d422729d31b1
+SIZE (Spreadsheet-WriteExcel-2.03.tar.gz) = 418304
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Spreadsheet-WriteExcel/pkg-plist,v
retrieving revision 1.11
diff -u -u -r1.11 pkg-plist
--- pkg-plist	24 May 2004 10:28:46 -0000	1.11
+++ pkg-plist	29 Jul 2004 22:00:58 -0000
@@ -37,13 +37,13 @@
 %%PORTDOCS%%%%EXAMPLESDIR%%/cgi.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/chess.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/colors.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/comments.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/convertA1.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/copyformat.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/csv2xls.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/datecalc1.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/datecalc2.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/demo.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/diag_border.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/easter_egg.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/filehandle.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/formats.pl
@@ -52,14 +52,15 @@
 %%PORTDOCS%%%%EXAMPLESDIR%%/hyperlink1.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/hyperlink2.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/images.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/indent.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/lecxe.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/long_string.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/merge1.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/merge2.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/merge3.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/merge4.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/merge5.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/mod_perl.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/mod_perl1.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/mod_perl2.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/outline.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/panes.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/protection.pl
@@ -74,6 +75,9 @@
 %%PORTDOCS%%%%EXAMPLESDIR%%/stocks.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/tab2xls.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/textwrap.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_japan.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_list.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/win32ole.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/writeA1.pl
 %%PORTDOCS%%%%EXAMPLESDIR%%/write_arrays.pl
--- p5-Spreadsheet-WriteExcel-2.03.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list