svn commit: r511778 - head/devel/awscli

Bradley T. Hughes bhughes at FreeBSD.org
Tue Sep 10 21:10:49 UTC 2019


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>


More information about the svn-ports-all mailing list