Date: Sat, 13 Jan 2018 20:47:24 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458941 - head/security/acme.sh Message-ID: <201801132047.w0DKlOG0039587@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801132047.w0DKlOG0039587>