Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2020 10:13:31 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539727 - head/math/gh-bc
Message-ID:  <202006201013.05KADVAl053701@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Sat Jun 20 10:13:31 2020
New Revision: 539727
URL: https://svnweb.freebsd.org/changeset/ports/539727

Log:
  Upgrade to version 3.0.1
  
  This version fixes a warning when building with a strict warnings level
  and significantly speeds up ceil() library function.
  
  Approved by:	antoine (implicit)

Modified:
  head/math/gh-bc/Makefile
  head/math/gh-bc/distinfo

Modified: head/math/gh-bc/Makefile
==============================================================================
--- head/math/gh-bc/Makefile	Sat Jun 20 10:10:29 2020	(r539726)
+++ head/math/gh-bc/Makefile	Sat Jun 20 10:13:31 2020	(r539727)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bc
-PORTVERSION=	3.0.0
+PORTVERSION=	3.0.1
 CATEGORIES=	math
 PKGNAMEPREFIX=	gh-
 

Modified: head/math/gh-bc/distinfo
==============================================================================
--- head/math/gh-bc/distinfo	Sat Jun 20 10:10:29 2020	(r539726)
+++ head/math/gh-bc/distinfo	Sat Jun 20 10:13:31 2020	(r539727)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592545186
-SHA256 (gavinhoward-bc-3.0.0_GH0.tar.gz) = e2d66994312b4d6dd8896ad929e8ba2923ed9da846032bffe6ea2979e813f692
-SIZE (gavinhoward-bc-3.0.0_GH0.tar.gz) = 304415
+TIMESTAMP = 1592647905
+SHA256 (gavinhoward-bc-3.0.1_GH0.tar.gz) = fa84d5bd78e9f7b15381d6654349074c337dda64a6a942ffd6489d49bacca0e0
+SIZE (gavinhoward-bc-3.0.1_GH0.tar.gz) = 304456



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006201013.05KADVAl053701>