diff options
author | Alex Dupre <ale@FreeBSD.org> | 2018-04-19 07:08:45 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2018-04-19 07:08:45 +0000 |
commit | aca2d686e311fc41089547d10272042a675dd844 (patch) | |
tree | 0a777f67173e9f138a1ddadb35e971dac814d7e1 /math/libqalculate | |
parent | b482d6c0aa792f76d2b5af1c5c4e10067083a9e3 (diff) |
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.
Notes
Notes:
svn path=/head/; revision=467751
Diffstat (limited to 'math/libqalculate')
-rw-r--r-- | math/libqalculate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 623cc3bd0f8f..15c47cb102c6 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -3,7 +3,7 @@ PORTNAME= libqalculate PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ |