Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2017 14:42:50 +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: r441316 - head/security/acme.sh
Message-ID:  <201705201442.v4KEgomM061063@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
  Reported by:	Alexey Dokuchaev <danfe@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705201442.v4KEgomM061063>