MFH: r499020
Add missing run dependency to security/ca_root_nss Caddy has a feature for automatic Certification installation from let's encrypt for HTTPS. Without security/ca_root_nss certificates are impossible to install, because root certificate is missing. Bump PORTREVISION. PR: 237293 Submitted by: Pwny Tail <pwnytail@bsd.services> Approved by: Fabian Freyer <fabian.freyer@physik.tu-berlin.de> (maintainer) Approved by: ports-secteam
This commit is contained in:
parent
c30a6409e8
commit
5ed3256ec4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=499092
@ -4,6 +4,7 @@
|
||||
PORTNAME= caddy
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.11.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= fabian.freyer@physik.tu-berlin.de
|
||||
@ -12,6 +13,8 @@ COMMENT= Fast, cross-platform HTTP/2 web server with automatic HTTPS
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
|
||||
|
||||
USES= go
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mholt
|
||||
|
Loading…
Reference in New Issue
Block a user