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: Fri Sep 25 17:36:13 2015 +0200
Changeset: 09c6c8b85842297e937455463b97e85af803a1b0
Modified Files:
dotproject/Makefile
p5-Task-Catalyst/Makefile
py-geopy/Makefile
py-rf/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=09c6c8b85842297e937455463b97e85af803a1b0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
dotproject/Makefile | 4 +++-
p5-Task-Catalyst/Makefile | 2 +-
py-geopy/Makefile | 2 +-
py-rf/Makefile | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)
diffs:
diff --git a/dotproject/Makefile b/dotproject/Makefile
index b8de542..b2e052a 100644
--- a/dotproject/Makefile
+++ b/dotproject/Makefile
@@ -20,7 +20,9 @@ DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.4.0:../../www/ap-php
# extensions buildable with both PHP 5.x
DEPENDS+= ${PHP_PKG_PREFIX}-apc>=4.4.0:../../www/php-apc
-DEPENDS+= ${PHP_PKG_PREFIX}-eaccelerator>=4.4.0:../../www/php-eaccelerator
+# eaccelerator is gone from pkgsrc
+BROKEN= depends on missing www/php-eaccelerator package
+#DEPENDS+= ${PHP_PKG_PREFIX}-eaccelerator>=4.4.0:../../www/php-eaccelerator
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.4.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.4.0:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-pdflib>=4.4.0:../../print/php-pdflib
diff --git a/p5-Task-Catalyst/Makefile b/p5-Task-Catalyst/Makefile
index ad17457..a7c7f43 100644
--- a/p5-Task-Catalyst/Makefile
+++ b/p5-Task-Catalyst/Makefile
@@ -27,7 +27,7 @@ DEPENDS+= p5-Catalyst-Plugin-Session-State-Cookie>=0.02:../../www/p5-Catalyst-Pl
DEPENDS+= p5-Catalyst-Plugin-Session-State-URI>=0.02:../../wip/p5-Catalyst-Plugin-Session-State-URI
DEPENDS+= p5-Catalyst-Plugin-Authentication>=0.05:../../www/p5-Catalyst-Plugin-Authentication
DEPENDS+= p5-Catalyst-Plugin-Authentication-Store-Htpasswd>=0.02:../../wip/p5-Catalyst-Plugin-Authentication-Store-Htpasswd
-DEPENDS+= p5-Catalyst-Plugin-Authorization-ACL>=0.06:../../wip/p5-Catalyst-Plugin-Authorization-ACL
+DEPENDS+= p5-Catalyst-Plugin-Authorization-ACL>=0.06:../../www/p5-Catalyst-Plugin-Authorization-ACL
DEPENDS+= p5-Catalyst-Plugin-Authorization-Roles>=0.03:../../www/p5-Catalyst-Plugin-Authorization-Roles
DEPENDS+= p5-Catalyst-Plugin-I18N>=0.05:../../www/p5-Catalyst-Plugin-I18N
DEPENDS+= p5-XML-Parser>=0:../../textproc/p5-XML-Parser
diff --git a/py-geopy/Makefile b/py-geopy/Makefile
index 7ee944a..c9a8e57 100644
--- a/py-geopy/Makefile
+++ b/py-geopy/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/packages/source/g/geopy/
COMMENT= Python Geocoding Toolbox
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.4.0:../../wip/py-requests-oauthlib
+DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.4.0:../../security/py-requests-oauthlib
USE_LANGUAGES= # none
diff --git a/py-rf/Makefile b/py-rf/Makefile
index dbc6138..7a6d21a 100644
--- a/py-rf/Makefile
+++ b/py-rf/Makefile
@@ -11,7 +11,7 @@ COMMENT= Receiver function calculation in seismology
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-geographiclib>=1.31:../../wip/py-geographiclib
-DEPENDS+= ${PYPKGPREFIX}-obspy>=0.8.4:../../wip/py-obspy
+DEPENDS+= ${PYPKGPREFIX}-obspy>=0.8.4:../../geography/py-obspy
DEPENDS+= ${PYPKGPREFIX}-toeplitz>=0.1.2:../../wip/py-toeplitz
USE_LANGUAGES= c fortran
Home |
Main Index |
Thread Index |
Old Index