Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2020 18:31:05 +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: r541356 - head/math/gh-bc
Message-ID:  <202007061831.066IV59M060750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Mon Jul  6 18:31:05 2020
New Revision: 541356
URL: https://svnweb.freebsd.org/changeset/ports/541356

Log:
  Update to version 3.1.0
  
  This version improves the compatibility of the -e option with the FreeBSD
  version of bc.

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	Mon Jul  6 17:34:56 2020	(r541355)
+++ head/math/gh-bc/Makefile	Mon Jul  6 18:31:05 2020	(r541356)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	bc
-PORTVERSION=	3.0.1
-CATEGORIES=	math
+PORTVERSION=	3.1.0
+CATEGORIES=	math lang
 PKGNAMEPREFIX=	gh-
 
 MAINTAINER=	se@FreeBSD.org
@@ -29,6 +29,7 @@ CONFLICTS_INSTALL=	gnubc-[0-9]*
 
 pre-build:
 		${INSTALL_SCRIPT} ${WRKSRC}/gen/strgen.sh ${WRKSRC}/gen/strgen
+		iconv -f UTF-8 -t ISO8859-1 ${WRKSRC}/locales/es_ES.UTF-8.msg > ${WRKSRC}/locales/es_ES.ISO8859-1.msg
 
 do-install:
 		${INSTALL_PROGRAM} ${WRKSRC}/bin/bc ${STAGEDIR}${PREFIX}/bin/

Modified: head/math/gh-bc/distinfo
==============================================================================
--- head/math/gh-bc/distinfo	Mon Jul  6 17:34:56 2020	(r541355)
+++ head/math/gh-bc/distinfo	Mon Jul  6 18:31:05 2020	(r541356)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592647905
-SHA256 (gavinhoward-bc-3.0.1_GH0.tar.gz) = fa84d5bd78e9f7b15381d6654349074c337dda64a6a942ffd6489d49bacca0e0
-SIZE (gavinhoward-bc-3.0.1_GH0.tar.gz) = 304456
+TIMESTAMP = 1594058463
+SHA256 (gavinhoward-bc-3.1.0_GH0.tar.gz) = 903c9ff1f11fc80f8c5f7aedab5fa2c1363d322cc0c1a9681a7210ff860febaf
+SIZE (gavinhoward-bc-3.1.0_GH0.tar.gz) = 1053021

Modified: head/math/gh-bc/pkg-plist
==============================================================================
--- head/math/gh-bc/pkg-plist	Mon Jul  6 17:34:56 2020	(r541355)
+++ head/math/gh-bc/pkg-plist	Mon Jul  6 18:31:05 2020	(r541356)
@@ -35,6 +35,8 @@ share/nls/en_US.ISO8859-1/bc.cat
 share/nls/en_US.ISO8859-15/bc.cat
 share/nls/en_US.US-ASCII/bc.cat
 share/nls/en_US.UTF-8/bc.cat
+share/nls/es_ES.ISO8859-1/bc.cat
+share/nls/es_ES.UTF-8/bc.cat
 share/nls/fr_BE.ISO8859-1/bc.cat
 share/nls/fr_BE.ISO8859-15/bc.cat
 share/nls/fr_BE.UTF-8/bc.cat



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