From owner-svn-ports-head@freebsd.org Sat May 7 20:00:28 2016 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 35103B32816; Sat, 7 May 2016 20:00:28 +0000 (UTC) (envelope-from naddy@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 05A761980; Sat, 7 May 2016 20:00:27 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u47K0RNw029171; Sat, 7 May 2016 20:00:27 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u47K0Rfv029170; Sat, 7 May 2016 20:00:27 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201605072000.u47K0Rfv029170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Sat, 7 May 2016 20:00:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414785 - head/net/openntpd 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.22 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: Sat, 07 May 2016 20:00:28 -0000 Author: naddy Date: Sat May 7 20:00:26 2016 New Revision: 414785 URL: https://svnweb.freebsd.org/changeset/ports/414785 Log: For the RESSL option, switch the dependency from libressl-devel to security/libressl, now that the latter is new enough. PR: 209343 Submitted by: tom.beard@public-internet.co.uk Modified: head/net/openntpd/Makefile Modified: head/net/openntpd/Makefile ============================================================================== --- head/net/openntpd/Makefile Sat May 7 19:38:53 2016 (r414784) +++ head/net/openntpd/Makefile Sat May 7 20:00:26 2016 (r414785) @@ -2,6 +2,7 @@ PORTNAME= openntpd PORTVERSION= 5.9p1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= OPENBSD/OpenNTPD @@ -24,10 +25,10 @@ RESSL_DESC= SSL/TLS support via LibreSS OPTIONS_DEFAULT= RESSL -# Requires libtls from LibreSSL >= 2.3.2 +# Requires libtls from LibreSSL RESSL_USE= openssl=yes RESSL_VARS= with_openssl_port=yes \ - openssl_port=security/libressl-devel + openssl_port=security/libressl RESSL_CONFIGURE_WITH= cacert=${LOCALBASE}/etc/ssl/cert.pem RESSL_CPPFLAGS= -I${LOCALBASE}/include RESSL_LDFLAGS= -L${LOCALBASE}/lib