Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2025 13:03:10 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 30639091a224 - main - math/openlibm: update to 0.8.7
Message-ID:  <202506171303.55HD3AT3019031@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=30639091a2244c5125294bc4df82c76f611b7d36

commit 30639091a2244c5125294bc4df82c76f611b7d36
Author:     Laurent Chardon <laurent.chardon@gmail.com>
AuthorDate: 2025-06-17 12:58:32 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-06-17 13:02:58 +0000

    math/openlibm: update to 0.8.7
    
    While here, move USE_LDCONFIG to please portclippy.
    
    Changelog: https://github.com/JuliaMath/openlibm/releases/tag/v0.8.7
    
    PR:             287602
    Reported by:    Laurent Chardon <laurent.chardon@gmail.com> (maintainer)
---
 math/openlibm/Makefile | 5 +++--
 math/openlibm/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/math/openlibm/Makefile b/math/openlibm/Makefile
index 807df24ea62e..0f6e8a250017 100644
--- a/math/openlibm/Makefile
+++ b/math/openlibm/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openlibm
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.8.6
+DISTVERSION=	0.8.7
 CATEGORIES=	math
 
 MAINTAINER=	laurent.chardon@gmail.com
@@ -18,11 +18,12 @@ BROKEN_armv6=	fails to compile: a parameter list without types is only allowed i
 BROKEN_armv7=	fails to compile: a parameter list without types is only allowed in a function definition
 
 USES=		cmake
-USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	JuliaMath
 
+USE_LDCONFIG=	yes
+
 do-test:
 	(cd ${WRKSRC}/test && ${SETENVI} ${CC} test-double.c -o test-double \
 	    ${CFLAGS} ${CPPFLAGS} -std=c99 ${LDFLAGS} \
diff --git a/math/openlibm/distinfo b/math/openlibm/distinfo
index 060e41582598..a81cb5b6dfe7 100644
--- a/math/openlibm/distinfo
+++ b/math/openlibm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1741436572
-SHA256 (JuliaMath-openlibm-v0.8.6_GH0.tar.gz) = 347998968cfeb2f9b91de6a8e85d2ba92dec0915d53500a4bc483e056f85b94c
-SIZE (JuliaMath-openlibm-v0.8.6_GH0.tar.gz) = 374461
+TIMESTAMP = 1750098575
+SHA256 (JuliaMath-openlibm-v0.8.7_GH0.tar.gz) = e328a1d59b94748b111e022bca6a9d2fc0481fb57d23c87d90f394b559d4f062
+SIZE (JuliaMath-openlibm-v0.8.7_GH0.tar.gz) = 374759


home | help

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