diff options
author | yuri <yuri@FreeBSD.org> | 2019-08-27 23:07:32 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-08-27 23:07:32 +0800 |
commit | 91a663a22b4f38001fb77d3e783be93d4e5094d5 (patch) | |
tree | cb2bee09452c516167b0986ebe87502fde50898d /math | |
parent | 82c838acb376ca9e045f47e34f35e930c50b808d (diff) | |
download | freebsd-ports-gnome-91a663a22b4f38001fb77d3e783be93d4e5094d5.tar.gz freebsd-ports-gnome-91a663a22b4f38001fb77d3e783be93d4e5094d5.tar.zst freebsd-ports-gnome-91a663a22b4f38001fb77d3e783be93d4e5094d5.zip |
math/ntl: Bump revision because math/barvinok is crashing in libntl.so
The user reported the crash in barvinok. Rebuilding ntl helps, which
suggests that it wasn't bumped when it was needed.
Submitted by: Kostas Oikonomou <k.oikonomou@att.net>
Diffstat (limited to 'math')
-rw-r--r-- | math/ntl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 4c863db46193..4dfb5fb397a5 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -3,7 +3,7 @@ PORTNAME= ntl PORTVERSION= 11.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.shoup.net/ntl/ |