summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-06-02 23:35:17 +0000
committersalo <salo@pkgsrc.org>2005-06-02 23:35:17 +0000
commit34ce81aa15a0dd5ac1563d0c3515a7483f6388d2 (patch)
treef5ebf67ac612e3f5100bf07a32e107da10c9d1e0
parente302739fd84caaa66485301104dd1ccfd80aab9d (diff)
downloadpkgsrc-34ce81aa15a0dd5ac1563d0c3515a7483f6388d2.tar.gz
Pullup ticket 535 - requested by Manuel Bouyer
dependencies updates for horde and imp Revisions pulled up: - pkgsrc/www/horde/Makefile 1.36-1.38 - pkgsrc/mail/imp/Makefile 1.31-1.32 Module Name: pkgsrc Committed By: bouyer Date: Thu Jun 2 09:03:27 UTC 2005 Modified Files: pkgsrc/www/horde: Makefile Log Message: Add dependancy to pear-DB and pear-Mail, now that these aren't included in php any more. While here, change -* to -[0-9]* for the pear-Log dependancy. --- Module Name: pkgsrc Committed By: bouyer Date: Thu Jun 2 09:13:44 UTC 2005 Modified Files: pkgsrc/mail/imp: Makefile pkgsrc/www/horde: Makefile Log Message: Move pear-Mail dependancy from www/horde to mail/imp (horde itself doesn't need it). --- Module Name: pkgsrc Committed By: salo Date: Thu Jun 2 23:26:41 UTC 2005 Modified Files: pkgsrc/www/horde: Makefile Log Message: Bump PKGREVISION, DEPENDS changed. (hi bouyer!) --- Module Name: pkgsrc Committed By: salo Date: Thu Jun 2 23:28:11 UTC 2005 Modified Files: pkgsrc/mail/imp: Makefile Log Message: Bump PKGREVISION, DEPENDS changed. (hi bouyer!)
-rw-r--r--mail/imp/Makefile4
-rw-r--r--www/horde/Makefile6
2 files changed, 7 insertions, 3 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile
index 6d26d0d9239..a98769039e8 100644
--- a/mail/imp/Makefile
+++ b/mail/imp/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.28.2.1 2005/05/01 22:18:28 salo Exp $
+# $NetBSD: Makefile,v 1.28.2.2 2005/06/02 23:35:17 salo Exp $
DISTNAME= imp-3.2.8
+PKGREVISION= 1
CATEGORIES= mail www
MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/
@@ -12,6 +13,7 @@ CONFLICTS+= imp-4.*
DEPENDS+= horde>=2.2.4:../../www/horde
DEPENDS+= php-imap>4.0.0:../../mail/php-imap
+DEPENDS+= pear-Mail-[0-9]*:../../mail/pear-Mail
DOCDIR= ${PREFIX}/share/doc/imp
EGDIR= ${PREFIX}/share/examples/imp
diff --git a/www/horde/Makefile b/www/horde/Makefile
index 92eb8d67d8f..b67e352c6ed 100644
--- a/www/horde/Makefile
+++ b/www/horde/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.32.2.1 2005/05/15 21:44:31 salo Exp $
+# $NetBSD: Makefile,v 1.32.2.2 2005/06/02 23:35:17 salo Exp $
DISTNAME= horde-2.2.8
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/
@@ -11,7 +12,8 @@ COMMENT= PHP application framework
CONFLICTS+= horde-3.*
DEPENDS+= php-gettext>=4.3.3:../../devel/php-gettext
-DEPENDS+= pear-Log-*:../../sysutils/pear-Log
+DEPENDS+= pear-Log-[0-9]*:../../sysutils/pear-Log
+DEPENDS+= pear-DB-[0-9]*:../../databases/pear-DB
DOCDIR= ${PREFIX}/share/doc/horde
EGDIR= ${PREFIX}/share/examples/horde