Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2022 19:00:40 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 81f82025ccdf - main - math/arb: Update 2.22.1 -> 2.23.0
Message-ID:  <202206301900.25UJ0eut040878@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=81f82025ccdf6ad8721f8af1da9edde7d4808d8d

commit 81f82025ccdf6ad8721f8af1da9edde7d4808d8d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-30 18:59:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-30 19:00:38 +0000

    math/arb: Update 2.22.1 -> 2.23.0
    
    Reported by:    portscout
---
 math/arb/Makefile  | 11 ++---------
 math/arb/distinfo  |  6 +++---
 math/arb/pkg-plist |  3 ++-
 3 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/math/arb/Makefile b/math/arb/Makefile
index b7b350e7a43b..ff58fc952229 100644
--- a/math/arb/Makefile
+++ b/math/arb/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	arb
-DISTVERSION=	2.22.1
-PORTREVISION=	1
+DISTVERSION=	2.23.0
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -13,16 +12,10 @@ LIB_DEPENDS=	libflint.so:math/flint2 \
 		libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr
 
-USES=		cmake
+USES=		cmake:testing
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	fredrik-johansson
 
-do-test:
-	@cd ${BUILD_WRKSRC} && \
-		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \
-		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
-		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test
-
 .include <bsd.port.mk>
diff --git a/math/arb/distinfo b/math/arb/distinfo
index 6f78935b4b24..1f770c7cbb5c 100644
--- a/math/arb/distinfo
+++ b/math/arb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645734392
-SHA256 (fredrik-johansson-arb-2.22.1_GH0.tar.gz) = 1ef85518eee04885e8a90196498bc75e4e2410621d4184f2bc01d46b7080a243
-SIZE (fredrik-johansson-arb-2.22.1_GH0.tar.gz) = 1906319
+TIMESTAMP = 1656557108
+SHA256 (fredrik-johansson-arb-2.23.0_GH0.tar.gz) = 977d41bde46f5442511d5165c705cec32c03e852c84d7d1836135d412ce702bb
+SIZE (fredrik-johansson-arb-2.23.0_GH0.tar.gz) = 1989841
diff --git a/math/arb/pkg-plist b/math/arb/pkg-plist
index 55eb025be1f1..86c8826df8a6 100644
--- a/math/arb/pkg-plist
+++ b/math/arb/pkg-plist
@@ -22,9 +22,10 @@ include/dlog.h
 include/double_interval.h
 include/fmpr.h
 include/fmpz_extras.h
+include/fmpzi.h
 include/hypgeom.h
 include/mag.h
 include/partitions.h
 lib/libarb.so
 lib/libarb.so.2
-lib/libarb.so.2.13.1
+lib/libarb.so.2.14.0



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