svn commit: r541853 - head/math/gh-bc
Stefan Eßer
se at FreeBSD.org
Fri Jul 10 10:56:59 UTC 2020
Author: se
Date: Fri Jul 10 10:56:57 2020
New Revision: 541853
URL: https://svnweb.freebsd.org/changeset/ports/541853
Log:
Update to verdsion 3.1.3
This version fixes an incompatibility with GNU bc:
The statement:
if (a > b) 1
was rejected, unless followed by "else 0".
Approved by: antoine (implicit)
Modified:
head/math/gh-bc/Makefile
head/math/gh-bc/distinfo
head/math/gh-bc/pkg-descr
Modified: head/math/gh-bc/Makefile
==============================================================================
--- head/math/gh-bc/Makefile Fri Jul 10 09:45:48 2020 (r541852)
+++ head/math/gh-bc/Makefile Fri Jul 10 10:56:57 2020 (r541853)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bc
-PORTVERSION= 3.1.1
+PORTVERSION= 3.1.3
CATEGORIES= math lang
PKGNAMEPREFIX= gh-
Modified: head/math/gh-bc/distinfo
==============================================================================
--- head/math/gh-bc/distinfo Fri Jul 10 09:45:48 2020 (r541852)
+++ head/math/gh-bc/distinfo Fri Jul 10 10:56:57 2020 (r541853)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1594100153
-SHA256 (gavinhoward-bc-3.1.1_GH0.tar.gz) = 9d6635dc4835e58acef96ae88f5f83bf50959ea202de6f97a93ddc8f3eff40d9
-SIZE (gavinhoward-bc-3.1.1_GH0.tar.gz) = 1053366
+TIMESTAMP = 1594378354
+SHA256 (gavinhoward-bc-3.1.3_GH0.tar.gz) = 505d60209d5e1596e8919c76e071d78febc56b1532ffe5994fc234028b0c9c1e
+SIZE (gavinhoward-bc-3.1.3_GH0.tar.gz) = 1054176
Modified: head/math/gh-bc/pkg-descr
==============================================================================
--- head/math/gh-bc/pkg-descr Fri Jul 10 09:45:48 2020 (r541852)
+++ head/math/gh-bc/pkg-descr Fri Jul 10 10:56:57 2020 (r541853)
@@ -13,4 +13,4 @@ single dc binary is desired, bc can be copied and rena
The "!" command is omitted; I believe that it poses security concerns and
that such functionality is unnecessary.
-WWW: https://github.com/gavinhoward/bc
+WWW: https://git.yzena.com/gavin/bc
More information about the svn-ports-head
mailing list