pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Syntax-Highlight-Engine-Kate (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c6273e2737e
branches:  trunk
changeset: 650785:9c6273e2737e
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Apr 26 14:00:06 2015 +0000

description:
(pkgsrc)
 - Add two dependencies
    DEPENDS+=       p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
    BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
(upstream)
 - Update to 0.09
--------------
0.09 2014.06.07
    - Require Test::Warn for testing.
    - Support case insensitive names. RT #84982 (Jeff Fearn)
    - Replace use of File::Slurp with Path::Tiny (Martin McGrath)
    - Spelling RT #88156 (Debian)
    - Better error message when plugin is missing RT #20873

diffstat:

 textproc/p5-Syntax-Highlight-Engine-Kate/Makefile |  8 +++++---
 textproc/p5-Syntax-Highlight-Engine-Kate/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r 3710a45b2c2c -r 9c6273e2737e textproc/p5-Syntax-Highlight-Engine-Kate/Makefile
--- a/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile Sun Apr 26 13:39:44 2015 +0000
+++ b/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile Sun Apr 26 14:00:06 2015 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2014/05/29 23:37:40 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2015/04/26 14:00:06 mef Exp $
 #
 
-DISTNAME=      Syntax-Highlight-Engine-Kate-0.08
+DISTNAME=      Syntax-Highlight-Engine-Kate-0.09
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Syntax/}
 
@@ -14,7 +13,10 @@
 
 CHECK_PORTABILITY_SKIP=        samples/highlight.sh
 
+DEPENDS+=      p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
+
 BUILD_DEPENDS+=        {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
+BUILD_DEPENDS+=        p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
 
 PERL5_PACKLIST=                auto/Syntax/Highlight/Engine/Kate/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
diff -r 3710a45b2c2c -r 9c6273e2737e textproc/p5-Syntax-Highlight-Engine-Kate/distinfo
--- a/textproc/p5-Syntax-Highlight-Engine-Kate/distinfo Sun Apr 26 13:39:44 2015 +0000
+++ b/textproc/p5-Syntax-Highlight-Engine-Kate/distinfo Sun Apr 26 14:00:06 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/03/03 00:24:52 rodent Exp $
+$NetBSD: distinfo,v 1.3 2015/04/26 14:00:06 mef Exp $
 
-SHA1 (Syntax-Highlight-Engine-Kate-0.08.tar.gz) = b0bd3f451bbc62835a2f98245602acfb7699ae76
-RMD160 (Syntax-Highlight-Engine-Kate-0.08.tar.gz) = af1ef362ea5f08f6fb29d718488e604e8a845569
-Size (Syntax-Highlight-Engine-Kate-0.08.tar.gz) = 482268 bytes
+SHA1 (Syntax-Highlight-Engine-Kate-0.09.tar.gz) = 58d9b8d2075d3373fc541888c3aceecc7051ad14
+RMD160 (Syntax-Highlight-Engine-Kate-0.09.tar.gz) = adfe987dd59a6797a1a730996b42358b7d30bce4
+Size (Syntax-Highlight-Engine-Kate-0.09.tar.gz) = 473767 bytes



Home | Main Index | Thread Index | Old Index