pkgsrc-WIP-changes archive

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

fix dangling dependencies



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Tue Oct 6 15:26:56 2015 +0200
Changeset:	3c05933db9820e75b319c824fea6ba649451ac57

Modified Files:
	p5-Catalyst-Controller-DBIC-API/Makefile
	py-emmsa/Makefile
	py-restkit/Makefile

Log Message:
fix dangling dependencies

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

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

diffstat:
 p5-Catalyst-Controller-DBIC-API/Makefile | 2 +-
 py-emmsa/Makefile                        | 2 +-
 py-restkit/Makefile                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/p5-Catalyst-Controller-DBIC-API/Makefile b/p5-Catalyst-Controller-DBIC-API/Makefile
index 2c50de4..8be52da 100644
--- a/p5-Catalyst-Controller-DBIC-API/Makefile
+++ b/p5-Catalyst-Controller-DBIC-API/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Provides a REST interface to DBIx::Class
 DEPENDS+=	p5-ExtUtils-MakeMaker>0:../../devel/p5-ExtUtils-MakeMaker
 DEPENDS+=	p5-MooseX-Types-Structured>0:../../devel/p5-MooseX-Types-Structured
 DEPENDS+=	p5-CGI-Expand>0:../../wip/p5-CGI-Expand
-DEPENDS+=	p5-Catalyst-Model-DBIC-Schema>0:../../wip/p5-Catalyst-Model-DBIC-Schema
+DEPENDS+=	p5-Catalyst-Model-DBIC-Schema>0:../../databases/p5-Catalyst-Model-DBIC-Schema
 DEPENDS+=	p5-Catalyst-Action-REST>0:../../www/p5-Catalyst-Action-REST
 DEPENDS+=	p5-Data-Printer>0:../../devel/p5-Data-Printer
 DEPENDS+=	p5-Test-WWW-Mechanize-Catalyst>0:../../www/p5-Test-WWW-Mechanize-Catalyst
diff --git a/py-emmsa/Makefile b/py-emmsa/Makefile
index 0ee2b19..c0fb6b8 100644
--- a/py-emmsa/Makefile
+++ b/py-emmsa/Makefile
@@ -12,7 +12,7 @@ LICENSE=	mit
 
 DEPENDS+=	${PYPKGPREFIX}-rpy>=2.1.3:../../math/py-rpy
 DEPENDS+=	${PYPKGPREFIX}-Elixir>=0.7.0:../../databases/py-elixir
-DEPENDS+=	${PYPKGPREFIX}-pandas>=0.3.0:../../wip/py-pandas
+DEPENDS+=	${PYPKGPREFIX}-pandas>=0.3.0:../../math/py-pandas
 
 WRKSRC=		${WRKDIR}/EMMSA-0.0.3
 
diff --git a/py-restkit/Makefile b/py-restkit/Makefile
index 878d962..1967235 100644
--- a/py-restkit/Makefile
+++ b/py-restkit/Makefile
@@ -15,7 +15,7 @@ DEPENDS+=	${PYPKGPREFIX}-socketpool>=0.5.3:../../net/py-socketpool
 DEPENDS+=       ${PYPKGPREFIX}-simplejson>=2.0.9:../../converters/py-simplejson
 DEPENDS+=       ${PYPKGPREFIX}-pygments>=1.3.1:../../textproc/py-pygments
 DEPENDS+=       ${PYPKGPREFIX}-eventlet>=0.9.7:../../wip/py-eventlet
-DEPENDS+=       ${PYPKGPREFIX}-gevent>=0.13.0:../../wip/py-gevent
+DEPENDS+=       ${PYPKGPREFIX}-gevent>=0.13.0:../../net/py-gevent
 DEPENDS+=       ${PYPKGPREFIX}-WebOb>=0.9.8:../../www/py-WebOb
 
 USE_LANGUAGES=	# none


Home | Main Index | Thread Index | Old Index