Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2026 21:17:52 +0000
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 899e2f7fa3d6 - main - math/e-antic: upgrade to 2.1.1
Message-ID:  <6a31bd80.3cfa9.5f66f57e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=899e2f7fa3d6258f450d2ef8df9898aceb1e958f

commit 899e2f7fa3d6258f450d2ef8df9898aceb1e958f
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2026-06-16 21:11:30 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2026-06-16 21:17:47 +0000

    math/e-antic: upgrade to 2.1.1
    
    Release notes at https://github.com/flatsurf/e-antic/releases/tag/2.1.1
---
 math/e-antic/Makefile  | 7 +++----
 math/e-antic/distinfo  | 6 +++---
 math/e-antic/pkg-plist | 4 ++--
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/math/e-antic/Makefile b/math/e-antic/Makefile
index 746c86ede92f..a8f44b6f47f5 100644
--- a/math/e-antic/Makefile
+++ b/math/e-antic/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	e-antic
-DISTVERSION=	2.1.0
-PORTREVISION=	3
+DISTVERSION=	2.1.1
 #MASTER_SITES=	https://www.labri.fr/perso/vdelecro/e-antic/
 CATEGORIES=	math
 
@@ -19,7 +18,7 @@ LIB_DEPENDS=	libarb.so:math/arb		\
 		libflint.so:math/flint2		\
 		libboost_thread.so:devel/boost-libs
 
-USES=		autoreconf compiler:c++11-lang gmake libtool localbase	\
+USES=		autoreconf compiler:c++14-lang gmake libtool localbase	\
 		python
 
 USE_GITHUB=	yes
@@ -37,7 +36,7 @@ GH_SUBDIR=	libeantic/upstream/antic:a	\
 
 LIBS+=		"-lm"
 GNU_CONFIGURE=	yes
-# pytest requires cppyy, doc requires standardese
+# pytest requires cppyy, doc requires sphinx + py-breathe + plantuml + doxygen
 CONFIGURE_ARGS=	--without-byexample	\
 		--without-benchmark	\
 		--without-pytest	\
diff --git a/math/e-antic/distinfo b/math/e-antic/distinfo
index 7cfde042f1aa..215fcf10357e 100644
--- a/math/e-antic/distinfo
+++ b/math/e-antic/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1746722529
-SHA256 (flatsurf-e-antic-2.1.0_GH0.tar.gz) = 183a7b9f33ec0bda428d8ac463700a7386502babac83cef83398fcaed2cda6d2
-SIZE (flatsurf-e-antic-2.1.0_GH0.tar.gz) = 378850
+TIMESTAMP = 1781638951
+SHA256 (flatsurf-e-antic-2.1.1_GH0.tar.gz) = 535cbae2ee295f04576b87901fd4a271f5361f8f678b90ff78d860b598fae486
+SIZE (flatsurf-e-antic-2.1.1_GH0.tar.gz) = 509350
 SHA256 (catchorg-Catch2-62fd660_GH0.tar.gz) = 6ffb927225dcae98bcb3f1af908f2cc5cd9a71cfdb29f7a3995aad1fd8336840
 SIZE (catchorg-Catch2-62fd660_GH0.tar.gz) = 661905
 SHA256 (USCiLab-cereal-ebef1e9_GH0.tar.gz) = 14567f3df18057b820a99ce027fe1a830fdf8b42720efa982af9b86fef67f262
diff --git a/math/e-antic/pkg-plist b/math/e-antic/pkg-plist
index 03f301828e9c..d872956e0ef9 100644
--- a/math/e-antic/pkg-plist
+++ b/math/e-antic/pkg-plist
@@ -16,11 +16,11 @@ include/libeantic/local.h
 lib/libeantic.a
 lib/libeantic.so
 lib/libeantic.so.3
-lib/libeantic.so.3.1.0
+lib/libeantic.so.3.1.1
 lib/libeanticxx.a
 lib/libeanticxx.so
 lib/libeanticxx.so.3
-lib/libeanticxx.so.3.1.0
+lib/libeanticxx.so.3.1.1
 %%PYTHON_SITELIBDIR%%/pyeantic-%%VER%%-py%%PYTHON_VER%%.egg-info/PKG-INFO
 %%PYTHON_SITELIBDIR%%/pyeantic-%%VER%%-py%%PYTHON_VER%%.egg-info/SOURCES.txt
 %%PYTHON_SITELIBDIR%%/pyeantic-%%VER%%-py%%PYTHON_VER%%.egg-info/dependency_links.txt


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a31bd80.3cfa9.5f66f57e>