diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-26 02:06:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-26 02:06:33 +0800 |
commit | 207b5e410e57da8ee0d29083dfb35a5e34e51bb8 (patch) | |
tree | 318f56f2bae84e1f7adf560a29331b0b4d1408f7 /textproc | |
parent | 7fe71f00f95ac689daf9cc3dbde419cedeb1c910 (diff) | |
download | freebsd-ports-gnome-207b5e410e57da8ee0d29083dfb35a5e34e51bb8.tar.gz freebsd-ports-gnome-207b5e410e57da8ee0d29083dfb35a5e34e51bb8.tar.zst freebsd-ports-gnome-207b5e410e57da8ee0d29083dfb35a5e34e51bb8.zip |
Update to 2.04
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Text-SimpleTable/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-SimpleTable/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Text-SimpleTable/distinfo | 5 | ||||
-rw-r--r-- | textproc/p5-Text-SimpleTable/pkg-plist | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/textproc/p5-Text-SimpleTable/Makefile b/textproc/p5-Text-SimpleTable/Makefile index 4b870de9800c..050bca1e9bac 100644 --- a/textproc/p5-Text-SimpleTable/Makefile +++ b/textproc/p5-Text-SimpleTable/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Text-SimpleTable -PORTVERSION= 2.03 -PORTREVISION= 1 +PORTVERSION= 2.04 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple Eyecandy ASCII Tables +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-SimpleTable/distinfo b/textproc/p5-Text-SimpleTable/distinfo index e1904bec9c3f..d0d7968105a6 100644 --- a/textproc/p5-Text-SimpleTable/distinfo +++ b/textproc/p5-Text-SimpleTable/distinfo @@ -1,2 +1,3 @@ -SHA256 (Text-SimpleTable-2.03.tar.gz) = da7def855fef7db6f54bfbffe6c4dd2d774a73313a88e9e5dac1652e93cf1796 -SIZE (Text-SimpleTable-2.03.tar.gz) = 7937 +TIMESTAMP = 1521998671 +SHA256 (Text-SimpleTable-2.04.tar.gz) = 8d82f3140b1453b962956b7855ba288d435e7f656c3c40ced4e3e8e359ab5293 +SIZE (Text-SimpleTable-2.04.tar.gz) = 9408 diff --git a/textproc/p5-Text-SimpleTable/pkg-plist b/textproc/p5-Text-SimpleTable/pkg-plist index dbab1cdf94be..45dee2695fbe 100644 --- a/textproc/p5-Text-SimpleTable/pkg-plist +++ b/textproc/p5-Text-SimpleTable/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Text::SimpleTable.3.gz %%SITE_PERL%%/Text/SimpleTable.pm +%%PERL5_MAN3%%/Text::SimpleTable.3.gz |