svn commit: r414785 - head/net/openntpd

Christian Weisgerber naddy at FreeBSD.org
Sat May 7 20:00:28 UTC 2016


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


More information about the svn-ports-all mailing list