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:		Wed Sep 30 06:17:44 2015 +0200
Changeset:	34e705bdbc15012902c4d68bb20f94b16c7de188

Modified Files:
	p5-Plucene/Makefile
	py-smcp/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=34e705bdbc15012902c4d68bb20f94b16c7de188

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

diffstat:
 p5-Plucene/Makefile | 2 +-
 py-smcp/Makefile    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/p5-Plucene/Makefile b/p5-Plucene/Makefile
index 636e807..d343c9e 100644
--- a/p5-Plucene/Makefile
+++ b/p5-Plucene/Makefile
@@ -15,7 +15,7 @@ DEPENDS+=	p5-Class-Accessor>=0.18:../../devel/p5-Class-Accessor
 DEPENDS+=	p5-Class-Virtual>=0.03:../../devel/p5-Class-Virtual
 DEPENDS+=	p5-PathTools>=1.1:../../devel/p5-PathTools
 DEPENDS+=	p5-IO-stringy>=2.104:../../devel/p5-IO-stringy
-DEPENDS+=	p5-Lingua-Stem>=0.81:../../wip/p5-Lingua-Stem
+DEPENDS+=	p5-Lingua-Stem>=0.81:../../textproc/p5-Lingua-Stem
 DEPENDS+=	p5-Scalar-List-Utils>=1.13:../../devel/p5-Scalar-List-Utils
 DEPENDS+=	p5-Memoize>=1.01:../../devel/p5-Memoize
 DEPENDS+=	p5-Tie-Array-Sorted>=1.1:../../devel/p5-Tie-Array-Sorted
diff --git a/py-smcp/Makefile b/py-smcp/Makefile
index 56b834c..59ef23f 100644
--- a/py-smcp/Makefile
+++ b/py-smcp/Makefile
@@ -14,5 +14,5 @@ PYDISTUTILSPKG= yes
 
 .include "../../lang/python/extension.mk"
 DEPENDS+=	${PYPKGPREFIX}-chompack>=2.0.0:../../wip/py-chompack
-DEPENDS+=	${PYPKGPREFIX}-cvxopt>=1.1.7:../../wip/py-cvxopt
-.include "../../mk/bsd.pkg.mk"
\ No newline at end of file
+DEPENDS+=	${PYPKGPREFIX}-cvxpy-[0-9]*:../../wip/py-cvxpy
+.include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index