diff options
author | salo <salo@pkgsrc.org> | 2005-06-02 23:19:55 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-06-02 23:19:55 +0000 |
commit | e302739fd84caaa66485301104dd1ccfd80aab9d (patch) | |
tree | 91b04889b901801e66ab08dad097751b66455c4c | |
parent | 7d55d58e04c826d397dba12ffbcdd6e65d10a5ad (diff) | |
download | pkgsrc-e302739fd84caaa66485301104dd1ccfd80aab9d.tar.gz |
Pullup ticket 534 - requested by Manuel Bouyer
dependencies update for horde3 and imp4
Revisions pulled up:
- pkgsrc/www/horde3/Makefile 1.7, 1.9
- pkgsrc/mail/imp4/Makefile 1.6
Module Name: pkgsrc
Committed By: adrianp
Date: Wed May 18 20:25:02 UTC 2005
Modified Files:
pkgsrc/www/horde3: Makefile
Log Message:
- Add in an extra depends on pear-DB
---
Module Name: pkgsrc
Committed By: salo
Date: Thu Jun 2 23:07:30 UTC 2005
Modified Files:
pkgsrc/www/horde3: Makefile
Log Message:
Bump PKGREVISION, DEPENDS changed. (hi bouyer!)
---
Module Name: pkgsrc
Committed By: adrianp
Date: Wed May 18 20:27:13 UTC 2005
Modified Files:
pkgsrc/mail/imp4: Makefile
Log Message:
- Add in an extra depends on pear-Mail
---
Module Name: pkgsrc
Committed By: salo
Date: Thu Jun 2 23:10:28 UTC 2005
Modified Files:
pkgsrc/mail/imp4: Makefile
Log Message:
Bump PKGREVISION, DEPENDS changed. (hi bouyer!)
-rw-r--r-- | mail/imp4/Makefile | 4 | ||||
-rw-r--r-- | www/horde3/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/imp4/Makefile b/mail/imp4/Makefile index edf23421ba5..e5f230a3cc3 100644 --- a/mail/imp4/Makefile +++ b/mail/imp4/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/16 21:36:27 adrianp Exp $ +# $NetBSD: Makefile,v 1.1.1.1.2.1 2005/06/02 23:19:55 salo Exp $ DISTNAME= imp-h3-${IMPVER} PKGNAME= imp-${IMPVER} +PKGREVISION= 1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/ @@ -13,6 +14,7 @@ CONFLICTS+= imp-3.* DEPENDS+= horde>=3.0.2:../../www/horde3 DEPENDS+= php-imap>4.3.3:../../mail/php-imap +DEPENDS++ pear-Mail-[0-9]*:../../mail/pear-Mail .include "../../mk/bsd.prefs.mk" diff --git a/www/horde3/Makefile b/www/horde3/Makefile index 84714886bd2..73dd35b90b1 100644 --- a/www/horde3/Makefile +++ b/www/horde3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2.2.1 2005/04/01 05:19:28 snj Exp $ +# $NetBSD: Makefile,v 1.2.2.2 2005/06/02 23:19:55 salo Exp $ DISTNAME= horde-3.0.4 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ @@ -16,6 +17,7 @@ DEPENDS+= php-iconv>=4.3.3:../../converters/php-iconv DEPENDS+= php-gd>=4.3.3:../../graphics/php-gd DEPENDS+= pear-Log-[0-9]*:../../sysutils/pear-Log DEPENDS+= pear-Mail_Mime-[0-9]*:../../mail/pear-Mail_Mime +DEPENDS+= pear-DB-[0-9]*:../../databases/pear-DB DEPENDS+= ap-php>=4.3.3:../../www/ap-php DEPENDS+= php-domxml>=4.3.3:../../textproc/php4-domxml DEPENDS+= php-zlib>=4.3.3:../../archivers/php-zlib |