diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-25 17:11:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-25 17:11:57 +0800 |
commit | f5cf93a3957facafdefaf8c1713c12195c090b1a (patch) | |
tree | fab9c8efbb93787512931ae1a2655b6c7f0caba5 /textproc | |
parent | 3631e36b84c539118dfeb325c51db6e36c358cf4 (diff) | |
download | freebsd-ports-gnome-f5cf93a3957facafdefaf8c1713c12195c090b1a.tar.gz freebsd-ports-gnome-f5cf93a3957facafdefaf8c1713c12195c090b1a.tar.zst freebsd-ports-gnome-f5cf93a3957facafdefaf8c1713c12195c090b1a.zip |
- Update to 1.20
- Fix *_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Pod-Spell/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Spell/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Pod-Spell/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/p5-Pod-Spell/Makefile b/textproc/p5-Pod-Spell/Makefile index f1f66f4273c4..1522f3118541 100644 --- a/textproc/p5-Pod-Spell/Makefile +++ b/textproc/p5-Pod-Spell/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Pod-Spell -PORTVERSION= 1.19 -PORTREVISION= 1 +PORTVERSION= 1.20 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,13 +12,15 @@ COMMENT= Formatter for spellchecking Pod LICENSE= ART20 BUILD_DEPENDS= p5-Class-Tiny>=0:devel/p5-Class-Tiny \ - p5-File-ShareDir-ProjectDistDir>=1.000:devel/p5-File-ShareDir-ProjectDistDir \ - devel/p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \ + p5-File-ShareDir>=0:devel/p5-File-ShareDir \ p5-Lingua-EN-Inflect>=0:textproc/p5-Lingua-EN-Inflect \ + p5-Path-Tiny>=0:devel/p5-Path-Tiny \ p5-Pod-Escapes>=1.01:textproc/p5-Pod-Escapes RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Pod-Spell/distinfo b/textproc/p5-Pod-Spell/distinfo index 2eaef7224586..3b4c8133cf15 100644 --- a/textproc/p5-Pod-Spell/distinfo +++ b/textproc/p5-Pod-Spell/distinfo @@ -1,2 +1,2 @@ -SHA256 (Pod-Spell-1.19.tar.gz) = 6d8bb05578dab2c62f50442802e25baecc9ae844ab40773a346aab565ba6654d -SIZE (Pod-Spell-1.19.tar.gz) = 29244 +SHA256 (Pod-Spell-1.20.tar.gz) = 6383f7bfe22bc0d839a08057a0ce780698b046184aea935be4833d94986dd03c +SIZE (Pod-Spell-1.20.tar.gz) = 31220 |