Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 21:10:48 +0000 (UTC)
From:      "Bradley T. Hughes" <bhughes@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511778 - head/devel/awscli
Message-ID:  <201909102110.x8ALAmcW084857@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Tue Sep 10 21:10:48 2019
New Revision: 511778
URL: https://svnweb.freebsd.org/changeset/ports/511778

Log:
  devel/awscli: fix typo, DOCS_USERS -> DOCS_USES
  
  Bump PORTREVISION since this changes the runtime dependencies.
  
  Reviewed by:	tobik
  Sponsored by:	Miles AS

Modified:
  head/devel/awscli/Makefile

Modified: head/devel/awscli/Makefile
==============================================================================
--- head/devel/awscli/Makefile	Tue Sep 10 21:04:16 2019	(r511777)
+++ head/devel/awscli/Makefile	Tue Sep 10 21:10:48 2019	(r511778)
@@ -3,6 +3,7 @@
 
 PORTNAME=	awscli
 PORTVERSION=	1.16.227
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 
@@ -25,6 +26,6 @@ USE_PYTHON=	autoplist distutils concurrent noflavors
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=	DOCS
-DOCS_USERS=	groff:run
+DOCS_USES=	groff:run
 
 .include <bsd.port.mk>



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