From owner-svn-ports-head@freebsd.org Sun Mar 26 10:47:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C7D2D1DD17; Sun, 26 Mar 2017 10:47:46 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCBA01CC8; Sun, 26 Mar 2017 10:47:45 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2QAliH7023385; Sun, 26 Mar 2017 10:47:44 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QAli18023384; Sun, 26 Mar 2017 10:47:44 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201703261047.v2QAli18023384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 26 Mar 2017 10:47:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436954 - head/security/acme-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 10:47:46 -0000 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