Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2020 19:39:22 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557164 - head/math/arb
Message-ID:  <202012061939.0B6JdMCg013197@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Dec  6 19:39:22 2020
New Revision: 557164
URL: https://svnweb.freebsd.org/changeset/ports/557164

Log:
  math/arb: Update 2.18.1 -> 2.19.0
  
  Reported by:	portscout

Modified:
  head/math/arb/Makefile
  head/math/arb/distinfo
  head/math/arb/pkg-plist

Modified: head/math/arb/Makefile
==============================================================================
--- head/math/arb/Makefile	Sun Dec  6 19:19:11 2020	(r557163)
+++ head/math/arb/Makefile	Sun Dec  6 19:39:22 2020	(r557164)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	arb
-DISTVERSION=	2.18.1
+DISTVERSION=	2.19.0
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -15,8 +15,15 @@ LIB_DEPENDS=	libflint.so:math/flint2 \
 		libmpfr.so:math/mpfr
 
 USES=		cmake
+USE_LDCONFIG=	yes
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	fredrik-johansson
-USE_LDCONFIG=	yes
+
+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>

Modified: head/math/arb/distinfo
==============================================================================
--- head/math/arb/distinfo	Sun Dec  6 19:19:11 2020	(r557163)
+++ head/math/arb/distinfo	Sun Dec  6 19:39:22 2020	(r557164)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593409935
-SHA256 (fredrik-johansson-arb-2.18.1_GH0.tar.gz) = 9c5c6128c2e7bdc6e7e8d212f2b301068b87b956e1a238fe3b8d69d10175ceec
-SIZE (fredrik-johansson-arb-2.18.1_GH0.tar.gz) = 1595831
+TIMESTAMP = 1607282389
+SHA256 (fredrik-johansson-arb-2.19.0_GH0.tar.gz) = 0aec6b492b6e9a543bdb3287a91f976951e2ba74fd4de942e692e21f7edbcf13
+SIZE (fredrik-johansson-arb-2.19.0_GH0.tar.gz) = 1606463

Modified: head/math/arb/pkg-plist
==============================================================================
--- head/math/arb/pkg-plist	Sun Dec  6 19:19:11 2020	(r557163)
+++ head/math/arb/pkg-plist	Sun Dec  6 19:39:22 2020	(r557164)
@@ -25,4 +25,4 @@ include/mag.h
 include/partitions.h
 lib/libarb.so
 lib/libarb.so.2
-lib/libarb.so.2.9.1
+lib/libarb.so.2.10.0



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