Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2023 22:52:05 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f212fe8f8203 - main - ports-mgmt/portsdb: Add missing dependencies
Message-ID:  <202301012252.301Mq5gU031054@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit f212fe8f82031c7624295233c6f93d7f60b2fa9f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-01 22:51:50 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-01 22:51:50 +0000

    ports-mgmt/portsdb: Add missing dependencies
---
 ports-mgmt/portsdb/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ports-mgmt/portsdb/Makefile b/ports-mgmt/portsdb/Makefile
index 0d6a1f71634e..7cc8f1fcbd08 100644
--- a/ports-mgmt/portsdb/Makefile
+++ b/ports-mgmt/portsdb/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	portsdb
 DISTVERSION=	0.3
+PORTREVISION=	1
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -9,7 +10,9 @@ WWW=		https://github.com/yurivict/freebsd-portsdb
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	sqlite3:databases/sqlite3
+RUN_DEPENDS=	gsed:textproc/gsed \
+		git:devel/git \
+		sqlite3:databases/sqlite3
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	yurivict



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