mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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) MFH: 2019Q2
This commit is contained in:
parent
ba473bfe65
commit
03b3f892cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499020
@ -4,6 +4,7 @@
|
||||
PORTNAME= caddy
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.11.5
|
||||
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