diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2011-04-23 07:33:50 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2011-04-23 07:33:50 +0000 |
commit | 7089c676a190c560dc78dc9c7af7220d2778f95c (patch) | |
tree | 0c5e3df99239d635d32d4f5cf5da4227e9d1aab1 /textproc/p5-Spreadsheet-ParseExcel | |
parent | db18706044ead7f7d182bf7a60f2c5c05a559830 (diff) |
Update to 0.59
Notes
Notes:
svn path=/head/; revision=273090
Diffstat (limited to 'textproc/p5-Spreadsheet-ParseExcel')
-rw-r--r-- | textproc/p5-Spreadsheet-ParseExcel/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-ParseExcel/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/p5-Spreadsheet-ParseExcel/Makefile b/textproc/p5-Spreadsheet-ParseExcel/Makefile index c04ada40b447..0a54c969044f 100644 --- a/textproc/p5-Spreadsheet-ParseExcel/Makefile +++ b/textproc/p5-Spreadsheet-ParseExcel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Spreadsheet-ParseExcel -PORTVERSION= 0.58 +PORTVERSION= 0.59 PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN @@ -15,8 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Get information from Excel file -BUILD_DEPENDS= p5-OLE-Storage_Lite>=0.19:${PORTSDIR}/devel/p5-OLE-Storage_Lite -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-OLE-Storage_Lite>=0.19:${PORTSDIR}/devel/p5-OLE-Storage_Lite \ + p5-Crypt-RC4>=0:${PORTSDIR}/security/p5-Crypt-RC4 \ + p5-Digest-Perl-MD5>=0:${PORTSDIR}/security/p5-Digest-Perl-MD5 +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -37,7 +39,6 @@ MAN3= Spreadsheet::ParseExcel.3 \ Spreadsheet::ParseExcel::Worksheet.3 post-install: - .ifndef(NOPORTEXAMPLES) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${EXAMPLESDIR}/Excel diff --git a/textproc/p5-Spreadsheet-ParseExcel/distinfo b/textproc/p5-Spreadsheet-ParseExcel/distinfo index a99aa91598b8..93f095f2335d 100644 --- a/textproc/p5-Spreadsheet-ParseExcel/distinfo +++ b/textproc/p5-Spreadsheet-ParseExcel/distinfo @@ -1,2 +1,2 @@ -SHA256 (Spreadsheet-ParseExcel-0.58.tar.gz) = 27ccdf19250440d7588f36bf3a35065d7771b0045def06c0ac6901f7dc1443c1 -SIZE (Spreadsheet-ParseExcel-0.58.tar.gz) = 169179 +SHA256 (Spreadsheet-ParseExcel-0.59.tar.gz) = bcb673937c4d53c22a943c957a4b2ceb711a6e7db4b448bdb3ae3b07c3feda58 +SIZE (Spreadsheet-ParseExcel-0.59.tar.gz) = 188131 |