pkgsrc-WIP-changes archive

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

gitless: fix path to py-sh after its import



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Mar 22 22:15:13 2020 +0100
Changeset:	f2ff8f9d156ef3f3faa3008bc6331ed8fb9cd57f

Modified Files:
	gitless/Makefile

Log Message:
gitless: fix path to py-sh after its import

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

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

diffstat:
 gitless/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/gitless/Makefile b/gitless/Makefile
index 0ea0930687..9a3da4e852 100644
--- a/gitless/Makefile
+++ b/gitless/Makefile
@@ -13,7 +13,7 @@ LICENSE=	gnu-gpl-v2
 DEPENDS+=	${PYPKGPREFIX}-clint>=0.3.6:../../devel/py-clint
 DEPENDS+=	${PYPKGPREFIX}-pygit2>=0.23.0:../../devel/py-pygit2
 DEPENDS+=	${PYPKGPREFIX}-git-[0-9]*:../../wip/py-git
-DEPENDS+=	${PYPKGPREFIX}-sh>=1.11:../../wip/py-sh
+DEPENDS+=	${PYPKGPREFIX}-sh>=1.11:../../sysutils/py-sh
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index