Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2022 20:55:39 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: 8e26ebd0d380 - main - math/obake: Broken
Message-ID:  <202212272055.2BRKtdKh011563@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=8e26ebd0d3806d4377d327d204d0b1bfc9845ed7

commit 8e26ebd0d3806d4377d327d204d0b1bfc9845ed7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-27 20:55:13 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-27 20:55:37 +0000

    math/obake: Broken
    
    Reported by:    fallout
---
 math/obake/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/math/obake/Makefile b/math/obake/Makefile
index 57894e44dccd..9000bc7487f0 100644
--- a/math/obake/Makefile
+++ b/math/obake/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	obake
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.7.0-24
-PORTREVISION=	1
 DISTVERSIONSUFFIX=	-gb8cc71c
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -12,6 +12,8 @@ WWW=		https://bluescarni.github.io/obake/
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		https://github.com/bluescarni/obake/issues/148
+
 LIB_DEPENDS=	libabsl_base.so:devel/abseil \
 		libboost_serialization.so:devel/boost-libs \
 		libfmt.so:devel/libfmt \



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