pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail add CONFLICT on postfix, which also installs bin/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6cd8d252350f
branches:  trunk
changeset: 470220:6cd8d252350f
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Mar 07 10:20:06 2004 +0000

description:
add CONFLICT on postfix, which also installs bin/mailq and
bin/newaliases.

diffstat:

 mail/sendmail/Makefile    |  4 +++-
 mail/sendmail811/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 551dded35c65 -r 6cd8d252350f mail/sendmail/Makefile
--- a/mail/sendmail/Makefile    Sun Mar 07 10:16:05 2004 +0000
+++ b/mail/sendmail/Makefile    Sun Mar 07 10:20:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2003/12/03 22:11:02 reed Exp $
+# $NetBSD: Makefile,v 1.67 2004/03/07 10:20:06 grant Exp $
 
 .include "../../mail/sendmail/Makefile.common"
 
@@ -6,6 +6,8 @@
 PKGREVISION=   2
 COMMENT=       The well known Mail Transport Agent
 
+CONFLICTS+=    postfix-[0-9]*
+
 MESSAGE_SRC=   ${WRKDIR}/.MESSAGE_SRC
 PLIST_SRC=     ${WRKDIR}/.PLIST_SRC
 
diff -r 551dded35c65 -r 6cd8d252350f mail/sendmail811/Makefile
--- a/mail/sendmail811/Makefile Sun Mar 07 10:16:05 2004 +0000
+++ b/mail/sendmail811/Makefile Sun Mar 07 10:20:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/20 12:19:44 agc Exp $
+# $NetBSD: Makefile,v 1.15 2004/03/07 10:20:06 grant Exp $
 
 DISTNAME=      sendmail.8.11.6
 PKGNAME=       sendmail-8.11.6
@@ -27,6 +27,8 @@
 HOMEPAGE=      http://www.sendmail.org/
 COMMENT=       The well known Mail Transport Agent
 
+CONFLICTS+=    postfix-[0-9]*
+
 LICENSE=       no-profit
 
 WRKSRC=                ${WRKDIR}/${PKGNAME:C/nb[0-9]+$//}



Home | Main Index | Thread Index | Old Index