pkgsrc-WIP-changes archive

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

py-txWS: fix path to py-vcversioner



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Feb 14 11:03:17 2017 +0100
Changeset:	673c546e1bccfe410ebb3f09688cce128db72b1c

Modified Files:
	py-txWS/Makefile

Log Message:
py-txWS: fix path to py-vcversioner

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

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

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

diffs:
diff --git a/py-txWS/Makefile b/py-txWS/Makefile
index 96c35c3f1f..6dc24439c6 100644
--- a/py-txWS/Makefile
+++ b/py-txWS/Makefile
@@ -12,7 +12,7 @@ LICENSE=	mit
 
 DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
-DEPENDS+=	${PYPKGPREFIX}-vcversioner-[0-9]*:../../wip/py-vcversioner 
+DEPENDS+=	${PYPKGPREFIX}-vcversioner-[0-9]*:../../devel/py-vcversioner 
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index