- 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 PORTNAME= DB_QueryTool
PORTVERSION= 1.1.0 PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= databases www pear CATEGORIES= databases www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-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} RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= DB CATEGORY= DB

View file

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

View file

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

View file

@ -6,6 +6,7 @@
PORTNAME= eGroupWare PORTNAME= eGroupWare
PORTVERSION= 1.2.106 PORTVERSION= 1.2.106
PORTREVISION= 1
CATEGORIES= deskutils CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:C,http://nchc[^ ]+,,} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:C,http://nchc[^ ]+,,}
MASTER_SITE_SUBDIR= egroupware MASTER_SITE_SUBDIR= egroupware
@ -49,7 +50,7 @@ USE_PHP+= imap
USE_PHP+= gd USE_PHP+= gd
.endif .endif
.if defined(WITH_PEAR) .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 .endif
.if defined(WITH_LDAP) .if defined(WITH_LDAP)
USE_PHP+= ldap USE_PHP+= ldap

View file

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

View file

@ -7,6 +7,7 @@
PORTNAME= PHPUnit PORTNAME= PHPUnit
PORTVERSION= 3.0.6 PORTVERSION= 3.0.6
PORTREVISION= 1
CATEGORIES= devel www pear CATEGORIES= devel www pear
MASTER_SITES= http://pear.phpunit.de/get/ MASTER_SITES= http://pear.phpunit.de/get/
@ -259,7 +260,7 @@ _TESTSDIR= PHPUnit/Tests
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if defined(WITH_PEAR_LOG) .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 .endif
.if defined(WITH_JSON) .if defined(WITH_JSON)

View file

@ -7,12 +7,13 @@
PORTNAME= PHP_Beautifier PORTNAME= PHP_Beautifier
PORTVERSION= 0.1.12 PORTVERSION= 0.1.12
PORTREVISION= 1
CATEGORIES= devel www pear CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR beautifier for PHP 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} RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= tokenizer USE_PHP= tokenizer

View file

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

View file

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

View file

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

View file

@ -8,7 +8,7 @@
PORTNAME= horde PORTNAME= horde
DISTVERSIONPREFIX= DISTVERSIONPREFIX=
DISTVERSION= 3.1.4 DISTVERSION= 3.1.4
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= www CATEGORIES= www
PKGNAMESUFFIX= -base 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 \ 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/RFC822.php:${PORTSDIR}/mail/pear-Mail \
${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \

View file

@ -8,7 +8,7 @@
PORTNAME= horde PORTNAME= horde
DISTVERSIONPREFIX= DISTVERSIONPREFIX=
DISTVERSION= 3.1.4 DISTVERSION= 3.1.4
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= www CATEGORIES= www
PKGNAMESUFFIX= -base 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 \ 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/RFC822.php:${PORTSDIR}/mail/pear-Mail \
${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \