1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix depends after pear-log update

- Bump PORTREVISION
This commit is contained in:
Martin Wilke 2007-06-11 14:17:09 +00:00
parent db4aacab2f
commit d1842a5190
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193266
12 changed files with 24 additions and 14 deletions

View File

@ -7,13 +7,14 @@
PORTNAME= DB_QueryTool
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= databases www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= DB

View File

@ -7,13 +7,14 @@
PORTNAME= DB_Sqlite_Tools
PORTVERSION= 0.1.6
PORTREVISION= 1
CATEGORIES= databases www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= an object oriented interface to backup Sqlite databases
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
${PEARDIR}/Log/null.phpLog/null.php:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= DB

View File

@ -7,13 +7,14 @@
PORTNAME= MDB_QueryTool
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= databases www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB
BUILD_DEPENDS= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB \
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= MDB

View File

@ -6,6 +6,7 @@
PORTNAME= eGroupWare
PORTVERSION= 1.2.106
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:C,http://nchc[^ ]+,,}
MASTER_SITE_SUBDIR= egroupware
@ -49,7 +50,7 @@ USE_PHP+= imap
USE_PHP+= gd
.endif
.if defined(WITH_PEAR)
RUN_DEPENDS= ${LOCALBASE}/share/pear/Log.php:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS= ${LOCALBASE}/share/pear/Log/null.php:${PORTSDIR}/sysutils/pear-Log
.endif
.if defined(WITH_LDAP)
USE_PHP+= ldap

View File

@ -7,6 +7,7 @@
PORTNAME= PHPUnit2
PORTVERSION= 2.3.4
PORTREVISION= 1
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
@ -90,7 +91,7 @@ post-patch:
.include <bsd.port.pre.mk>
.if defined(WITH_PEAR_LOG)
RUN_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS+= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"

View File

@ -7,6 +7,7 @@
PORTNAME= PHPUnit
PORTVERSION= 3.0.6
PORTREVISION= 1
CATEGORIES= devel www pear
MASTER_SITES= http://pear.phpunit.de/get/
@ -259,7 +260,7 @@ _TESTSDIR= PHPUnit/Tests
.include <bsd.port.pre.mk>
.if defined(WITH_PEAR_LOG)
RUN_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS+= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
.endif
.if defined(WITH_JSON)

View File

@ -7,12 +7,13 @@
PORTNAME= PHP_Beautifier
PORTVERSION= 0.1.12
PORTREVISION= 1
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR beautifier for PHP
BUILD_DEPENDS= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
BUILD_DEPENDS= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= tokenizer

View File

@ -7,13 +7,14 @@
PORTNAME= VFS
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= devel pear
MAINTAINER= bg1tpt@gmail.com
COMMENT= PEAR Virtual File System API
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= gettext

View File

@ -7,6 +7,7 @@
PORTNAME= LiveUser
PORTVERSION= 0.15.1
PORTREVISION= 1
CATEGORIES= security www pear
MAINTAINER= ports@FreeBSD.org
@ -62,7 +63,7 @@ RUN_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
.endif
.if defined(WITH_PEAR_LOG)
RUN_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS+= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
.endif
.if defined(WITH_PEAR_XML_TREE)

View File

@ -7,6 +7,7 @@
PORTNAME= LiveUser_Admin
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= security www pear
MAINTAINER= ports@FreeBSD.org
@ -59,7 +60,7 @@ RUN_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
.endif
.if defined(WITH_PEAR_LOG)
RUN_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS+= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
.endif
.if defined(WITH_PEAR_XML_TREE)

View File

@ -8,7 +8,7 @@
PORTNAME= horde
DISTVERSIONPREFIX=
DISTVERSION= 3.1.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www
PKGNAMESUFFIX= -base
@ -71,7 +71,7 @@ COMMENT= Common code-base used by Horde applications, written in PHP
#----------------------------------------------------------------------------
RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log \
${PEARDIR}/Mail/RFC822.php:${PORTSDIR}/mail/pear-Mail \
${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \

View File

@ -8,7 +8,7 @@
PORTNAME= horde
DISTVERSIONPREFIX=
DISTVERSION= 3.1.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www
PKGNAMESUFFIX= -base
@ -71,7 +71,7 @@ COMMENT= Common code-base used by Horde applications, written in PHP
#----------------------------------------------------------------------------
RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log \
${PEARDIR}/Mail/RFC822.php:${PORTSDIR}/mail/pear-Mail \
${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \