aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-04-06 07:19:34 +0800
committerpav <pav@FreeBSD.org>2004-04-06 07:19:34 +0800
commit86b7f6518bf4e38ef34d7367ed2a00ac45b553db (patch)
tree1e40d9bd5a400b0d44dd2da6de27f9a02e2f37b9
parente5c202a262846698dd5b225f12d566706f089180 (diff)
downloadfreebsd-ports-graphics-86b7f6518bf4e38ef34d7367ed2a00ac45b553db.tar.gz
freebsd-ports-graphics-86b7f6518bf4e38ef34d7367ed2a00ac45b553db.tar.zst
freebsd-ports-graphics-86b7f6518bf4e38ef34d7367ed2a00ac45b553db.zip
- Chase zope-2.7 update (change of dependency file)
-rw-r--r--databases/zpygresqlda/Makefile2
-rw-r--r--www/knowledgekit/Makefile2
-rw-r--r--www/mod_pcgi2/Makefile2
-rw-r--r--www/squishdot/Makefile2
-rw-r--r--www/znavigator/Makefile2
-rw-r--r--www/zope-zmysqlda/Makefile2
-rw-r--r--www/zope-zpt/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/databases/zpygresqlda/Makefile b/databases/zpygresqlda/Makefile
index 7067ebf7f6b..4dc8e1c88a3 100644
--- a/databases/zpygresqlda/Makefile
+++ b/databases/zpygresqlda/Makefile
@@ -15,7 +15,7 @@ DISTNAME= ZPyGreSQLDA-0.3-rjr2
MAINTAINER= ports@FreeBSD.org
COMMENT= PostgreSQL database adapter for Zope
-RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope
+RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope
LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
POSTGRESQL_PORT?= databases/postgresql7
diff --git a/www/knowledgekit/Makefile b/www/knowledgekit/Makefile
index 4807da508f4..695abdf0a7d 100644
--- a/www/knowledgekit/Makefile
+++ b/www/knowledgekit/Makefile
@@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A mechanism for the automatic creation and maintenance of Knowledge Bases
-RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope
+RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope
NO_BUILD= YES
PKGMESSAGE= ${WRKDIR}/.MESSAGE
diff --git a/www/mod_pcgi2/Makefile b/www/mod_pcgi2/Makefile
index 7d93401cd4d..0ebb3d7042f 100644
--- a/www/mod_pcgi2/Makefile
+++ b/www/mod_pcgi2/Makefile
@@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= perky@FreeBSD.org
COMMENT= Persistent CGI module for Apache and Zope
-RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope
+RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope
.if defined(WITH_APACHE13)
BUILD_DEPENDS= ${LOCALBASE}/include/apache/httpd.h:${PORTSDIR}/${APACHE_PORT}
diff --git a/www/squishdot/Makefile b/www/squishdot/Makefile
index d71fd00378d..5481fecf590 100644
--- a/www/squishdot/Makefile
+++ b/www/squishdot/Makefile
@@ -15,7 +15,7 @@ DISTNAME= Squishdot-${PORTVERSION:S/./-/g}
MAINTAINER= ports@FreeBSD.org
COMMENT= A web-based news publishing and discussion product for Zope
-RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope
+RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope
USE_PYTHON= yes
USE_ZOPE= yes
diff --git a/www/znavigator/Makefile b/www/znavigator/Makefile
index 6ee8f0d488b..bdef9996d0a 100644
--- a/www/znavigator/Makefile
+++ b/www/znavigator/Makefile
@@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A Zope product to simplify the construction of navigation bars
-RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope
+RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope
NO_BUILD= YES
diff --git a/www/zope-zmysqlda/Makefile b/www/zope-zmysqlda/Makefile
index ce054734299..4f9df3dddce 100644
--- a/www/zope-zmysqlda/Makefile
+++ b/www/zope-zmysqlda/Makefile
@@ -17,7 +17,7 @@ DISTNAME= ${ZOPEPRODUCTNAME}-${PORTVERSION}
MAINTAINER= wjv@FreeBSD.org
COMMENT= MySQL Database Adapter for the Zope web application framework
-RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope \
+RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope \
${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb
USE_PYTHON= yes
diff --git a/www/zope-zpt/Makefile b/www/zope-zpt/Makefile
index 3d099a87fb0..1097eab43d2 100644
--- a/www/zope-zpt/Makefile
+++ b/www/zope-zpt/Makefile
@@ -17,7 +17,7 @@ DISTFILES= PageTemplates-${PORTVERSION}.tar.gz \
MAINTAINER= wjv@FreeBSD.org
COMMENT= Zope Page Templates separate design and logic in Zope applications
-RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope
+RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope
USE_PYTHON= yes
DIST_SUBDIR= zope