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

Stefan Eßer se at FreeBSD.org
Sat Apr 11 18:36:21 UTC 2020


Author: se
Date: Sat Apr 11 18:36:20 2020
New Revision: 531452
URL: https://svnweb.freebsd.org/changeset/ports/531452

Log:
  Update to version 2.6.1
  
  This version fixes a bug that only occured when building on FreeBSD
  without long options support. It did not affect the port or package,
  since it was always built with long options.
  
  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 Apr 11 18:29:19 2020	(r531451)
+++ head/math/gh-bc/Makefile	Sat Apr 11 18:36:20 2020	(r531452)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bc
-PORTVERSION=	2.6.0
+PORTVERSION=	2.6.1
 CATEGORIES=	math
 PKGNAMEPREFIX=	gh-
 

Modified: head/math/gh-bc/distinfo
==============================================================================
--- head/math/gh-bc/distinfo	Sat Apr 11 18:29:19 2020	(r531451)
+++ head/math/gh-bc/distinfo	Sat Apr 11 18:36:20 2020	(r531452)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583947897
-SHA256 (gavinhoward-bc-2.6.0_GH0.tar.gz) = 5a7142152c0efffa2bdb356a90a7a36ac3e57b2e6ef0b544f53b21a3af819975
-SIZE (gavinhoward-bc-2.6.0_GH0.tar.gz) = 252394
+TIMESTAMP = 1586629903
+SHA256 (gavinhoward-bc-2.6.1_GH0.tar.gz) = 0d604f2a0ea41ed949387b0d5ba27761d7d85190989f9947d740e18ab2e5bec9
+SIZE (gavinhoward-bc-2.6.1_GH0.tar.gz) = 252951


More information about the svn-ports-all mailing list