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

Dan Langille dvl at FreeBSD.org
Sat May 20 14:42:51 UTC 2017


Author: dvl
Date: Sat May 20 14:42:50 2017
New Revision: 441316
URL: https://svnweb.freebsd.org/changeset/ports/441316

Log:
  whitespace adjustments
  
  Submitted by:	Joseph Mingrone <jrm at FreeBSD.org>
  Reported by:	Alexey Dokuchaev <danfe at freebsd.org>

Modified:
  head/security/acme.sh/Makefile

Modified: head/security/acme.sh/Makefile
==============================================================================
--- head/security/acme.sh/Makefile	Sat May 20 14:29:10 2017	(r441315)
+++ head/security/acme.sh/Makefile	Sat May 20 14:42:50 2017	(r441316)
@@ -2,6 +2,7 @@
 
 PORTNAME=	acme.sh
 PORTVERSION=	2.6.9
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 
@@ -10,18 +11,18 @@ COMMENT=	ACME protocol client written in
 
 LICENSE=	GPLv3+
 
-RUN_DEPENDS=	curl:ftp/curl
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	Neilpang
 
-USERS=  acme
-GROUPS= acme
+USERS=	acme
+GROUPS=	acme
 
-OPTIONS_DEFINE=	CURL DOCS WGET
+OPTIONS_DEFINE=	DOCS
+OPTIONS_SINGLE=	HTTP
+OPTIONS_SINGLE_HTTP=	CURL WGET
 OPTIONS_DEFAULT=	CURL
-CURL_DESC=	Add ftp/curl as a run-time dependency
-WGET_DESC=	Add ftp/wget as a run-time dependency
+CURL_DESC=	Depend on cURL for HTTP(S) queries
+WGET_DESC=	Depend on Wget for HTTP(S) queries
 
 NO_ARCH=	yes
 NO_BUILD=	yes


More information about the svn-ports-all mailing list