diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-07-21 23:30:16 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-07-21 23:30:16 +0000 |
commit | 4622234cb7c240a30d0b4b0ac7d8cbc85f268754 (patch) | |
tree | 3a317648bfb2d33559c182bd0ed5e80806162d8e /mail | |
parent | adbfe43844907e12a1d068bb6bc7e2a5cc421fd3 (diff) | |
download | pkgsrc-4622234cb7c240a30d0b4b0ac7d8cbc85f268754.tar.gz |
Add CONFLICTS with the upcoming mail/fastforward update.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/sendmail/Makefile | 4 | ||||
-rw-r--r-- | mail/sendmail811/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 366ac0a4874..626df4348f0 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/07/02 08:03:04 martti Exp $ +# $NetBSD: Makefile,v 1.34 2004/07/21 23:30:16 schmonz Exp $ DISTNAME= postfix-2.2-20040628 CATEGORIES= mail @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.postfix.org/ COMMENT= Postfix SMTP server and tools -CONFLICTS+= sendmail-[0-9]* +CONFLICTS+= sendmail-[0-9]* fastforward>=0.51nb2 DIST_SUBDIR= postfix diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 0eeaa7af535..d273f5635c1 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.142 2004/07/19 22:10:52 jlam Exp $ +# $NetBSD: Makefile,v 1.143 2004/07/21 23:30:17 schmonz Exp $ DISTNAME= postfix-2.1.3 CATEGORIES= mail @@ -13,7 +13,7 @@ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.postfix.org/ COMMENT= Postfix SMTP server and tools -CONFLICTS+= sendmail-[0-9]* +CONFLICTS+= sendmail-[0-9]* fastforward>=0.51nb2 PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 614a85905cf..150f2f43d2e 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.71 2004/06/23 11:02:02 cjep Exp $ +# $NetBSD: Makefile,v 1.72 2004/07/21 23:30:16 schmonz Exp $ .include "../../mail/sendmail/Makefile.common" PKGNAME= sendmail-${DIST_VERS} COMMENT= The well known Mail Transport Agent -CONFLICTS+= postfix-[0-9]* +CONFLICTS+= postfix-[0-9]* fastforward>=0.51nb2 MESSAGE_SRC= ${WRKDIR}/.MESSAGE_SRC PLIST_SRC= ${WRKDIR}/.PLIST_SRC diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile index 9b10afd6879..6b425b2ba3d 100644 --- a/mail/sendmail811/Makefile +++ b/mail/sendmail811/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/04/21 21:09:31 cube Exp $ +# $NetBSD: Makefile,v 1.18 2004/07/21 23:30:16 schmonz Exp $ DISTNAME= sendmail.8.11.6 PKGNAME= sendmail-8.11.6 @@ -27,7 +27,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.sendmail.org/ COMMENT= The well known Mail Transport Agent -CONFLICTS+= postfix-[0-9]* +CONFLICTS+= postfix-[0-9]* fastforward>=0.51nb2 LICENSE= no-profit |