pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail incm and mew both install bin/incm -- make them c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30d70bcf2997
branches:  trunk
changeset: 490563:30d70bcf2997
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 15 13:48:28 2005 +0000

description:
incm and mew both install bin/incm -- make them conflict.

diffstat:

 mail/incm/Makefile |  4 +++-
 mail/mew/Makefile  |  4 ++--
 mail/mew3/Makefile |  4 ++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs (54 lines):

diff -r 450bea71fd72 -r 30d70bcf2997 mail/incm/Makefile
--- a/mail/incm/Makefile        Tue Mar 15 13:26:07 2005 +0000
+++ b/mail/incm/Makefile        Tue Mar 15 13:48:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/12/30 17:27:31 cjep Exp $
+# $NetBSD: Makefile,v 1.5 2005/03/15 13:48:28 wiz Exp $
 #
 
 DISTNAME=      incm-0.5
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://www.mew.org/
 COMMENT=       Tool to get mail from mbox file or maildir
 
+CONFLICTS=     mew-[0-9]*
+
 GNU_CONFIGURE= YES
 
 do-install:
diff -r 450bea71fd72 -r 30d70bcf2997 mail/mew/Makefile
--- a/mail/mew/Makefile Tue Mar 15 13:26:07 2005 +0000
+++ b/mail/mew/Makefile Tue Mar 15 13:48:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2005/03/04 15:32:35 uebayasi Exp $
+# $NetBSD: Makefile,v 1.63 2005/03/15 13:48:28 wiz Exp $
 
 DISTNAME=      mew-4.2
 CATEGORIES=    mail
@@ -8,7 +8,7 @@
 HOMEPAGE=      http://www.mew.org/
 COMMENT=       Messaging in the Emacs World
 
-CONFLICTS=+    mew-xemacs-*
+CONFLICTS=+    mew-xemacs-[0-9]* incm-[0-9]*
 
 INFO_FILES=    mew.info
 
diff -r 450bea71fd72 -r 30d70bcf2997 mail/mew3/Makefile
--- a/mail/mew3/Makefile        Tue Mar 15 13:26:07 2005 +0000
+++ b/mail/mew3/Makefile        Tue Mar 15 13:48:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/11/30 02:49:38 uebayasi Exp $
+# $NetBSD: Makefile,v 1.16 2005/03/15 13:48:28 wiz Exp $
 
 DISTNAME=      mew-3.3
 PKGREVISION=   1
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://www.mew.org/
 COMMENT=       Messaging in the Emacs World
 
-CONFLICTS=+    mew-xemacs-*
+CONFLICTS=+    mew-xemacs-[0-9]* incm-[0-9]*
 
 INFO_FILES=    mew.info
 



Home | Main Index | Thread Index | Old Index