diff options
author | az <az@FreeBSD.org> | 2010-09-25 23:27:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2010-09-25 23:27:08 +0800 |
commit | 8cdd58f148283edea673b9a9c3e4cbff66b5f258 (patch) | |
tree | b1f05ddca3cf997046110e88608740853aa13f6c /textproc | |
parent | dd1eb2a550209ed6f99a075e203e14b214a060eb (diff) | |
download | freebsd-ports-gnome-8cdd58f148283edea673b9a9c3e4cbff66b5f258.tar.gz freebsd-ports-gnome-8cdd58f148283edea673b9a9c3e4cbff66b5f258.tar.zst freebsd-ports-gnome-8cdd58f148283edea673b9a9c3e4cbff66b5f258.zip |
Update to 1.116:
- BUILD_DEPENDS updated to show minimum version requirements for p5-Text-Aligner
(was updated by vendor to 0.05).
- WWW link added to pkg-descr
Changes: http://search.cpan.org/dist/Text-Table/Changes
PR: ports/150268
Submitted by: Frederic Culot <frederic@culot.org>
Approved by: miwi@ (maintainer via timeout)
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/ |