svn commit: r451003 - head/math/p5-Math-BaseCalc

Philippe Audeoud jadawin at FreeBSD.org
Sat Sep 30 19:01:44 UTC 2017


Author: jadawin
Date: Sat Sep 30 19:01:43 2017
New Revision: 451003
URL: https://svnweb.freebsd.org/changeset/ports/451003

Log:
  - Update to 0.19
  Log:
      If '.' is part of the digit set, from_base() now deals it properly
      No code changes between 0.18 to 0.19 but we were in 0.17 due to my late commit

Modified:
  head/math/p5-Math-BaseCalc/Makefile
  head/math/p5-Math-BaseCalc/distinfo

Modified: head/math/p5-Math-BaseCalc/Makefile
==============================================================================
--- head/math/p5-Math-BaseCalc/Makefile	Sat Sep 30 18:23:26 2017	(r451002)
+++ head/math/p5-Math-BaseCalc/Makefile	Sat Sep 30 19:01:43 2017	(r451003)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-BaseCalc
-PORTVERSION=	1.017
-PORTREVISION=	1
+PORTVERSION=	1.019
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/math/p5-Math-BaseCalc/distinfo
==============================================================================
--- head/math/p5-Math-BaseCalc/distinfo	Sat Sep 30 18:23:26 2017	(r451002)
+++ head/math/p5-Math-BaseCalc/distinfo	Sat Sep 30 19:01:43 2017	(r451003)
@@ -1,2 +1,3 @@
-SHA256 (Math-BaseCalc-1.017.tar.gz) = 3d03c8ee425fc09760f5b84fce424fc1b960f7116f9a58efaa2be0ad3f8879fb
-SIZE (Math-BaseCalc-1.017.tar.gz) = 14556
+TIMESTAMP = 1506627756
+SHA256 (Math-BaseCalc-1.019.tar.gz) = c74e2ba80ada8514b91134c7602e72b2cd330731c589597e951bf4a026efe9b8
+SIZE (Math-BaseCalc-1.019.tar.gz) = 14681


More information about the svn-ports-all mailing list