Date: Mon, 8 Jul 2024 15:30:57 GMT From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8ff929c68b37 - main - news/nzbget: Add missing RUN_DEPENDS Message-ID: <202407081530.468FUvNW007708@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by zi: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ff929c68b375d72450f9e5b72aec99b294a7868 commit 8ff929c68b375d72450f9e5b72aec99b294a7868 Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2024-07-08 15:30:03 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2024-07-08 15:30:03 +0000 news/nzbget: Add missing RUN_DEPENDS - Bump PORTREVISION Approved by: blanket --- news/nzbget/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index cfa72407cbf6..fca6b05a9942 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -1,5 +1,6 @@ PORTNAME= nzbget PORTVERSION= 24.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= news @@ -11,6 +12,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_json.so:devel/boost-libs \ libxml2.so:textproc/libxml2 +RUN_DEPENDS= 7-zip>0:archivers/7-zip \ + unrar>0:archivers/unrar USES= cmake ncurses python:build ssl USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407081530.468FUvNW007708>