Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2022 07:04:22 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2300e831acba - main - math/z3: Update to 4.8.16
Message-ID:  <202205050704.24574M71004513@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=2300e831acba031f2f0b44a73d74a7526c287ca2

commit 2300e831acba031f2f0b44a73d74a7526c287ca2
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-05-05 07:02:55 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-05-05 07:04:17 +0000

    math/z3: Update to 4.8.16
    
    Fix DEBUG option by not stripping resulting binaries.
    
    Reported by:    repology.org
---
 math/z3/Makefile | 3 ++-
 math/z3/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/math/z3/Makefile b/math/z3/Makefile
index ff476bdc1dff..529069510a96 100644
--- a/math/z3/Makefile
+++ b/math/z3/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	z3
 DISTVERSIONPREFIX=	z3-
-DISTVERSION=	4.8.13
+DISTVERSION=	4.8.16
 CATEGORIES=	math
 
 MAINTAINER=	arrowd@FreeBSD.org
@@ -22,6 +22,7 @@ OPTIONS_DEFINE=		DEBUG STATIC GMP
 OPTIONS_SUB=		yes
 
 DEBUG_CONFIGURE_ON=	--debug
+DEBUG_VARS=		with_debug=yes
 
 STATIC_DESC=		Build static z3 library
 STATIC_CONFIGURE_ON=	--staticlib
diff --git a/math/z3/distinfo b/math/z3/distinfo
index aaa11d1eb67b..f5d61a2521c8 100644
--- a/math/z3/distinfo
+++ b/math/z3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1639500301
-SHA256 (Z3Prover-z3-z3-4.8.13_GH0.tar.gz) = 59a0b35711fa7ae48dd535116d2067a6a16955fcbf2623c516a3f630cd2832d8
-SIZE (Z3Prover-z3-z3-4.8.13_GH0.tar.gz) = 5103999
+TIMESTAMP = 1651515677
+SHA256 (Z3Prover-z3-z3-4.8.16_GH0.tar.gz) = 75f95e09f3f35fef746e571d5ec88a4efba27f1bc8f1a0ef1117167486ec3dc6
+SIZE (Z3Prover-z3-z3-4.8.16_GH0.tar.gz) = 5223980



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