Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2020 06:01:49 +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: r534241 - head/math/gh-bc
Message-ID:  <202005070601.04761nWE030010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Thu May  7 06:01:48 2020
New Revision: 534241
URL: https://svnweb.freebsd.org/changeset/ports/534241

Log:
  Upgrade to version 2.7.2
  
  Fix calculation of array length.
  
  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	Thu May  7 05:54:32 2020	(r534240)
+++ head/math/gh-bc/Makefile	Thu May  7 06:01:48 2020	(r534241)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bc
-PORTVERSION=	2.7.1
+PORTVERSION=	2.7.2
 CATEGORIES=	math
 PKGNAMEPREFIX=	gh-
 

Modified: head/math/gh-bc/distinfo
==============================================================================
--- head/math/gh-bc/distinfo	Thu May  7 05:54:32 2020	(r534240)
+++ head/math/gh-bc/distinfo	Thu May  7 06:01:48 2020	(r534241)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588576054
-SHA256 (gavinhoward-bc-2.7.1_GH0.tar.gz) = 3d398f45a0646d3925aec93d0abf5c5ce52907a737ac2e6d186beaf4f7a4be08
-SIZE (gavinhoward-bc-2.7.1_GH0.tar.gz) = 289980
+TIMESTAMP = 1588831236
+SHA256 (gavinhoward-bc-2.7.2_GH0.tar.gz) = 1dc98e7ecc347eddf88909fd7576b3ce24ee5ac0a5e77f74905c1a2cf5f86885
+SIZE (gavinhoward-bc-2.7.2_GH0.tar.gz) = 290390



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