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: Mon Oct 19 15:34:13 2015 +0200
Changeset: 4088aada001357cd321aaee7cf77ef436dccea32
Modified Files:
py-graphmin/Makefile
py-graphpath/Makefile
py-mark/Makefile
py-rdf/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=4088aada001357cd321aaee7cf77ef436dccea32
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-graphmin/Makefile | 2 +-
py-graphpath/Makefile | 2 +-
py-mark/Makefile | 2 +-
py-rdf/Makefile | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/py-graphmin/Makefile b/py-graphmin/Makefile
index fe6dd0b..0908e02 100644
--- a/py-graphmin/Makefile
+++ b/py-graphmin/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE= http://river.styx.org/ww/2010/10/graphmin
COMMENT= RDF Graph Minimisation
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-rdflib>=2.4.2:../../wip/py-rdflib
+DEPENDS+= ${PYPKGPREFIX}-rdflib>=2.4.2:../../textproc/py-rdflib
WRKSRC= ${WRKDIR}/graphmin-0.1.8
diff --git a/py-graphpath/Makefile b/py-graphpath/Makefile
index fd3ff17..7cb470f 100644
--- a/py-graphpath/Makefile
+++ b/py-graphpath/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.langdale.com.au/GraphPath/
COMMENT= Analysing graph-structured data, especially RDF
LICENSE= gnu-gpl-v2
-DEPENDS+= ${PYPKGPREFIX}-rdflib>=2.4.2:../../wip/py-rdflib
+DEPENDS+= ${PYPKGPREFIX}-rdflib>=2.4.2:../../textproc/py-rdflib
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
diff --git a/py-mark/Makefile b/py-mark/Makefile
index 4452160..a423eda 100644
--- a/py-mark/Makefile
+++ b/py-mark/Makefile
@@ -12,7 +12,7 @@ COMMENT=RDF Bookmarking Utilities
LICENSE= gnu-agpl-v3
DEPENDS+= ${PYPKGPREFIX}-argparse>=1.1:../../devel/py-argparse
-DEPENDS+= ${PYPKGPREFIX}-rdflib>=2.4.2:../../wip/py-rdflib
+DEPENDS+= ${PYPKGPREFIX}-rdflib>=2.4.2:../../textproc/py-rdflib
WRKSRC= ${WRKDIR}/mark-0.2
diff --git a/py-rdf/Makefile b/py-rdf/Makefile
index 4c81953..03d0df7 100644
--- a/py-rdf/Makefile
+++ b/py-rdf/Makefile
@@ -12,7 +12,7 @@ COMMENT= Pure Python package providing the core RDF constructs
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-nose>=0.11.3:../../devel/py-nose
-DEPENDS+= ${PYPKGPREFIX}-rdflib>=2.4.2:../../wip/py-rdflib
+DEPENDS+= ${PYPKGPREFIX}-rdflib>=2.4.2:../../textproc/py-rdflib
WRKSRC= ${WRKDIR}/rdf-0.9a6
Home |
Main Index |
Thread Index |
Old Index