svn commit: r539727 - head/math/gh-bc

Stefan Eßer se at FreeBSD.org
Sat Jun 20 10:13:32 UTC 2020


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


More information about the svn-ports-all mailing list