Date: Sat, 13 Jan 2024 01:49:46 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 57674ee4ef80 - 2024Q1 - math/libpoly: Do not build tests by default Message-ID: <202401130149.40D1nkOk094446@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=57674ee4ef8050a660a28358a6b87162a0552477 commit 57674ee4ef8050a660a28358a6b87162a0552477 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-13 01:48:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-13 01:49:41 +0000 math/libpoly: Do not build tests by default (cherry picked from commit d093c25c0fe9af1925619cb6a9748d88ff7b38f7) --- math/libpoly/Makefile | 6 +++++- math/libpoly/distinfo | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/math/libpoly/Makefile b/math/libpoly/Makefile index f77da6122d90..c6015318407b 100644 --- a/math/libpoly/Makefile +++ b/math/libpoly/Makefile @@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.1.13 CATEGORIES= math +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= c1f82e63ccf3f84e2a2234589caac287d2bf6f71.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= C library for manipulating polynomials WWW= https://github.com/SRI-CSL/libpoly @@ -13,9 +16,10 @@ LICENSE_FILE= ${WRKSRC}/LICENCE LIB_DEPENDS= libgmp.so:math/gmp USES= cmake:testing +USE_LDCONFIG= yes + USE_GITHUB= yes GH_ACCOUNT= SRI-CSL -USE_LDCONFIG= yes CMAKE_OFF= LIBPOLY_BUILD_PYTHON_API LIBPOLY_BUILD_STATIC LIBPOLY_BUILD_STATIC_PIC diff --git a/math/libpoly/distinfo b/math/libpoly/distinfo index 2aa21f240000..01734c316bd5 100644 --- a/math/libpoly/distinfo +++ b/math/libpoly/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1690956239 +TIMESTAMP = 1705110337 SHA256 (SRI-CSL-libpoly-v0.1.13_GH0.tar.gz) = ca7092eeeced3dd8bd86cdd3410207802ef1752d7052d92eee3e9e6bb496763c SIZE (SRI-CSL-libpoly-v0.1.13_GH0.tar.gz) = 621704 +SHA256 (c1f82e63ccf3f84e2a2234589caac287d2bf6f71.patch) = 4922156534124662b144ef0c56baca5f086c7c8351ea4c28e92975e90d48af29 +SIZE (c1f82e63ccf3f84e2a2234589caac287d2bf6f71.patch) = 658
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401130149.40D1nkOk094446>