diff options
author | skv <skv@FreeBSD.org> | 2003-06-19 15:31:18 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-06-19 15:31:18 +0800 |
commit | 378ea8281eb569a8a61cd2f086a283573602c3a8 (patch) | |
tree | 3741978034ee5ddc4abc421aa87432f62c25f2cf /textproc | |
parent | cc7cc1b86e1fa5606a58e6b651c1cbfc9254e653 (diff) | |
download | freebsd-ports-gnome-378ea8281eb569a8a61cd2f086a283573602c3a8.tar.gz freebsd-ports-gnome-378ea8281eb569a8a61cd2f086a283573602c3a8.tar.zst freebsd-ports-gnome-378ea8281eb569a8a61cd2f086a283573602c3a8.zip |
Updated to 0.41
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/pkg-plist | 1 |
3 files changed, 7 insertions, 3 deletions
diff --git a/textproc/p5-Spreadsheet-WriteExcel/Makefile b/textproc/p5-Spreadsheet-WriteExcel/Makefile index 8dbca995d229..31ad54652291 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/Makefile +++ b/textproc/p5-Spreadsheet-WriteExcel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Spreadsheet-WriteExcel -PORTVERSION= 0.40 +PORTVERSION= 0.41 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Spreadsheet @@ -33,7 +33,6 @@ MAN3= Spreadsheet::WriteExcel.3 \ Spreadsheet::WriteExcel::Workbook.3 \ Spreadsheet::WriteExcel::WorkbookBig.3 \ Spreadsheet::WriteExcel::Worksheet.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.pre.mk> @@ -41,6 +40,10 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} 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' + pre-configure: @${MV} ${WRKSRC}/WriteExcel/doc ${WRKSRC} @${MV} ${WRKSRC}/WriteExcel/examples ${WRKSRC} diff --git a/textproc/p5-Spreadsheet-WriteExcel/distinfo b/textproc/p5-Spreadsheet-WriteExcel/distinfo index 77ac6407ec97..2c15323f7789 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/distinfo +++ b/textproc/p5-Spreadsheet-WriteExcel/distinfo @@ -1 +1 @@ -MD5 (Spreadsheet-WriteExcel-0.40.tar.gz) = d0e061b1bed579250c5f3bd90af3a535 +MD5 (Spreadsheet-WriteExcel-0.41.tar.gz) = f520c90c073fcbaa566853ef576b55ef diff --git a/textproc/p5-Spreadsheet-WriteExcel/pkg-plist b/textproc/p5-Spreadsheet-WriteExcel/pkg-plist index 768cf9d22e34..7dd98a97cbd2 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/pkg-plist +++ b/textproc/p5-Spreadsheet-WriteExcel/pkg-plist @@ -59,6 +59,7 @@ %%PORTDOCS%%%%EXAMPLESDIR%%/merge4.pl %%PORTDOCS%%%%EXAMPLESDIR%%/merge5.pl %%PORTDOCS%%%%EXAMPLESDIR%%/mod_perl.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/outline.pl %%PORTDOCS%%%%EXAMPLESDIR%%/panes.pl %%PORTDOCS%%%%EXAMPLESDIR%%/protection.pl %%PORTDOCS%%%%EXAMPLESDIR%%/regions.pl |