Date: Mon, 26 Aug 2024 08:43:55 GMT From: Santhosh Raju <fox@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: acc59bfaaba6 - main - irc/smuxi: Add missing runtime dependencies. Message-ID: <202408260843.47Q8ht6n092612@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fox: URL: https://cgit.FreeBSD.org/ports/commit/?id=acc59bfaaba660535d4cbe5e481fd617fc2398f3 commit acc59bfaaba660535d4cbe5e481fd617fc2398f3 Author: Santhosh Raju <fox@FreeBSD.org> AuthorDate: 2024-08-26 08:38:11 +0000 Commit: Santhosh Raju <fox@FreeBSD.org> CommitDate: 2024-08-26 08:38:11 +0000 irc/smuxi: Add missing runtime dependencies. Bump PORTREVISION to rebuild the package. PR: 280803 Reported by: khwerz@gmail.com --- irc/smuxi/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/irc/smuxi/Makefile b/irc/smuxi/Makefile index 7a882f52180b..56029b79a65c 100644 --- a/irc/smuxi/Makefile +++ b/irc/smuxi/Makefile @@ -1,6 +1,6 @@ PORTNAME= smuxi PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://www.smuxi.org/jaws/data/files/ @@ -17,7 +17,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/log4net.pc:devel/log4net \ bash:shells/bash \ intltool-update:textproc/intltool LIB_DEPENDS= libstfl.so:devel/stfl -RUN_DEPENDS= mono-addins>0:devel/mono-addins +RUN_DEPENDS= mono-addins>0:devel/mono-addins \ + log4net>0:devel/log4net \ + nini>0:devel/nini GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/sharehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408260843.47Q8ht6n092612>
