git: 8e26ebd0d380 - main - math/obake: Broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Dec 2022 20:55:39 UTC
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 \