Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2015 09:51:15 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387373 - head/devel/rebar3
Message-ID:  <201505250951.t4P9pFo4021182@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Mon May 25 09:51:14 2015
New Revision: 387373
URL: https://svnweb.freebsd.org/changeset/ports/387373

Log:
  Upgrade to snapshot fe181f9.
  
  Use OPTIONS helpers to handle plist files.

Modified:
  head/devel/rebar3/Makefile
  head/devel/rebar3/distinfo

Modified: head/devel/rebar3/Makefile
==============================================================================
--- head/devel/rebar3/Makefile	Mon May 25 09:49:14 2015	(r387372)
+++ head/devel/rebar3/Makefile	Mon May 25 09:51:14 2015	(r387373)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rebar3
-PORTVERSION=	20150517
+PORTVERSION=	20150525
 CATEGORIES=	devel
 MASTER_SITES+=	http://olgeni.olgeni.com/~olgeni/distfiles/:deps \
 		LOCAL/olgeni:deps
@@ -20,22 +20,18 @@ OPTIONS_DEFINE=	BASH ZSH
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rebar
-GH_TAGNAME=	9ad3025
+GH_TAGNAME=	fe181f9
 
 PLIST_FILES=	bin/${PORTNAME}
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MBASH}
-PLIST_FILES+=	share/bash-completion/completions/rebar3
-.endif
+BASH_PLIST_FILES=	share/bash-completion/completions/rebar3
+ZSH_PLIST_FILES=	share/zsh/site-functions/_rebar3
 
-.if ${PORT_OPTIONS:MZSH}
-PLIST_FILES+=	share/zsh/site-functions/_rebar3
-.endif
+.include <bsd.port.options.mk>
 
 post-extract:
 	@${CP} -R ${WRKDIR}/_build ${WRKSRC}/
+	@${RM} ${WRKSRC}/rebar.lock
 
 do-build:
 	@cd ${WRKSRC} && ./bootstrap

Modified: head/devel/rebar3/distinfo
==============================================================================
--- head/devel/rebar3/distinfo	Mon May 25 09:49:14 2015	(r387372)
+++ head/devel/rebar3/distinfo	Mon May 25 09:51:14 2015	(r387373)
@@ -1,4 +1,4 @@
-SHA256 (rebar-rebar3-20150517-9ad3025_GH0.tar.gz) = aa1e593b606377dfa1fa8f0193c3b6105021e773128b88896cf2223dd815c4c4
-SIZE (rebar-rebar3-20150517-9ad3025_GH0.tar.gz) = 137588
+SHA256 (rebar-rebar3-20150525-fe181f9_GH0.tar.gz) = ce6fbb6b40433590b45895e983dc2cd69b21bef84a0d169a0a1076a9c26730cf
+SIZE (rebar-rebar3-20150525-fe181f9_GH0.tar.gz) = 142623
 SHA256 (rebar3-deps-1.tar.gz) = e3fe87c4867798a158a1b5678f84ecd01e29d2f8457e78f535d0a98ec69a10be
 SIZE (rebar3-deps-1.tar.gz) = 7728623



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