diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-08-04 02:48:14 +0800 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-08-04 02:48:14 +0800 |
commit | d037e99975d758c7411510b27b4c5745317f5629 (patch) | |
tree | 6e515fcb965fb95f3a944a6e84b400fba7912d3a | |
parent | 681d43bfb9d2fa6c7d6e8ef1e78b3119bd0c4ffd (diff) | |
download | freebsd-ports-gnome-d037e99975d758c7411510b27b4c5745317f5629.tar.gz freebsd-ports-gnome-d037e99975d758c7411510b27b4c5745317f5629.tar.zst freebsd-ports-gnome-d037e99975d758c7411510b27b4c5745317f5629.zip |
Upgrade to version 3.1.4
This version improves the compatibility with the bc and dc in base under
two aspects:
1) Remove printing of the version and copyright message for interactive
invocations of bc an dc.
2) Make dc exit after execution of commands passed via -e or -f. To get
the behavior of version 3.1.3 back, "-f -" can be appended to the
command line to read from STDIN until EOF.
Approved by: antoine (implicit)
-rw-r--r-- | math/gh-bc/Makefile | 2 | ||||
-rw-r--r-- | math/gh-bc/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile index 3ae9aae51226..fd8ec6dce6c2 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= math lang PKGNAMEPREFIX= gh- diff --git a/math/gh-bc/distinfo b/math/gh-bc/distinfo index d9b43511e347..64c453d50654 100644 --- a/math/gh-bc/distinfo +++ b/math/gh-bc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594378354 -SHA256 (gavinhoward-bc-3.1.3_GH0.tar.gz) = 505d60209d5e1596e8919c76e071d78febc56b1532ffe5994fc234028b0c9c1e -SIZE (gavinhoward-bc-3.1.3_GH0.tar.gz) = 1054176 +TIMESTAMP = 1596480010 +SHA256 (gavinhoward-bc-3.1.4_GH0.tar.gz) = 8dec70c4f7642d3f19c84aa7b8f8592b65ddb191ca8f303645069686a9d61b44 +SIZE (gavinhoward-bc-3.1.4_GH0.tar.gz) = 1056477 |