pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/p5-Math-Utils



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Aug 20 02:32:21 UTC 2018

Modified Files:
        pkgsrc/math/p5-Math-Utils: Makefile distinfo

Log Message:
Update to 1.12

Upstream changes:
1.12
        26 Jun 2018
        - Typo found by Florian Schlichting fixed.
        - Add gcd() and lcm() functions.
        - New example scripts (a couple transferred over from
          Math::Polynomial::Solve) in the new eg/ directory.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/p5-Math-Utils/Makefile \
    pkgsrc/math/p5-Math-Utils/distinfo

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

Modified files:

Index: pkgsrc/math/p5-Math-Utils/Makefile
diff -u pkgsrc/math/p5-Math-Utils/Makefile:1.1 pkgsrc/math/p5-Math-Utils/Makefile:1.2
--- pkgsrc/math/p5-Math-Utils/Makefile:1.1      Thu Aug 17 13:49:55 2017
+++ pkgsrc/math/p5-Math-Utils/Makefile  Mon Aug 20 02:32:20 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/08/17 13:49:55 wen Exp $
+# $NetBSD: Makefile,v 1.2 2018/08/20 02:32:20 wen Exp $
 
-DISTNAME=      Math-Utils-1.11
+DISTNAME=      Math-Utils-1.12
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    math perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}
Index: pkgsrc/math/p5-Math-Utils/distinfo
diff -u pkgsrc/math/p5-Math-Utils/distinfo:1.1 pkgsrc/math/p5-Math-Utils/distinfo:1.2
--- pkgsrc/math/p5-Math-Utils/distinfo:1.1      Thu Aug 17 13:49:55 2017
+++ pkgsrc/math/p5-Math-Utils/distinfo  Mon Aug 20 02:32:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/08/17 13:49:55 wen Exp $
+$NetBSD: distinfo,v 1.2 2018/08/20 02:32:20 wen Exp $
 
-SHA1 (Math-Utils-1.11.tar.gz) = 699821d1db78198abf2883ab47b701223c2060aa
-RMD160 (Math-Utils-1.11.tar.gz) = cc2004bf8b486dce78a7cc8926fcaa1c975a4a88
-SHA512 (Math-Utils-1.11.tar.gz) = 047cb1a1e4bc7794dba4bd2d50cc0092b6cd6f5bf4567a693a386009ab9b104c2b56e82cff98bd1e3567311e7e1438addb5e88a09157c075705a00ade349bf9f
-Size (Math-Utils-1.11.tar.gz) = 24077 bytes
+SHA1 (Math-Utils-1.12.tar.gz) = c23427c602583268b3476d1953a8a4901d91be44
+RMD160 (Math-Utils-1.12.tar.gz) = 4d813a4cc4cb23cce344101598a8b6610f92d0e1
+SHA512 (Math-Utils-1.12.tar.gz) = 21c7f8f02a2607448b74962758622e57da9a50046eff5ab3ae928174b761c91ddf0ecc73ad14c89c4ac6b2ed880a8ccc669ec942502387d8363062d3cc4fd380
+Size (Math-Utils-1.12.tar.gz) = 27579 bytes



Home | Main Index | Thread Index | Old Index