Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2018 22:55:29 +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: r461958 - head/security/acme.sh
Message-ID:  <201802152255.w1FMtTds055199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



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