Update to 2.10
-------------- 2.10 2015/03/26 11:24:00 Europe/Oslo (cosimo) Fixed GH#5 (http://github.com/cosimo/perl5-text-hunspell/issues/5). Should make Text::Hunspell installable without pain from CPAN and cpanminus clients. The problem was in the undeclared use of ExtUtils::PkgConfig, which needs to be known even before running the configure (Makefile.PL) step. Thanks to Pavel Shaydo for reporting the problem.
This commit is contained in:
parent
b5e5cfd3a4
commit
876cc8b561
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/12/08 09:21:03 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/04/30 05:04:05 mef Exp $
|
||||
|
||||
DISTNAME= Text-Hunspell-2.09
|
||||
DISTNAME= Text-Hunspell-2.10
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/12/08 09:21:03 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.2 2015/04/30 05:04:05 mef Exp $
|
||||
|
||||
SHA1 (Text-Hunspell-2.09.tar.gz) = c49d6a06d36d5e205106b7a46afeb10fab241dea
|
||||
RMD160 (Text-Hunspell-2.09.tar.gz) = 33c9cb93fe8161799bf86ad38ed1855a4ac88818
|
||||
Size (Text-Hunspell-2.09.tar.gz) = 18784 bytes
|
||||
SHA1 (Text-Hunspell-2.10.tar.gz) = eccf7c5e34579b6bdb278bf568a44809da08a8f6
|
||||
RMD160 (Text-Hunspell-2.10.tar.gz) = 7117622c2bc507709ea6b33cbc8471ecabaa1d74
|
||||
Size (Text-Hunspell-2.10.tar.gz) = 18937 bytes
|
||||
|
|
Loading…
Reference in a new issue