Sun Sep 9 18:47:48 2012 UTC ()
CONFLICTS with nullmailer-[0-9]*


(cheusov)
diff -r1.252 -r1.253 pkgsrc/mail/postfix/Makefile

cvs diff -r1.252 -r1.253 pkgsrc/mail/postfix/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/postfix/Makefile 2012/08/12 16:16:21 1.252
+++ pkgsrc/mail/postfix/Makefile 2012/09/09 18:47:48 1.253
@@ -1,31 +1,32 @@ @@ -1,31 +1,32 @@
1# $NetBSD: Makefile,v 1.252 2012/08/12 16:16:21 taca Exp $ 1# $NetBSD: Makefile,v 1.253 2012/09/09 18:47:48 cheusov Exp $
2 2
3DISTNAME= postfix-2.8.12 3DISTNAME= postfix-2.8.12
 4PKGREVISION= 1
4CATEGORIES= mail 5CATEGORIES= mail
5MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ 6MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
6MASTER_SITES+= http://postfix.it-austria.net/releases/official/ 7MASTER_SITES+= http://postfix.it-austria.net/releases/official/
7MASTER_SITES+= http://mirrors.isc.org/pub/postfix/official/ 8MASTER_SITES+= http://mirrors.isc.org/pub/postfix/official/
8MASTER_SITES+= http://mirror.postfix.jp/postfix-release/official/ 9MASTER_SITES+= http://mirror.postfix.jp/postfix-release/official/
9 10
10MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.postfix.org/ 12HOMEPAGE= http://www.postfix.org/
12COMMENT= Postfix SMTP server and tools 13COMMENT= Postfix SMTP server and tools
13# The postfix license has only very minor diffs from cpl-1.0. 14# The postfix license has only very minor diffs from cpl-1.0.
14LICENSE= cpl-1.0 15LICENSE= cpl-1.0
15#LICENSE= postfix-license 16#LICENSE= postfix-license
16 17
17CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]* 18CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]*
18CONFLICTS+= esmtp>=1.2 19CONFLICTS+= esmtp>=1.2 nullmailer-[0-9]*
19 20
20PKG_DESTDIR_SUPPORT= user-destdir 21PKG_DESTDIR_SUPPORT= user-destdir
21PKG_INSTALLATION_TYPES= overwrite pkgviews 22PKG_INSTALLATION_TYPES= overwrite pkgviews
22 23
23USE_TOOLS+= perl 24USE_TOOLS+= perl
24CHECK_HEADERS_SKIP+= src/global/mail_params.h 25CHECK_HEADERS_SKIP+= src/global/mail_params.h
25 26
26.include "../../mk/bsd.prefs.mk" 27.include "../../mk/bsd.prefs.mk"
27 28
28SPECIAL_PERMS+= sbin/postdrop postfix maildrop 2555 29SPECIAL_PERMS+= sbin/postdrop postfix maildrop 2555
29SPECIAL_PERMS+= sbin/postqueue postfix maildrop 2555 30SPECIAL_PERMS+= sbin/postqueue postfix maildrop 2555
30 31
31# POSTFIX_QUEUE_DIR is the default queue directory for Postfix. This is 32# POSTFIX_QUEUE_DIR is the default queue directory for Postfix. This is