diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-07-10 10:56:57 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-07-10 10:56:57 +0000 |
commit | 28b78d76737dd472d6e5d4e13164b19d4800d5fd (patch) | |
tree | ee292962069cfd952d040de9bfe16f8cd7276fad /math/gh-bc/Makefile | |
parent | eeb65f1dea6c3bf88e9687fee959c5d4ee147032 (diff) | |
download | freebsd-ports-28b78d76737dd472d6e5d4e13164b19d4800d5fd.zip |
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)
Diffstat (limited to 'math/gh-bc/Makefile')
-rw-r--r-- | math/gh-bc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile index 0c6893013f11..3ae9aae51226 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.3 CATEGORIES= math lang PKGNAMEPREFIX= gh- |