From owner-svn-ports-all@freebsd.org Sat Sep 30 19:01:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D20EFE2CF4B; Sat, 30 Sep 2017 19:01:44 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0C097C7DC; Sat, 30 Sep 2017 19:01:44 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8UJ1h01098281; Sat, 30 Sep 2017 19:01:43 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8UJ1hog098279; Sat, 30 Sep 2017 19:01:43 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201709301901.v8UJ1hog098279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Sat, 30 Sep 2017 19:01:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451003 - head/math/p5-Math-BaseCalc X-SVN-Group: ports-head X-SVN-Commit-Author: jadawin X-SVN-Commit-Paths: head/math/p5-Math-BaseCalc X-SVN-Commit-Revision: 451003 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Sep 2017 19:01:44 -0000 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