Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2022 19:09:50 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: 3c72e4edde8f - main - devel/stack: After libffi upgrade, add libffi33 to the deps list.
Message-ID:  <202205301909.24UJ9oxv030096@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=3c72e4edde8fc81a5dc2e035ef1e4edcaf982c1b

commit 3c72e4edde8fc81a5dc2e035ef1e4edcaf982c1b
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-05-30 19:08:34 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-05-30 19:09:38 +0000

    devel/stack: After libffi upgrade, add libffi33 to the deps list.
---
 devel/stack/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/stack/Makefile b/devel/stack/Makefile
index a6b7f6d34ff6..7841ad21b7e8 100644
--- a/devel/stack/Makefile
+++ b/devel/stack/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	stack
 PORTVERSION=	2.7.3
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel haskell
 
 MAINTAINER=	haskell@FreeBSD.org
@@ -11,7 +11,8 @@ LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	ca_root_nss>0:security/ca_root_nss \
 		gmake:devel/gmake \
-		${LOCALBASE}/lib/compat/libffi.so.6:devel/libffi321
+		${LOCALBASE}/lib/compat/libffi.so.6:devel/libffi321 \
+		${LOCALBASE}/lib/compat/libffi.so.7:devel/libffi33
 
 USES=		cabal gmake perl5
 USE_GITHUB=	yes



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