svn commit: r562412 - in head/math/sage: . files
Thierry Thomas
thierry at FreeBSD.org
Sat Jan 23 18:59:31 UTC 2021
Author: thierry
Date: Sat Jan 23 18:59:31 2021
New Revision: 562412
URL: https://svnweb.freebsd.org/changeset/ports/562412
Log:
Chase the upgrade of math/e-antic to 1.0.0-rc.12.
Modified:
head/math/sage/Makefile
head/math/sage/files/e_antic_spkg-configure.m4
Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile Sat Jan 23 18:58:34 2021 (r562411)
+++ head/math/sage/Makefile Sat Jan 23 18:59:31 2021 (r562412)
@@ -3,7 +3,7 @@
PORTNAME= sage
PORTVERSION= 9.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= math
MASTER_SITES= https://mirrors.xmission.com/sage/src/ \
http://mirrors.xmission.com/sage/src/ \
Modified: head/math/sage/files/e_antic_spkg-configure.m4
==============================================================================
--- head/math/sage/files/e_antic_spkg-configure.m4 Sat Jan 23 18:58:34 2021 (r562411)
+++ head/math/sage/files/e_antic_spkg-configure.m4 Sat Jan 23 18:59:31 2021 (r562412)
@@ -1,7 +1,7 @@
SAGE_SPKG_CONFIGURE([e_antic], [
SAGE_SPKG_DEPCHECK([arb gmp flint], [
AC_CHECK_HEADER([e-antic/e-antic.h], [
- AC_SEARCH_LIBS([nf_init], [eantic], [
+ AC_SEARCH_LIBS([renf_init], [eantic], [
], [sage_spkg_install_e_antic=yes])
], [sage_spkg_install_e_antic=yes])
])
More information about the svn-ports-head
mailing list