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:   wiz
Date:           Mon Sep  7 15:17:58 UTC 2020

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

Log Message:
p5-Text-Xslate: update to 3.5.8.

v3.5.8 2020-06-01T15:17:51Z
    - Fix "Argument list too long" in test (greeneg #202, #203, #204)


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/textproc/p5-Text-Xslate/Makefile
cvs rdiff -u -r1.23 -r1.24 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.40 pkgsrc/textproc/p5-Text-Xslate/Makefile:1.41
--- pkgsrc/textproc/p5-Text-Xslate/Makefile:1.40        Mon Aug 31 18:12:06 2020
+++ pkgsrc/textproc/p5-Text-Xslate/Makefile     Mon Sep  7 15:17:57 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2020/08/31 18:12:06 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2020/09/07 15:17:57 wiz Exp $
 
-DISTNAME=      Text-Xslate-v3.5.7
+DISTNAME=      Text-Xslate-v3.5.8
 PKGNAME=       p5-${DISTNAME:S/-v/-/}
-PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SK/SKAJI/}
 
@@ -11,25 +10,16 @@ HOMEPAGE=   https://metacpan.org/release/T
 COMMENT=       Scalable template engine for Perl5
 LICENSE=       ${PERL5_LICENSE}
 
-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.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
-DEPENDS+=      p5-Test-LeakTrace>=0:../../devel/p5-Test-LeakTrace
-DEPENDS+=      p5-Module-Build-XSUtil-[0-9]*:../../devel/p5-Module-Build-XSUtil
 
-PERL5_PACKLIST=                auto/Text/Xslate/.packlist
-PERL5_MODULE_TYPE=     Module::Build
-USE_LANGUAGES=         c
+TEST_DEPENDS+= p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
+TEST_DEPENDS+= p5-Module-Build-XSUtil-[0-9]*:../../devel/p5-Module-Build-XSUtil
+TEST_DEPENDS+= p5-Test-Requires>=0:../../devel/p5-Test-Requires
+TEST_DEPENDS+= p5-Test-LeakTrace>=0:../../devel/p5-Test-LeakTrace
 
+PERL5_PACKLIST=                auto/Text/Xslate/.packlist
 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
-
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/p5-Text-Xslate/distinfo
diff -u pkgsrc/textproc/p5-Text-Xslate/distinfo:1.23 pkgsrc/textproc/p5-Text-Xslate/distinfo:1.24
--- pkgsrc/textproc/p5-Text-Xslate/distinfo:1.23        Wed Jan  8 13:55:32 2020
+++ pkgsrc/textproc/p5-Text-Xslate/distinfo     Mon Sep  7 15:17:57 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2020/01/08 13:55:32 wen Exp $
+$NetBSD: distinfo,v 1.24 2020/09/07 15:17:57 wiz Exp $
 
-SHA1 (Text-Xslate-v3.5.7.tar.gz) = e59d1c9b3b092879afa068fff71bc54d86227280
-RMD160 (Text-Xslate-v3.5.7.tar.gz) = 1cb6aeddf932bd0340cb24b8e88698838efb0e3f
-SHA512 (Text-Xslate-v3.5.7.tar.gz) = 99e06bc0ae43bde2074f303544f2ecf594123a75b1116e063d136676d088f9067c5785be7b2ecd89ad76774c65b1f52a78002f74c9e6814b189774fa58957806
-Size (Text-Xslate-v3.5.7.tar.gz) = 216362 bytes
+SHA1 (Text-Xslate-v3.5.8.tar.gz) = 8b2a6ce6455c820c97b15148cadd994f6d6fe5ee
+RMD160 (Text-Xslate-v3.5.8.tar.gz) = 78299afba5059ad02e617e326bb09ec4541e0e95
+SHA512 (Text-Xslate-v3.5.8.tar.gz) = aace9c026cf2fde48685adc984380c8dc18afbfb25f73e3149e92b5702eeeaa220d8f6204e652a69ec43430c0ee4a499caebd47e24bf924aa853efb6eef03f8e
+Size (Text-Xslate-v3.5.8.tar.gz) = 216321 bytes



Home | Main Index | Thread Index | Old Index