git: ba3d191679ba - main - net-p2p/cardano-node: fix depends

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Wed, 22 Mar 2023 08:50:34 UTC
The branch main has been updated by antoine:

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

commit ba3d191679badaa64e76a5b984e818a274777a66
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-03-22 08:50:15 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-03-22 08:50:15 +0000

    net-p2p/cardano-node: fix depends
---
 net-p2p/cardano-node/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/cardano-node/Makefile b/net-p2p/cardano-node/Makefile
index 9ab272cb14db..93d7cf95494b 100644
--- a/net-p2p/cardano-node/Makefile
+++ b/net-p2p/cardano-node/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cardano-node
 PORTVERSION=	1.35.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-p2p
 MASTER_SITES=	https://input-output-hk.github.io/cardano-haskell-packages/package/:chap
 
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 NOT_FOR_ARCHS=	i386
 
 BUILD_DEPENDS=	ghc-8.10.7:lang/ghc810
-RUN_DEPENDS=	${LOCALBASE}/share/rc-subr-jail:ports-mgmt/rc-subr-jail
+RUN_DEPENDS=	${LOCALBASE}/share/rc-subr-jail/rc.subr.jail:ports-mgmt/rc-subr-jail
 
 USES=		autoreconf:build cabal gmake libtool pkgconfig