Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2019 21:44:08 +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: r510027 - head/devel/awscli
Message-ID:  <201908272144.x7RLi8J1056752@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Tue Aug 27 21:44:08 2019
New Revision: 510027
URL: https://svnweb.freebsd.org/changeset/ports/510027

Log:
  devel/awscli: add DOCS option
  
  Allow users to skip the groff runtime dependency by disabling the DOCS
  option.
  
  Sponsored by:	Miles AS

Modified:
  head/devel/awscli/Makefile
  head/devel/awscli/distinfo

Modified: head/devel/awscli/Makefile
==============================================================================
--- head/devel/awscli/Makefile	Tue Aug 27 20:48:27 2019	(r510026)
+++ head/devel/awscli/Makefile	Tue Aug 27 21:44:08 2019	(r510027)
@@ -12,6 +12,8 @@ COMMENT=	Universal Command Line Interface for Amazon W
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+OPTIONS_DEFINE=	DOCS
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}botocore>=1.12.213:devel/py-botocore@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}s3transfer>=0.2.0:net/py-s3transfer@${PY_FLAVOR} \
@@ -19,8 +21,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}botocore>=1.12.213
 		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR}
 
-USES=		python groff:run
+USES=		python
 USE_PYTHON=	autoplist distutils concurrent noflavors
+DOCS_USERS=	groff:run
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/awscli/distinfo
==============================================================================
--- head/devel/awscli/distinfo	Tue Aug 27 20:48:27 2019	(r510026)
+++ head/devel/awscli/distinfo	Tue Aug 27 21:44:08 2019	(r510027)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566420800
+TIMESTAMP = 1566940624
 SHA256 (awscli-1.16.223.tar.gz) = 8b6af630d30e7a35ef27e24562387604455b41af6f411ee1b2e96d546badbe67
 SIZE (awscli-1.16.223.tar.gz) = 843838



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