git: f212fe8f8203 - main - ports-mgmt/portsdb: Add missing dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Jan 2023 22:52:05 UTC
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