diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-04-25 10:03:47 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-04-25 10:03:47 +0000 |
commit | 81b781cd04c1501b17245ebb495cd4f88d56da78 (patch) | |
tree | fe999fa5cf256534a25953d304c4ebae660a8903 /textproc | |
parent | 9f947d5e016122194c6519c891bedb2d7379dea6 (diff) |
Notes
Diffstat (limited to 'textproc')
-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 166f2bd0541c..42abc14fb26b 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 ef78f845e13c..2e14cf973f09 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 c4c092e32713..b6d532d1f39d 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 |