Date: Mon, 11 Jan 2021 19:00:18 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561248 - head/math/pynac Message-ID: <202101111900.10BJ0IwN007269@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Mon Jan 11 19:00:18 2021 New Revision: 561248 URL: https://svnweb.freebsd.org/changeset/ports/561248 Log: Pynac is now linked with MPFR. Modified: head/math/pynac/Makefile Modified: head/math/pynac/Makefile ============================================================================== --- head/math/pynac/Makefile Mon Jan 11 18:38:42 2021 (r561247) +++ head/math/pynac/Makefile Mon Jan 11 19:00:18 2021 (r561248) @@ -3,7 +3,7 @@ PORTNAME= pynac PORTVERSION= 0.7.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTNAME}/ @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgmp.so:math/gmp \ libntl.so:math/ntl \ + libmpfr.so:math/mpfr \ libflint.so:math/flint2 \ libSingular.so:math/singular
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101111900.10BJ0IwN007269>