git: 8560760fa75f - main - net/rclone: add security/ca_root_nss run dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 12:47:39 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8560760fa75fc1e5d6e56cdc190a4473c3b2538e
commit 8560760fa75fc1e5d6e56cdc190a4473c3b2538e
Author: James <james@physicalsegment.com>
AuthorDate: 2022-06-08 12:40:29 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-06-08 12:40:29 +0000
net/rclone: add security/ca_root_nss run dependency
- add security/ca_root_nss run dependency to fix rclone when running
with web gui
- bump PORTREVISION
PR: 250695
Approved by: maintainer timeout (tremere@cainites.net, > 1 year)
---
net/rclone/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net/rclone/Makefile b/net/rclone/Makefile
index 0ed1424c7d65..145636911b65 100644
--- a/net/rclone/Makefile
+++ b/net/rclone/Makefile
@@ -1,7 +1,7 @@
PORTNAME= rclone
DISTVERSIONPREFIX= v
DISTVERSION= 1.58.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MAINTAINER= tremere@cainites.net
@@ -10,6 +10,8 @@ COMMENT= Sync files to and from various cloud services
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
+RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
+
USES= cpe go:modules
USE_GITHUB= yes
GH_ACCOUNT= ncw