diff options
author | lippe <lippe@FreeBSD.org> | 2008-03-18 01:14:09 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-03-18 01:14:09 +0800 |
commit | 4cdcf8e8869aab9018e6056af6e0092fe51c1dee (patch) | |
tree | af641d0f365c92575e7bf53b5366814d61671003 /textproc/p5-Excel-Template | |
parent | 491b188082916434b6f74e32781c806811082b43 (diff) | |
download | freebsd-ports-gnome-4cdcf8e8869aab9018e6056af6e0092fe51c1dee.tar.gz freebsd-ports-gnome-4cdcf8e8869aab9018e6056af6e0092fe51c1dee.tar.zst freebsd-ports-gnome-4cdcf8e8869aab9018e6056af6e0092fe51c1dee.zip |
- Update to 0.31.
- Use CPAN macro.
- Add missing dependencies.
PR: ports/120392
Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
Diffstat (limited to 'textproc/p5-Excel-Template')
-rw-r--r-- | textproc/p5-Excel-Template/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Excel-Template/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Excel-Template/pkg-plist | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/textproc/p5-Excel-Template/Makefile b/textproc/p5-Excel-Template/Makefile index b9646f7acdea..8fa99eba28d4 100644 --- a/textproc/p5-Excel-Template/Makefile +++ b/textproc/p5-Excel-Template/Makefile @@ -6,10 +6,9 @@ # PORTNAME= Excel-Template -PORTVERSION= 0.28 +PORTVERSION= 0.31 CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Excel +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= espen@tagestad.no @@ -18,7 +17,8 @@ COMMENT= Perl module for templating Excel files BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel + ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ + ${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes @@ -48,6 +48,7 @@ MAN3= Excel::Template.3 \ Excel::Template::Element::Formula.3 \ Excel::Template::Element::FreezePanes.3 \ Excel::Template::Element::Image.3 \ + Excel::Template::Element::MergeRange.3 \ Excel::Template::Element::Range.3 \ Excel::Template::Element::Var.3 \ Excel::Template::Factory.3 \ diff --git a/textproc/p5-Excel-Template/distinfo b/textproc/p5-Excel-Template/distinfo index 70967f77745f..b11cccef99e5 100644 --- a/textproc/p5-Excel-Template/distinfo +++ b/textproc/p5-Excel-Template/distinfo @@ -1,3 +1,3 @@ -MD5 (Excel-Template-0.28.tar.gz) = b3b0a112a6c9197c2abc5e146c0ec863 -SHA256 (Excel-Template-0.28.tar.gz) = 749d6d09ac3fdcb64860ffe9314acc886b9847be7dacf0d01c90de2aea15f534 -SIZE (Excel-Template-0.28.tar.gz) = 38424 +MD5 (Excel-Template-0.31.tar.gz) = dc7ad5cba7b61cd4cbfc337562cbffe0 +SHA256 (Excel-Template-0.31.tar.gz) = 98470c1e56b7722830e08b6d6744ca25e87366209f280ff63dcc01914ea694e0 +SIZE (Excel-Template-0.31.tar.gz) = 40444 diff --git a/textproc/p5-Excel-Template/pkg-plist b/textproc/p5-Excel-Template/pkg-plist index 6d5d70e04c6a..8abec2f33c9c 100644 --- a/textproc/p5-Excel-Template/pkg-plist +++ b/textproc/p5-Excel-Template/pkg-plist @@ -23,13 +23,14 @@ %%SITE_PERL%%/Excel/Template/Element/Formula.pm %%SITE_PERL%%/Excel/Template/Element/FreezePanes.pm %%SITE_PERL%%/Excel/Template/Element/Image.pm +%%SITE_PERL%%/Excel/Template/Element/MergeRange.pm %%SITE_PERL%%/Excel/Template/Element/Range.pm %%SITE_PERL%%/Excel/Template/Element/Var.pm %%SITE_PERL%%/Excel/Template/Factory.pm %%SITE_PERL%%/Excel/Template/Format.pm %%SITE_PERL%%/Excel/Template/Iterator.pm %%SITE_PERL%%/Excel/Template/TextObject.pm -@dirrm %%SITE_PERL%%/Excel/Template/Element -@dirrm %%SITE_PERL%%/Excel/Template/Container -@dirrm %%SITE_PERL%%/Excel/Template +@dirrmtry %%SITE_PERL%%/Excel/Template/Element +@dirrmtry %%SITE_PERL%%/Excel/Template/Container +@dirrmtry %%SITE_PERL%%/Excel/Template @dirrmtry %%SITE_PERL%%/Excel |