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

Dan Langille dvl at FreeBSD.org
Thu Feb 15 22:55:29 UTC 2018


Author: dvl
Date: Thu Feb 15 22:55:28 2018
New Revision: 461958
URL: https://svnweb.freebsd.org/changeset/ports/461958

Log:
  Fix typo
  
  Reported by:	"Herbert J. Skuhra" <herbert at gojira.at>

Modified:
  head/security/acme.sh/Makefile

Modified: head/security/acme.sh/Makefile
==============================================================================
--- head/security/acme.sh/Makefile	Thu Feb 15 22:54:01 2018	(r461957)
+++ head/security/acme.sh/Makefile	Thu Feb 15 22:55:28 2018	(r461958)
@@ -2,6 +2,7 @@
 
 PORTNAME=	acme.sh
 PORTVERSION=	2.7.6
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	dvl at FreeBSD.org
@@ -21,7 +22,7 @@ OPTIONS_SINGLE_HTTP=	CURL WGET
 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
+STANDALONE_DESC=	Standalone mode requires SOCAT
 STANDALONE_RUN_DEPENDS=	socat>0:net/socat
 
 CURL_DESC=	Depend on cURL for HTTP(S) queries


More information about the svn-ports-head mailing list