git: 20f1808e478e - main - devel/yder: This needs orcania>=2.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 12:07:19 UTC
The branch main has been updated by dvl:
URL: https://cgit.FreeBSD.org/ports/commit/?id=20f1808e478efcd702be2588bf5d1bd2546bd983
commit 20f1808e478efcd702be2588bf5d1bd2546bd983
Author: Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2022-06-16 11:49:11 +0000
Commit: Dan Langille <dvl@FreeBSD.org>
CommitDate: 2022-06-16 12:07:12 +0000
devel/yder: This needs orcania>=2.3.0
---
devel/yder/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/devel/yder/Makefile b/devel/yder/Makefile
index a5532930e116..8c9bd5b3d40b 100644
--- a/devel/yder/Makefile
+++ b/devel/yder/Makefile
@@ -1,6 +1,7 @@
PORTNAME= yder
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.17
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= dvl@FreeBSD.org
@@ -17,9 +18,9 @@ GH_ACCOUNT= babelouest
LIB_DEPENDS= libjansson.so:devel/jansson \
liborcania.so:devel/orcania
-BUILD_DEPENDS= orcania>0:devel/orcania
+BUILD_DEPENDS= orcania>=2.3.0:devel/orcania
-RUN_DEPENDS= jansson>0:devel/jansson
+RUN_DEPENDS= jansson>=2.4:devel/jansson
CMAKE_ARGS= -DWITH_JOURNALD=off \
-DDOWNLOAD_DEPENDENCIES=off