pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rebar3: remove git dependency



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Sat Jul 4 15:13:06 2020 +0200
Changeset:	faaafa614c32b0bde67dd2c2de0ff330b9d028fa

Modified Files:
	rebar3/Makefile

Log Message:
rebar3: remove git dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=faaafa614c32b0bde67dd2c2de0ff330b9d028fa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rebar3/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/rebar3/Makefile b/rebar3/Makefile
index 1602161af8..38d6e0191c 100644
--- a/rebar3/Makefile
+++ b/rebar3/Makefile
@@ -37,8 +37,6 @@ EXTRACT_DIR.${dep}.tar=	${WRKSRC}/_build/default/lib/${dep:C/-.*//}
 #DISTFILES+=				${DISTNAME:S/-/-cache-/}.tar.gz
 #SITES.${DISTNAME:S/-/-cache-/}.tar.gz=	https://ftp.netbsd.org/pub/NetBSD/misc/fhajny/
 
-BUILD_DEPENDS+=		git-[0-9]*:../../devel/git-base
-
 SUBST_CLASSES+=		escript
 SUBST_STAGE.escript=	pre-configure
 SUBST_MESSAGE.escript=	Fix default escript shebang


Home | Main Index | Thread Index | Old Index