Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2021 18:32:44 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: 5ad5ad59d1d0 - main - math/spot: Update 2.9.6 -> 2.9.7
Message-ID:  <202105161832.14GIWi45020684@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=5ad5ad59d1d03c9faf0b34265781925feb7e61e3

commit 5ad5ad59d1d03c9faf0b34265781925feb7e61e3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-16 18:29:52 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-16 18:32:36 +0000

    math/spot: Update 2.9.6 -> 2.9.7
    
    Reported by:    portscout
---
 math/spot/Makefile | 8 ++++++--
 math/spot/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/math/spot/Makefile b/math/spot/Makefile
index 315aa1ac44cd..cb6f5f4c1e2b 100644
--- a/math/spot/Makefile
+++ b/math/spot/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	spot
-DISTVERSION=	2.9.6
+DISTVERSION=	2.9.7
 CATEGORIES=	math
 MASTER_SITES=	http://www.lrde.epita.fr/dload/${PORTNAME}/
 
@@ -10,15 +10,19 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		charsetfix compiler:c++14-lang gmake libtool
+USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-python --disable-static
+
 INSTALL_TARGET=	install-strip
-USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DOCS
 
 PORTDOCS=	tl.pdf
 
+TEST_TARGET=	check
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
 
diff --git a/math/spot/distinfo b/math/spot/distinfo
index be4c8f93cf3f..054a2238895e 100644
--- a/math/spot/distinfo
+++ b/math/spot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611088550
-SHA256 (spot-2.9.6.tar.gz) = 3cc6f69f17f0d1566d68be7040099df70203748b66121354d8ab84d8d13dd3a8
-SIZE (spot-2.9.6.tar.gz) = 6990615
+TIMESTAMP = 1621188039
+SHA256 (spot-2.9.7.tar.gz) = 1eea67e3446cdbbbb705ee6e26fd869020cdb7d82c563fead9cb4394b9baa04c
+SIZE (spot-2.9.7.tar.gz) = 6980523



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