diff options
author | ale <ale@FreeBSD.org> | 2018-04-19 15:08:45 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2018-04-19 15:08:45 +0800 |
commit | 9bc9eac81b2124069384363a942b81b8e192fd02 (patch) | |
tree | 0a777f67173e9f138a1ddadb35e971dac814d7e1 /math/wcalc | |
parent | f8c684cd5af885baac63652323284752f12d1c9f (diff) | |
download | freebsd-ports-gnome-9bc9eac81b2124069384363a942b81b8e192fd02.tar.gz freebsd-ports-gnome-9bc9eac81b2124069384363a942b81b8e192fd02.tar.zst freebsd-ports-gnome-9bc9eac81b2124069384363a942b81b8e192fd02.zip |
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.
Diffstat (limited to 'math/wcalc')
-rw-r--r-- | math/wcalc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile index 3c64bef95217..defe0ab79874 100644 --- a/math/wcalc/Makefile +++ b/math/wcalc/Makefile @@ -3,7 +3,7 @@ PORTNAME= wcalc PORTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/w-calc/Wcalc/${PORTVERSION} |