aboutsummaryrefslogtreecommitdiff
path: root/security/acme.sh
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2018-01-13 20:47:24 +0000
committerDan Langille <dvl@FreeBSD.org>2018-01-13 20:47:24 +0000
commit40b8205fe549a099927d62df2c88b0301e1794de (patch)
tree5829b5872f119221525d155331f9895a830bd9aa /security/acme.sh
parentb521a978a65df42d046e499b857381771df8f98d (diff)
downloadports-40b8205fe549a099927d62df2c88b0301e1794de.tar.gz
ports-40b8205fe549a099927d62df2c88b0301e1794de.zip
Set STANDALONE default to ON by default.
This pulls in net/socat PR: 225107 Submitted by: Ed Schouten <ed@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=458941
Diffstat (limited to 'security/acme.sh')
-rw-r--r--security/acme.sh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/acme.sh/Makefile b/security/acme.sh/Makefile
index 8ec165d8c3a6..4764ab5e7b26 100644
--- a/security/acme.sh/Makefile
+++ b/security/acme.sh/Makefile
@@ -2,7 +2,7 @@
PORTNAME= acme.sh
PORTVERSION= 2.7.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MAINTAINER= dvl@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