pkgsrc-WIP-changes archive

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

semgrep: Add dependency to semgrep-core



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Aug 11 13:44:05 2021 +0200
Changeset:	dfa477256ebbea04f734bdaa4d12d66188913188

Modified Files:
	semgrep/Makefile

Log Message:
semgrep: Add dependency to semgrep-core

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

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

diffstat:
 semgrep/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/semgrep/Makefile b/semgrep/Makefile
index 7bfa6c7994..f27f46a0a8 100644
--- a/semgrep/Makefile
+++ b/semgrep/Makefile
@@ -19,6 +19,7 @@ DEPENDS+=	${PYPKGPREFIX}-ruamel-yaml>=0.16.10:../../devel/py-ruamel-yaml
 DEPENDS+=	${PYPKGPREFIX}-tqdm>=4.46.1:../../misc/py-tqdm
 DEPENDS+=	${PYPKGPREFIX}-wcmatch>=8.2:../../textproc/py-wcmatch
 DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3:../../textproc/py-yaml
+DEPENDS+=	semgrep-core-${PKGVERSION_NOREV}{,nb[0-9]*}:../../wip/semgrep-core
 
 # Avoid to install binaries
 INSTALL_ENV+=	HOMEBREW_SYSTEM=yes


Home | Main Index | Thread Index | Old Index