pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Text-Xslate



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Dec  1 12:08:13 UTC 2017

Modified Files:
        pkgsrc/textproc/p5-Text-Xslate: Makefile distinfo

Log Message:
Update to 3.5.1

Upstream changes:
v3.5.1 2017-11-30T16:09:33Z
    - Fix packaging issue; explicitly declare version for Text::Xslate::Engine

v3.5.0 2017-11-30T15:57:50Z
    - Migrate to using minil (#179)
    - Improve perl 5.8 support (#182)
    - Use version->declare() to declare $VERSION (#182)
    - Make `prove -br t` work with dot-not-in-INC perls (#184)
    - Run tests against both XS and pureperl (#185)
    - Fix typo (anirvan #181)


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/p5-Text-Xslate/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/p5-Text-Xslate/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-Text-Xslate/Makefile
diff -u pkgsrc/textproc/p5-Text-Xslate/Makefile:1.28 pkgsrc/textproc/p5-Text-Xslate/Makefile:1.29
--- pkgsrc/textproc/p5-Text-Xslate/Makefile:1.28        Wed Aug 23 17:54:53 2017
+++ pkgsrc/textproc/p5-Text-Xslate/Makefile     Fri Dec  1 12:08:13 2017
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2017/08/23 17:54:53 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2017/12/01 12:08:13 wen Exp $
 
-DISTNAME=      Text-Xslate-3.4.0
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+DISTNAME=      Text-Xslate-v3.5.1
+PKGNAME=       p5-${DISTNAME:S/v//}
 CATEGORIES=    textproc
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SY/SYOHEX/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SK/SKAJI/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Text-Xslate/
@@ -15,7 +14,7 @@ MAKE_JOBS_SAFE=               no
 
 DEPENDS+=      p5-Data-MessagePack>=0.38:../../devel/p5-Data-MessagePack
 #DEPENDS+=     {perl>=5.10.1,p5-parent>=0.221}:../../devel/p5-parent
-DEPENDS+=      p5-Mouse>=2.4.5:../../devel/p5-Mouse
+DEPENDS+=      p5-Mouse>=2.5.0:../../devel/p5-Mouse
 DEPENDS+=      p5-Test-Requires>=0:../../devel/p5-Test-Requires
 # only for regress test
 DEPENDS+=      p5-File-Copy-Recursive>=0:../../sysutils/p5-File-Copy-Recursive
@@ -24,6 +23,8 @@ DEPENDS+=     p5-Test-LeakTrace>=0:../../dev
 PERL5_PACKLIST=        auto/Text/Xslate/.packlist
 USE_LANGUAGES= c
 
+PERL5_MODULE_TYPE=     Module::Build
+
 # XXX Kick can down the road and hope the developer fixes this issue.
 MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 

Index: pkgsrc/textproc/p5-Text-Xslate/distinfo
diff -u pkgsrc/textproc/p5-Text-Xslate/distinfo:1.17 pkgsrc/textproc/p5-Text-Xslate/distinfo:1.18
--- pkgsrc/textproc/p5-Text-Xslate/distinfo:1.17        Tue Jan 24 01:48:25 2017
+++ pkgsrc/textproc/p5-Text-Xslate/distinfo     Fri Dec  1 12:08:13 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2017/01/24 01:48:25 wen Exp $
+$NetBSD: distinfo,v 1.18 2017/12/01 12:08:13 wen Exp $
 
-SHA1 (Text-Xslate-3.4.0.tar.gz) = 5d6c60c09651dda855975b9db94211abf1d76fd8
-RMD160 (Text-Xslate-3.4.0.tar.gz) = e7c14adde81280991584bc0230911df8dff00089
-SHA512 (Text-Xslate-3.4.0.tar.gz) = f8770cdf0b41f672bee11bed8150f1e3927a09810a09a0ea5f0b94c454f705af0fee98a2bbe151800117476141e08611638d3ee07e82a7868562c4a0ee2f15b3
-Size (Text-Xslate-3.4.0.tar.gz) = 228885 bytes
+SHA1 (Text-Xslate-v3.5.1.tar.gz) = eb2bf697189e43f03d04b486f5e970af82cc2e78
+RMD160 (Text-Xslate-v3.5.1.tar.gz) = c53149fb5d161798bad0e2fd5098c67de8099c93
+SHA512 (Text-Xslate-v3.5.1.tar.gz) = f25cab75e1a1612d9fdca2920413d8a62e5555b1258ae701e0b6ec90e55b89c0acb6a49c1b56f3aff38ac8cc80cf047e2f4d05c61a6d17e21bb943ff0b13e093
+Size (Text-Xslate-v3.5.1.tar.gz) = 215705 bytes



Home | Main Index | Thread Index | Old Index