svn commit: r512804 - head/devel/awscli

Bradley T. Hughes bhughes at FreeBSD.org
Wed Sep 25 19:02:11 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list