svn commit: r436954 - head/security/acme-client

Bernard Spil brnrd at FreeBSD.org
Sun Mar 26 10:47:46 UTC 2017


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 at 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


More information about the svn-ports-head mailing list