diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-11 14:17:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-11 14:17:09 +0000 |
commit | d1842a519071955e6807ea8c26f167f48205a1cc (patch) | |
tree | bf936404a6b799e51234e34d47d74e0797931148 /www | |
parent | - Update to 1.9.11 (diff) |
- Fix depends after pear-log update
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=193266
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 \ |