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)
This commit is contained in:
parent
9521e5fdc5
commit
8560760fa7
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue