Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2019 19:02:11 +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: r512804 - head/devel/awscli
Message-ID:  <201909251902.x8PJ2B2e017558@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Wed Sep 25 19:02:10 2019
New Revision: 512804
URL: https://svnweb.freebsd.org/changeset/ports/512804

Log:
  devel/awscli: use mandoc instead of groff, suggest auto-complete
  
  Add patch from PR 240664 to use mandoc instead of groff, and remove the
  DOCS option and runtime dependency on groff. Bump PORTREVISION due to
  the change in package dependencies.
  
  While here, add pkg-message with instructions on how to enable auto-
  complete for awscli.
  
  PR:		240664
  Submitted by:	nork@ninth-nine.com
  Sponsored by:	Miles AS

Modified:
  head/devel/awscli/Makefile

Modified: head/devel/awscli/Makefile
==============================================================================
--- head/devel/awscli/Makefile	Wed Sep 25 18:15:32 2019	(r512803)
+++ head/devel/awscli/Makefile	Wed Sep 25 19:02:10 2019	(r512804)
@@ -3,7 +3,7 @@
 
 PORTNAME=	awscli
 PORTVERSION=	1.16.227
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 
@@ -24,8 +24,6 @@ USES=		python
 USE_PYTHON=	autoplist distutils concurrent noflavors
 
 NO_ARCH=	yes
-
-OPTIONS_DEFINE=	DOCS
-DOCS_USES=	groff:run
+SUB_FILES=	pkg-message
 
 .include <bsd.port.mk>



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