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

Dan Langille dvl at FreeBSD.org
Sat Dec 23 17:08:17 UTC 2017


Author: dvl
Date: Sat Dec 23 17:08:16 2017
New Revision: 457087
URL: https://svnweb.freebsd.org/changeset/ports/457087

Log:
  Add standalone option to pull in socat
  
  PR:		224549
  Reported by:	ferrao at if.ufrj.br

Modified:
  head/security/acme.sh/Makefile

Modified: head/security/acme.sh/Makefile
==============================================================================
--- head/security/acme.sh/Makefile	Sat Dec 23 17:03:03 2017	(r457086)
+++ head/security/acme.sh/Makefile	Sat Dec 23 17:08:16 2017	(r457087)
@@ -2,6 +2,7 @@
 
 PORTNAME=	acme.sh
 PORTVERSION=	2.7.5
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	dvl at FreeBSD.org
@@ -15,12 +16,15 @@ GH_ACCOUNT=	Neilpang
 USERS=	acme
 GROUPS=	acme
 
-OPTIONS_DEFINE=	DOCS BINDTOOLS
+OPTIONS_DEFINE=	DOCS BINDTOOLS STANDALONE
 OPTIONS_SINGLE=	HTTP
 OPTIONS_SINGLE_HTTP=	CURL WGET
 OPTIONS_DEFAULT=	CURL
 BINDTOOLS_DESC=	Depend on bind-tools for nsupdate
 BINDTOOLS_RUN_DEPENDS=	${LOCALBASE}/bin/nsupdate:dns/bind-tools
+STANDALONE_DESC=	Standalone mode requres SOCAT
+STANDALONE_RUN_DEPENDS=	socat>0:net/socat
+
 CURL_DESC=	Depend on cURL for HTTP(S) queries
 WGET_DESC=	Depend on Wget for HTTP(S) queries
 


More information about the svn-ports-head mailing list