Date: Tue, 27 Aug 2019 15:07:32 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510016 - head/math/ntl Message-ID: <201908271507.x7RF7WaJ021385@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Aug 27 15:07:32 2019 New Revision: 510016 URL: https://svnweb.freebsd.org/changeset/ports/510016 Log: 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> Modified: head/math/ntl/Makefile Modified: head/math/ntl/Makefile ============================================================================== --- head/math/ntl/Makefile Tue Aug 27 14:51:11 2019 (r510015) +++ head/math/ntl/Makefile Tue Aug 27 15:07:32 2019 (r510016) @@ -3,7 +3,7 @@ PORTNAME= ntl PORTVERSION= 11.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.shoup.net/ntl/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908271507.x7RF7WaJ021385>