Sat Feb 11 11:17:54 2017 UTC ()
Updated math/p5-Math-MatrixReal to 2.13
---------------------------------------
Changes in v2.13 - Jonathan "Duke" Leto
September 2015
--------------------------
    * Fix bug where as_list() did not work correctly for non-square matrices.
      Reported by Elia Liitič¾°inen in RT #116968


(mef)
diff -r1.26 -r1.27 pkgsrc/math/p5-Math-MatrixReal/Makefile
diff -r1.7 -r1.8 pkgsrc/math/p5-Math-MatrixReal/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/math/p5-Math-MatrixReal/Makefile (expand / switch to unified diff)

--- pkgsrc/math/p5-Math-MatrixReal/Makefile 2016/06/08 19:24:02 1.26
+++ pkgsrc/math/p5-Math-MatrixReal/Makefile 2017/02/11 11:17:54 1.27
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.26 2016/06/08 19:24:02 wiz Exp $ 1# $NetBSD: Makefile,v 1.27 2017/02/11 11:17:54 mef Exp $
2 2
3DISTNAME= Math-MatrixReal-2.12 3DISTNAME= Math-MatrixReal-2.13
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= math perl5 5CATEGORIES= math perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Math-MatrixReal/ 9HOMEPAGE= http://search.cpan.org/dist/Math-MatrixReal/
11COMMENT= Perl module for performing operations on real matrices 10COMMENT= Perl module for performing operations on real matrices
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PERL5_PACKLIST= auto/Math/MatrixReal/.packlist 13PERL5_PACKLIST= auto/Math/MatrixReal/.packlist
15PERL5_MODULE_TYPE= Module::Build 14PERL5_MODULE_TYPE= Module::Build
16 15
17.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/math/p5-Math-MatrixReal/distinfo (expand / switch to unified diff)

--- pkgsrc/math/p5-Math-MatrixReal/distinfo 2016/02/14 11:55:10 1.7
+++ pkgsrc/math/p5-Math-MatrixReal/distinfo 2017/02/11 11:17:54 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2016/02/14 11:55:10 wen Exp $ 1$NetBSD: distinfo,v 1.8 2017/02/11 11:17:54 mef Exp $
2 2
3SHA1 (Math-MatrixReal-2.12.tar.gz) = 24ca9eeca5c74d82c35ca9c32498e5ec1d4988fc 3SHA1 (Math-MatrixReal-2.13.tar.gz) = 6601916ca71781e7a5cabbe4d57d9698f4fd53b9
4RMD160 (Math-MatrixReal-2.12.tar.gz) = 344ce28cac9fc9c6ee36ecc17f27f854b81f8f21 4RMD160 (Math-MatrixReal-2.13.tar.gz) = db0558294706b2f744cf4ffe671041f5bd48d168
5SHA512 (Math-MatrixReal-2.12.tar.gz) = d6a03936fb8c74c187af47aedafc9af95b4118bea1a8eda975dc93478145023647cccab479b83aa5f3c5eb69cfcc5ba6ebc6d61bdfa5c61aadf35a02744f764d 5SHA512 (Math-MatrixReal-2.13.tar.gz) = 0947ea14d0f09d0ca91b1b7c48352a8529893a98c51333b1f04cdca01cd1e6e767967d549e1d2341452d57f0e97a85272e6cd72e01fd3c8bd2224cad10c3b86f
6Size (Math-MatrixReal-2.12.tar.gz) = 82731 bytes 6Size (Math-MatrixReal-2.13.tar.gz) = 151495 bytes