diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-11 22:17:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-11 22:17:09 +0800 |
commit | 372e72617c31db1c4581fe4afef7c94d27f954a4 (patch) | |
tree | 3035fb693d0f6c197a3f776f43f796ebfdc43304 /www | |
parent | 7ea80974619b4e706ed8d000dd3fcf00570d4de1 (diff) | |
download | freebsd-ports-gnome-372e72617c31db1c4581fe4afef7c94d27f954a4.tar.gz freebsd-ports-gnome-372e72617c31db1c4581fe4afef7c94d27f954a4.tar.zst freebsd-ports-gnome-372e72617c31db1c4581fe4afef7c94d27f954a4.zip |
- Fix depends after pear-log update
- Bump PORTREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/horde-base/Makefile | 4 | ||||
-rw-r--r-- | www/horde4-base/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile index d5693b0825a0..5f8ffa01ec60 100644 --- a/www/horde-base/Makefile +++ b/www/horde-base/Makefile @@ -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 \ diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile index d5693b0825a0..5f8ffa01ec60 100644 --- a/www/horde4-base/Makefile +++ b/www/horde4-base/Makefile @@ -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 \ |