svn commit: r496117 - head/devel/rebar3

Jimmy Olgeni olgeni at FreeBSD.org
Mon Mar 18 00:40:14 UTC 2019


Author: olgeni
Date: Mon Mar 18 00:40:13 2019
New Revision: 496117
URL: https://svnweb.freebsd.org/changeset/ports/496117

Log:
  devel/rebar3: install shell completion files by default.

Modified:
  head/devel/rebar3/Makefile

Modified: head/devel/rebar3/Makefile
==============================================================================
--- head/devel/rebar3/Makefile	Mon Mar 18 00:38:54 2019	(r496116)
+++ head/devel/rebar3/Makefile	Mon Mar 18 00:40:13 2019	(r496117)
@@ -3,7 +3,7 @@
 PORTNAME=	rebar3
 PORTVERSION=	3.9.1
 PORTEPOCH=	1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES+=	LOCAL/olgeni:deps \
 		http://olgeni.olgeni.com/~olgeni/distfiles/:deps \
@@ -22,6 +22,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/erl:lang/erlang \
 RUN_DEPENDS=	${LOCALBASE}/bin/erl:lang/erlang
 
 OPTIONS_DEFINE=	BASH ZSH EXAMPLES
+OPTIONS_DEFAULT=BASH ZSH
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rebar


More information about the svn-ports-all mailing list