diff options
author | wen <wen@pkgsrc.org> | 2018-11-10 06:36:24 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-11-10 06:36:24 +0000 |
commit | 1dbd62bd7039658eab7a84d0f2a0b33db2140611 (patch) | |
tree | 6b180658083c3b45ede36f50c9ef059d6d58e746 /textproc | |
parent | da2fb36541c4aa7b0867e64c775649b1d9204cb7 (diff) | |
download | pkgsrc-1dbd62bd7039658eab7a84d0f2a0b33db2140611.tar.gz |
Update to 1.22
Update DEPENDS
Upstream changes:
1.22 1 Nov 2018
Added prerequsitie module Lingua::En::Sentence to build files
Updated main.t
1.21 31 Oct 2018
Updated main.t
1.20 31 Oct 2018
Renamed github repo to 'Readability'
Used Lingua::EN::Sentence instead of a regexp to get a more accurate sentence count
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-EN-Fathom/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Fathom/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/textproc/p5-Lingua-EN-Fathom/Makefile b/textproc/p5-Lingua-EN-Fathom/Makefile index 626d0edd7e8..f190a31e129 100644 --- a/textproc/p5-Lingua-EN-Fathom/Makefile +++ b/textproc/p5-Lingua-EN-Fathom/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2018/08/22 09:46:49 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/11/10 06:36:24 wen Exp $ -DISTNAME= Lingua-EN-Fathom-1.19 +DISTNAME= Lingua-EN-Fathom-1.22 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} @@ -11,7 +10,8 @@ HOMEPAGE= http://search.cpan.org/~kimryan/Lingua-EN-Fathom/ COMMENT= Measure readability of English text LICENSE= artistic AND gnu-gpl-v1 -DEPENDS+= p5-Lingua-EN-Syllable>=0:../../textproc/p5-Lingua-EN-Syllable +DEPENDS+= p5-Lingua-EN-Syllable>=0.28:../../textproc/p5-Lingua-EN-Syllable +DEPENDS+= p5-Lingua-EN-Sentence>=0.28:../../textproc/p5-Lingua-EN-Sentence PERL5_PACKLIST= auto/Lingua/EN/Fathom/.packlist USE_LANGUAGES= # none diff --git a/textproc/p5-Lingua-EN-Fathom/distinfo b/textproc/p5-Lingua-EN-Fathom/distinfo index 1f89948aefb..ba577c73e37 100644 --- a/textproc/p5-Lingua-EN-Fathom/distinfo +++ b/textproc/p5-Lingua-EN-Fathom/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/09/03 08:09:51 wiz Exp $ +$NetBSD: distinfo,v 1.4 2018/11/10 06:36:24 wen Exp $ -SHA1 (Lingua-EN-Fathom-1.19.tar.gz) = 86b30b8d0b8b906affe6bf888fbf42e1a2972148 -RMD160 (Lingua-EN-Fathom-1.19.tar.gz) = d51ef3550be2b994ccf06ea68bfaac018cf97eb2 -SHA512 (Lingua-EN-Fathom-1.19.tar.gz) = 0f3f65352b59a57055dcbfe6669604451be4ae784fc1b4dbeed5998ded78e0e28a4f5279c542fd551b6be714b497a51a9b2195093da47f7e341ca6a21bbd10e5 -Size (Lingua-EN-Fathom-1.19.tar.gz) = 10686 bytes +SHA1 (Lingua-EN-Fathom-1.22.tar.gz) = 7fe5028e1c1308a93ba17cd8e6aa28cf7e3c516a +RMD160 (Lingua-EN-Fathom-1.22.tar.gz) = 6b592c79a01de32b40db13e15312ec3b8817f257 +SHA512 (Lingua-EN-Fathom-1.22.tar.gz) = 46d997bc4a7621196bdfa58f52751c3eeba6b1d8d6dc913eeffaa86c80d19646fb6aea847fdc3c3d77118b6f1bd279e6915debcea4889576c97ca046a80beb7d +Size (Lingua-EN-Fathom-1.22.tar.gz) = 10976 bytes |