svn commit: r458941 - head/security/acme.sh

Dan Langille dvl at FreeBSD.org
Sat Jan 13 20:47:26 UTC 2018


Author: dvl
Date: Sat Jan 13 20:47:24 2018
New Revision: 458941
URL: https://svnweb.freebsd.org/changeset/ports/458941

Log:
  Set STANDALONE default to ON by default.
  This pulls in net/socat
  
  PR:		225107
  Submitted by:	Ed Schouten <ed at FreeBSD.org>

Modified:
  head/security/acme.sh/Makefile

Modified: head/security/acme.sh/Makefile
==============================================================================
--- head/security/acme.sh/Makefile	Sat Jan 13 20:36:29 2018	(r458940)
+++ head/security/acme.sh/Makefile	Sat Jan 13 20:47:24 2018	(r458941)
@@ -2,7 +2,7 @@
 
 PORTNAME=	acme.sh
 PORTVERSION=	2.7.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 
 MAINTAINER=	dvl at FreeBSD.org
@@ -19,7 +19,7 @@ GROUPS=	acme
 OPTIONS_DEFINE=	DOCS BINDTOOLS STANDALONE
 OPTIONS_SINGLE=	HTTP
 OPTIONS_SINGLE_HTTP=	CURL WGET
-OPTIONS_DEFAULT=	CURL
+OPTIONS_DEFAULT=	CURL STANDALONE
 BINDTOOLS_DESC=	Depend on bind-tools for nsupdate
 BINDTOOLS_RUN_DEPENDS=	${LOCALBASE}/bin/nsupdate:dns/bind-tools
 STANDALONE_DESC=	Standalone mode requres SOCAT


More information about the svn-ports-all mailing list