Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2025 09:47:39 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: 5bd41ca80c94 - main - shells/powershell: Depend on misc/terminfo-db to fix duplicated symbols in the input
Message-ID:  <202502280947.51S9ldlT007732@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

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

commit 5bd41ca80c946426099ac1c10fd5759a724e70a6
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-02-28 05:56:30 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-02-28 09:47:05 +0000

    shells/powershell: Depend on misc/terminfo-db to fix duplicated symbols in the input
---
 shells/powershell/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shells/powershell/Makefile b/shells/powershell/Makefile
index d8b7a65e66c5..2b1286fc04d1 100644
--- a/shells/powershell/Makefile
+++ b/shells/powershell/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	powershell
 DISTVERSIONPREFIX=v
 DISTVERSION=	7.5.0
+PORTREVISION=	1
 CATEGORIES=	shells
 
 MAINTAINER=	arrowd@FreeBSD.org
@@ -15,6 +16,7 @@ LIB_DEPENDS=	libbrotlienc.so:archivers/brotli \
 		libinotify.so:devel/libinotify \
 		libunwind.so:devel/libunwind
 RUN_DEPENDS=	dotnet:lang/dotnet-host \
+		terminfo-db>0:misc/terminfo-db \
 		${LOCALBASE}/lib/powershell/libpsl-native.so:shells/libpowershell-native \
 		${LOCALBASE}/lib/libicuuc.so:devel/icu
 


home | help

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