diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-09-14 10:07:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-09-14 10:07:09 +0800 |
commit | 570178edf57441b056476ea28dbe2c9405a29277 (patch) | |
tree | bb56c98a77b4fedeea236c6919d44e8dacbc30fa /textproc | |
parent | e442a2b1cc6353985b7d21aa3a4ec6aa50577fd4 (diff) | |
download | freebsd-ports-gnome-570178edf57441b056476ea28dbe2c9405a29277.tar.gz freebsd-ports-gnome-570178edf57441b056476ea28dbe2c9405a29277.tar.zst freebsd-ports-gnome-570178edf57441b056476ea28dbe2c9405a29277.zip |
- Update to 0.50
Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Excel-Writer-XLSX/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Excel-Writer-XLSX/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Excel-Writer-XLSX/pkg-plist | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/textproc/p5-Excel-Writer-XLSX/Makefile b/textproc/p5-Excel-Writer-XLSX/Makefile index f3c53dfafbea..1c635242c547 100644 --- a/textproc/p5-Excel-Writer-XLSX/Makefile +++ b/textproc/p5-Excel-Writer-XLSX/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Excel-Writer-XLSX -PORTVERSION= 0.49 +PORTVERSION= 0.50 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JMCNAMARA @@ -44,6 +44,7 @@ MAN3= Excel::Writer::XLSX.3 \ Excel::Writer::XLSX::Package::Relationships.3 \ Excel::Writer::XLSX::Package::SharedStrings.3 \ Excel::Writer::XLSX::Package::Styles.3 \ + Excel::Writer::XLSX::Package::Table.3 \ Excel::Writer::XLSX::Package::Theme.3 \ Excel::Writer::XLSX::Package::VML.3 \ Excel::Writer::XLSX::Package::XMLwriter.3 \ diff --git a/textproc/p5-Excel-Writer-XLSX/distinfo b/textproc/p5-Excel-Writer-XLSX/distinfo index dbefbeb981a4..d199350d8559 100644 --- a/textproc/p5-Excel-Writer-XLSX/distinfo +++ b/textproc/p5-Excel-Writer-XLSX/distinfo @@ -1,2 +1,2 @@ -SHA256 (Excel-Writer-XLSX-0.49.tar.gz) = 00940f6f332d0db61092d778fab68c106f08921ee72592d452b55121c1b06e8a -SIZE (Excel-Writer-XLSX-0.49.tar.gz) = 800601 +SHA256 (Excel-Writer-XLSX-0.50.tar.gz) = 48d202e973a8de273e50eaf98f6c0525150d8a989e9e7ffe308611cd9e6ef11d +SIZE (Excel-Writer-XLSX-0.50.tar.gz) = 875775 diff --git a/textproc/p5-Excel-Writer-XLSX/pkg-plist b/textproc/p5-Excel-Writer-XLSX/pkg-plist index 08faf61fb99b..efa7f3e1c74f 100644 --- a/textproc/p5-Excel-Writer-XLSX/pkg-plist +++ b/textproc/p5-Excel-Writer-XLSX/pkg-plist @@ -19,6 +19,7 @@ %%SITE_PERL%%/Excel/Writer/XLSX/Package/Relationships.pm %%SITE_PERL%%/Excel/Writer/XLSX/Package/SharedStrings.pm %%SITE_PERL%%/Excel/Writer/XLSX/Package/Styles.pm +%%SITE_PERL%%/Excel/Writer/XLSX/Package/Table.pm %%SITE_PERL%%/Excel/Writer/XLSX/Package/Theme.pm %%SITE_PERL%%/Excel/Writer/XLSX/Package/VML.pm %%SITE_PERL%%/Excel/Writer/XLSX/Package/XMLwriter.pm |