pkgsrc-WIP-changes archive

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

lua-busted: some things moved out of wip



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Wed Jul 8 16:14:04 2020 +0100
Changeset:	72d9374d2c86f2b55bd02a299415a82666aeb761

Modified Files:
	lua-busted/Makefile

Log Message:
lua-busted: some things moved out of wip

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

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

diffstat:
 lua-busted/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/lua-busted/Makefile b/lua-busted/Makefile
index ecf453426c..6fb826989b 100644
--- a/lua-busted/Makefile
+++ b/lua-busted/Makefile
@@ -13,13 +13,13 @@ LICENSE=	mit
 
 DEPENDS+=	${LUA_PKGPREFIX}-cliargs-[0-9]*:../../wip/lua-cliargs
 DEPENDS+=	${LUA_PKGPREFIX}-filesystem-[0-9]*:../../devel/lua-filesystem
-DEPENDS+=	${LUA_PKGPREFIX}-system-[0-9]*:../../wip/lua-system
+DEPENDS+=	${LUA_PKGPREFIX}-system-[0-9]*:../../devel/lua-system
 DEPENDS+=	${LUA_PKGPREFIX}-dkjson-[0-9]*:../../wip/lua-dkjson
 DEPENDS+=	${LUA_PKGPREFIX}-say-[0-9]*:../../wip/lua-say
 DEPENDS+=	${LUA_PKGPREFIX}-luassert-[0-9]*:../../wip/lua-luassert
-DEPENDS+=	${LUA_PKGPREFIX}-term-[0-9]*:../../wip/lua-term
+DEPENDS+=	${LUA_PKGPREFIX}-term-[0-9]*:../../devel/lua-term
 DEPENDS+=	${LUA_PKGPREFIX}-penlight-[0-9]*:../../devel/lua-penlight
-DEPENDS+=	${LUA_PKGPREFIX}-mediator-[0-9]*:../../wip/lua-mediator
+DEPENDS+=	${LUA_PKGPREFIX}-mediator-[0-9]*:../../devel/lua-mediator
 
 NO_BUILD=	yes
 


Home | Main Index | Thread Index | Old Index