diff options
author | skv <skv@FreeBSD.org> | 2005-04-25 18:03:47 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-04-25 18:03:47 +0800 |
commit | 28d463fe9b1769c26f0f26eb3b27a3423e64ed90 (patch) | |
tree | e71103ca2dbec729c9706a06642c4144156454ed | |
parent | 75679d2d7b7268e07b5979d102a56ecaf8b91a95 (diff) | |
download | freebsd-ports-graphics-28d463fe9b1769c26f0f26eb3b27a3423e64ed90.tar.gz freebsd-ports-graphics-28d463fe9b1769c26f0f26eb3b27a3423e64ed90.tar.zst freebsd-ports-graphics-28d463fe9b1769c26f0f26eb3b27a3423e64ed90.zip |
Update to 2.13
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/pkg-plist | 1 |
3 files changed, 5 insertions, 7 deletions
diff --git a/textproc/p5-Spreadsheet-WriteExcel/Makefile b/textproc/p5-Spreadsheet-WriteExcel/Makefile index 166f2bd0541..42abc14fb26 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/Makefile +++ b/textproc/p5-Spreadsheet-WriteExcel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Spreadsheet-WriteExcel -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Spreadsheet @@ -18,6 +18,7 @@ COMMENT= Write to a cross-platform Excel binary file BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \ ${SITE_PERL}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite \ ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ + ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip RUN_DEPENDS= ${BUILD_DEPENDS} @@ -38,10 +39,6 @@ MAN3= Spreadsheet::WriteExcel.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif - post-patch: @${FIND} ${WRKSRC} -name "*.p[lm]"| \ ${XARGS} ${PERL} -pi -e 's/\x0D(?=\x0A)//g' diff --git a/textproc/p5-Spreadsheet-WriteExcel/distinfo b/textproc/p5-Spreadsheet-WriteExcel/distinfo index ef78f845e13..2e14cf973f0 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/distinfo +++ b/textproc/p5-Spreadsheet-WriteExcel/distinfo @@ -1,2 +1,2 @@ -MD5 (Spreadsheet-WriteExcel-2.12.tar.gz) = 2a36f470641f28076f7a56a54c098cf1 -SIZE (Spreadsheet-WriteExcel-2.12.tar.gz) = 449424 +MD5 (Spreadsheet-WriteExcel-2.13.tar.gz) = 9b4b058b3b79d33c073b0ec025a509cc +SIZE (Spreadsheet-WriteExcel-2.13.tar.gz) = 461004 diff --git a/textproc/p5-Spreadsheet-WriteExcel/pkg-plist b/textproc/p5-Spreadsheet-WriteExcel/pkg-plist index c4c092e3271..b6d532d1f39 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/pkg-plist +++ b/textproc/p5-Spreadsheet-WriteExcel/pkg-plist @@ -62,6 +62,7 @@ bin/chartex %%PORTDOCS%%%%EXAMPLESDIR%%/formats.pl %%PORTDOCS%%%%EXAMPLESDIR%%/function_locale.pl %%PORTDOCS%%%%EXAMPLESDIR%%/headers.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/hide_sheet.pl %%PORTDOCS%%%%EXAMPLESDIR%%/hyperlink1.pl %%PORTDOCS%%%%EXAMPLESDIR%%/hyperlink2.pl %%PORTDOCS%%%%EXAMPLESDIR%%/images.pl |