diff options
author | Andrej Zverev <az@FreeBSD.org> | 2010-09-25 15:27:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2010-09-25 15:27:08 +0000 |
commit | edc03efbe065ae972b1446ec5b1138f6a0c50d41 (patch) | |
tree | f98888457ee57d44a6ef55ebde1d15720b0a9e92 /textproc | |
parent | cd40b78bb68bf6254fe68107c37dbd40759960ed (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Table/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Table/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Table/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/textproc/p5-Text-Table/Makefile b/textproc/p5-Text-Table/Makefile index 270bfe3987ea..9e9cb266838c 100644 --- a/textproc/p5-Text-Table/Makefile +++ b/textproc/p5-Text-Table/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Table -PORTVERSION= 1.114 +PORTVERSION= 1.116 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Organize Data in Tables -BUILD_DEPENDS= ${SITE_PERL}/Text/Aligner.pm:${PORTSDIR}/textproc/p5-Text-Aligner +BUILD_DEPENDS= p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-Text-Table/distinfo b/textproc/p5-Text-Table/distinfo index 0df2a5424002..07df8ad812d5 100644 --- a/textproc/p5-Text-Table/distinfo +++ b/textproc/p5-Text-Table/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Table-1.114.tar.gz) = ae0d69a743bc52a169dea6a07c301e06 -SHA256 (Text-Table-1.114.tar.gz) = f5d6fbaeb8b63eaf7eef8257079e2e50a63a064b01db35a0f210257ab677d762 -SIZE (Text-Table-1.114.tar.gz) = 29437 +MD5 (Text-Table-1.116.tar.gz) = 9f02e30e22b1486a86c4454291b97ef7 +SHA256 (Text-Table-1.116.tar.gz) = 600fd936a249fd98101ebe2aa81409cd509f3f8e72795aa17bdb9c345850cbf1 +SIZE (Text-Table-1.116.tar.gz) = 29800 diff --git a/textproc/p5-Text-Table/pkg-descr b/textproc/p5-Text-Table/pkg-descr index 120c6b184133..e346dde71415 100644 --- a/textproc/p5-Text-Table/pkg-descr +++ b/textproc/p5-Text-Table/pkg-descr @@ -5,3 +5,5 @@ titles aligned with the data columns are not trivial, and the one-shot solutions one comes up with tend to be particularly hard to maintain. Text::Table allows you to create and maintain tables that adapt to alignment requirements as you use them. + +WWW: http://search.cpan.org/dist/Text-Table/ |