Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2021 18:59:31 +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: r562412 - in head/math/sage: . files
Message-ID:  <202101231859.10NIxVFS032747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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])
     ])



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101231859.10NIxVFS032747>