Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2020 11:10:32 +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: r533683 - head/math/gh-bc
Message-ID:  <202005021110.042BAWl2013227@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Sat May  2 11:10:32 2020
New Revision: 533683
URL: https://svnweb.freebsd.org/changeset/ports/533683

Log:
  Update to version 2.7.0
  
  This version fixes a problem that only affected getopt_long() on Linux
  (or rather, the GLIBC implementation) by replacing its use by optparse().
  
  In addition, this version features a PRNG that can be used to generate
  arbitrary length pseudo-random numbers and 5 new translations (for Dutch,
  Japanese, Polish, Russian, and Simplified Chinese).
  
  These translations have been generated and verified with online tools
  (https://www.deepl.com/translator and https://translate.google.com)
  and might therefore not be fully correct - a review by native speakers
  would be appreciated.
  
  Approved by:	antoine (implicit)

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

Modified: head/math/gh-bc/Makefile
==============================================================================
--- head/math/gh-bc/Makefile	Sat May  2 11:06:42 2020	(r533682)
+++ head/math/gh-bc/Makefile	Sat May  2 11:10:32 2020	(r533683)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bc
-PORTVERSION=	2.6.1
+PORTVERSION=	2.7.0
 CATEGORIES=	math
 PKGNAMEPREFIX=	gh-
 

Modified: head/math/gh-bc/distinfo
==============================================================================
--- head/math/gh-bc/distinfo	Sat May  2 11:06:42 2020	(r533682)
+++ head/math/gh-bc/distinfo	Sat May  2 11:10:32 2020	(r533683)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586629903
-SHA256 (gavinhoward-bc-2.6.1_GH0.tar.gz) = 0d604f2a0ea41ed949387b0d5ba27761d7d85190989f9947d740e18ab2e5bec9
-SIZE (gavinhoward-bc-2.6.1_GH0.tar.gz) = 252951
+TIMESTAMP = 1588416588
+SHA256 (gavinhoward-bc-2.7.0_GH0.tar.gz) = 98f0aa1bd3b558cae0c246e07a19d2aec6de1ae21b9607e0e604161eea13c444
+SIZE (gavinhoward-bc-2.7.0_GH0.tar.gz) = 289935

Modified: head/math/gh-bc/pkg-plist
==============================================================================
--- head/math/gh-bc/pkg-plist	Sat May  2 11:06:42 2020	(r533682)
+++ head/math/gh-bc/pkg-plist	Sat May  2 11:10:32 2020	(r533683)
@@ -47,8 +47,27 @@ share/nls/fr_CH.UTF-8/bc.cat
 share/nls/fr_FR.ISO8859-1/bc.cat
 share/nls/fr_FR.ISO8859-15/bc.cat
 share/nls/fr_FR.UTF-8/bc.cat
+share/nls/ja_JP.UTF-8/bc.cat
+share/nls/ja_JP.eucJP/bc.cat
+share/nls/nl_BE.ISO8859-1/bc.cat
+share/nls/nl_BE.ISO8859-15/bc.cat
+share/nls/nl_NL.ISO8859-1/bc.cat
+share/nls/nl_NL.ISO8859-15/bc.cat
+share/nls/nl_NL.UTF-8/bc.cat
+share/nls/pl_PL.ISO8859-2/bc.cat
+share/nls/pl_PL.UTF-8/bc.cat
 share/nls/pt_BR.ISO8859-1/bc.cat
 share/nls/pt_BR.UTF-8/bc.cat
 share/nls/pt_PT.ISO8859-1/bc.cat
 share/nls/pt_PT.ISO8859-15/bc.cat
 share/nls/pt_PT.UTF-8/bc.cat
+share/nls/ru_RU.CP1251/bc.cat
+share/nls/ru_RU.CP866/bc.cat
+share/nls/ru_RU.ISO8859-5/bc.cat
+share/nls/ru_RU.KOI8-R/bc.cat
+share/nls/ru_RU.UTF-8/bc.cat
+share/nls/zh_CN.GB18030/bc.cat
+share/nls/zh_CN.GB2312/bc.cat
+share/nls/zh_CN.GBK/bc.cat
+share/nls/zh_CN.UTF-8/bc.cat
+share/nls/zh_CN.eucCN/bc.cat



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