svn commit: r499092 - branches/2019Q2/www/caddy
Rodrigo Osorio
rodrigo at FreeBSD.org
Tue Apr 16 12:48:07 UTC 2019
Author: rodrigo
Date: Tue Apr 16 12:48:05 2019
New Revision: 499092
URL: https://svnweb.freebsd.org/changeset/ports/499092
Log:
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 at bsd.services>
Approved by: Fabian Freyer <fabian.freyer at physik.tu-berlin.de> (maintainer)
Approved by: ports-secteam
Modified:
branches/2019Q2/www/caddy/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/www/caddy/Makefile
==============================================================================
--- branches/2019Q2/www/caddy/Makefile Tue Apr 16 11:24:43 2019 (r499091)
+++ branches/2019Q2/www/caddy/Makefile Tue Apr 16 12:48:05 2019 (r499092)
@@ -4,6 +4,7 @@
PORTNAME= caddy
DISTVERSIONPREFIX= v
DISTVERSION= 0.11.1
+PORTREVISION= 1
CATEGORIES= www
MAINTAINER= fabian.freyer at physik.tu-berlin.de
@@ -11,6 +12,8 @@ COMMENT= Fast, cross-platform HTTP/2 web server with a
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
USES= go
USE_GITHUB= yes
More information about the svn-ports-all
mailing list