Thu Sep 28 04:19:23 2017 UTC ()
p5-Text-Hunspell: update to 2.14.

2.14    2016/01/14 08:36:00 Europe/Oslo (cosimo)

        No functional changes. Now Text::Hunspell depends on Alien::Hunspell
        version 0.04. Should finally compile nicely on Win32 platform.

2.13    2016/01/11 10:59:00 Europe/Oslo (cosimo)

        Win32 build support added (Graham Ollis, @plicease).
        This should make Text::Hunspell build correctly on Windows. \o/

        *** If you're using Win32, make sure you use a recent version of
        Alien::Base (>= 0.024) and/or Alien::Hunspell (soon-to-be 0.04)

2.12    2015/12/18 10:35:00 Europe/Oslo (cosimo)

        Replaced ExtUtils::PkgConfig with Alien::Hunspell. This should allow
        Text::Hunspell to build on non-pkgconfig-enabled systems, even though
        I'm not sure how reliably it works. Will have to evaluate from CPAN
        testers results. Thanks to Alien* expert Graham Ollis for this
        contribution.


(wiz)
diff -r1.6 -r1.7 pkgsrc/textproc/p5-Text-Hunspell/Makefile
diff -r1.4 -r1.5 pkgsrc/textproc/p5-Text-Hunspell/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/textproc/p5-Text-Hunspell/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-Hunspell/Makefile 2017/06/05 14:24:50 1.6
+++ pkgsrc/textproc/p5-Text-Hunspell/Makefile 2017/09/28 04:19:23 1.7
@@ -1,22 +1,21 @@ @@ -1,22 +1,21 @@
1# $NetBSD: Makefile,v 1.6 2017/06/05 14:24:50 ryoon Exp $ 1# $NetBSD: Makefile,v 1.7 2017/09/28 04:19:23 wiz Exp $
2 2
3DISTNAME= Text-Hunspell-2.11 3DISTNAME= Text-Hunspell-2.14
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 3 
6CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Text-Hunspell 9HOMEPAGE= http://search.cpan.org/dist/Text-Hunspell
11COMMENT= Perl module to interface with GNU Hunspell 10COMMENT= Perl module to interface with GNU Hunspell
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14BUILD_DEPENDS+= p5-ExtUtils-PkgConfig-[0-9]*:../../devel/p5-ExtUtils-PkgConfig 13BUILD_DEPENDS+= p5-Alien-Hunspell-[0-9]*:../../textproc/p5-Alien-Hunspell
15 14
16USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
17 16
18PERL5_PACKLIST= auto/Text/Hunspell/.packlist 17PERL5_PACKLIST= auto/Text/Hunspell/.packlist
19 18
20.include "../../lang/perl5/module.mk" 19.include "../../lang/perl5/module.mk"
21.include "../../textproc/hunspell/buildlink3.mk" 20.include "../../textproc/hunspell/buildlink3.mk"
22.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/textproc/p5-Text-Hunspell/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-Hunspell/distinfo 2015/11/04 01:59:51 1.4
+++ pkgsrc/textproc/p5-Text-Hunspell/distinfo 2017/09/28 04:19:23 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2015/11/04 01:59:51 agc Exp $ 1$NetBSD: distinfo,v 1.5 2017/09/28 04:19:23 wiz Exp $
2 2
3SHA1 (Text-Hunspell-2.11.tar.gz) = c59a0941635fec5defb2bd6221360ccf7b63681f 3SHA1 (Text-Hunspell-2.14.tar.gz) = ae2f34baec365a62a20a054d8554f83fe6bed838
4RMD160 (Text-Hunspell-2.11.tar.gz) = e626ba757c489d332ee489afb116e7e9360ff297 4RMD160 (Text-Hunspell-2.14.tar.gz) = fb9c8e665471354a1290aa8879ce938054258d8b
5SHA512 (Text-Hunspell-2.11.tar.gz) = 886a0cad85c1955d776ac58aa73b000d250176f3204bd9528a32b62188b2224e0303a2581f0b11659ac151fde6a346093c5d532ebf55d518299b9ffeaabebb72 5SHA512 (Text-Hunspell-2.14.tar.gz) = 927d9e12fd5998dd4999b9b4f3bbc63d0200e7ed021995b27504d1d799363eb598354933adaeb45cb28c02ee7dc655f3948368f8577d08386fb0e8637c349054
6Size (Text-Hunspell-2.11.tar.gz) = 19074 bytes 6Size (Text-Hunspell-2.14.tar.gz) = 281296 bytes