Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2017 10:47:44 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436954 - head/security/acme-client
Message-ID:  <201703261047.v2QAli18023384@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sun Mar 26 10:47:44 2017
New Revision: 436954
URL: https://svnweb.freebsd.org/changeset/ports/436954

Log:
  security/acme-client:	Add run-time dep on ca_root_nss
  
    - acme-client fails at runtime if CA roots not installed
  
  PR:		215722
  Reported by:	pete@nomadlogic.org

Modified:
  head/security/acme-client/Makefile

Modified: head/security/acme-client/Makefile
==============================================================================
--- head/security/acme-client/Makefile	Sun Mar 26 10:42:16 2017	(r436953)
+++ head/security/acme-client/Makefile	Sun Mar 26 10:47:44 2017	(r436954)
@@ -13,6 +13,8 @@ COMMENT=	Native C client for Let's Encry
 
 LICENSE=	ISCL
 
+RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
+
 USES=		gmake tar:tgz ssl
 
 MAKEFILE=	GNUmakefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703261047.v2QAli18023384>