diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-30 02:51:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-30 02:51:34 +0800 |
commit | 69e45eb16aa05ed64d9f37521531953b17dfb023 (patch) | |
tree | 6cc1a9c706b1f2945fc4f5bef60ee9216511f1fb /textproc | |
parent | f1a4fab2dd76ffd23758c3fa70449ca74bfe7868 (diff) | |
download | freebsd-ports-gnome-69e45eb16aa05ed64d9f37521531953b17dfb023.tar.gz freebsd-ports-gnome-69e45eb16aa05ed64d9f37521531953b17dfb023.tar.zst freebsd-ports-gnome-69e45eb16aa05ed64d9f37521531953b17dfb023.zip |
- Update to 1.132
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Text-Table/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Table/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Text-Table/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Table/pkg-plist | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/p5-Text-Table/Makefile b/textproc/p5-Text-Table/Makefile index f82f06784237..34f3b81f3e36 100644 --- a/textproc/p5-Text-Table/Makefile +++ b/textproc/p5-Text-Table/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Table -PORTVERSION= 1.131 +PORTVERSION= 1.132 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +13,10 @@ COMMENT= Organize Data in Tables LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Text-Aligner>=0.05:textproc/p5-Text-Aligner -RUN_DEPENDS= p5-Text-Aligner>=0.05:textproc/p5-Text-Aligner +BUILD_DEPENDS= p5-Text-Aligner>=0:textproc/p5-Text-Aligner +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-Table/distinfo b/textproc/p5-Text-Table/distinfo index 820327742746..de2a9029fd89 100644 --- a/textproc/p5-Text-Table/distinfo +++ b/textproc/p5-Text-Table/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1470867247 -SHA256 (Text-Table-1.131.tar.gz) = f89391dd0e9eb2c9c105d92dbee5b764f510553fe6e0840317c7e5d2cf058e15 -SIZE (Text-Table-1.131.tar.gz) = 28481 +TIMESTAMP = 1480439306 +SHA256 (Text-Table-1.132.tar.gz) = cd601742ee526a9c54b9fe0a4c051e1b09a23b75e2c97de14305218116aba516 +SIZE (Text-Table-1.132.tar.gz) = 27238 diff --git a/textproc/p5-Text-Table/pkg-plist b/textproc/p5-Text-Table/pkg-plist index e7380791ffd1..72b30dcd9e4a 100644 --- a/textproc/p5-Text-Table/pkg-plist +++ b/textproc/p5-Text-Table/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Text::Table.3.gz %%SITE_PERL%%/Text/Table.pm +%%PERL5_MAN3%%/Text::Table.3.gz |