pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2005Q1]: pkgsrc Pullup ticket 535 - requested by Manuel Bouyer



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13a0f8b7de4b
branches:  pkgsrc-2005Q1
changeset: 491095:13a0f8b7de4b
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Jun 02 23:35:17 2005 +0000

description:
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!)

diffstat:

 mail/imp/Makefile  |  4 +++-
 www/horde/Makefile |  6 ++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r 1065c8013c47 -r 13a0f8b7de4b mail/imp/Makefile
--- a/mail/imp/Makefile Thu Jun 02 23:19:55 2005 +0000
+++ b/mail/imp/Makefile Thu Jun 02 23:35:17 2005 +0000
@@ -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 @@
 
 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 -r 1065c8013c47 -r 13a0f8b7de4b www/horde/Makefile
--- a/www/horde/Makefile        Thu Jun 02 23:19:55 2005 +0000
+++ b/www/horde/Makefile        Thu Jun 02 23:35:17 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index