summaryrefslogtreecommitdiff
path: root/mail/courier-mta/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2007-10-15 15:37:13 +0000
committerjlam <jlam>2007-10-15 15:37:13 +0000
commitadd2de7e0a787f63f6b6bd076c8b06402a328706 (patch)
tree0d3783fe7fae8c3bcd9576f1d2bddf02e417b0cd /mail/courier-mta/Makefile
parenta6705fedcf76b506c79af8505ed66838aca8dd89 (diff)
downloadpkgsrc-add2de7e0a787f63f6b6bd076c8b06402a328706.tar.gz
Update mail/courier-mta to 0.57.1. Changes from version 0.56.0 include:
* Major code cleanup. * "User unknown" reports complete local address, including extensions. * Only run courierfilters after all control files are closed. * "opt BOFHHEADERLIMIT" replaces hardcoded limit of 100,000 bytes of headers per message. * Reject <@domain.com> for a recipient's address. * Tolerate newline-less responses from the filter. * Document that sysexit 100 from .courier is a permanent failure. * "courier show all" and "courier clear all" commands for managing backscatter suppression list.
Diffstat (limited to 'mail/courier-mta/Makefile')
-rw-r--r--mail/courier-mta/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/courier-mta/Makefile b/mail/courier-mta/Makefile
index d17ddc63a40..1cbe4127ee1 100644
--- a/mail/courier-mta/Makefile
+++ b/mail/courier-mta/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2007/09/23 11:42:44 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2007/10/15 15:37:14 jlam Exp $
DISTNAME= courier-${COURIER_VERSION}
PKGNAME= ${DISTNAME:S/-/-mta-/}
-PKGREVISION= 11
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
@@ -14,11 +13,12 @@ COMMENT= Courier mail transport agent
HOMEPAGE= http://www.courier-mta.org/
DEPENDS+= courier-maildir>=${COURIER_VERSION}:../../mail/courier-maildir
-DEPENDS+= couriertcpd>=${COURIER_VERSION}nb3:../../net/couriertcpd
-DEPENDS+= maildrop>=2.0.4:../../mail/maildrop
+DEPENDS+= couriertcpd>=${COURIER_VERSION}:../../net/couriertcpd
+DEPENDS+= maildrop>=2.0.4nb2:../../mail/maildrop
USE_TOOLS+= gmake openssl:run perl:run
USE_LANGUAGES= c c++
+GCC_REQD+= 3.0 # need Standard C++ Library
.include "Makefile.common"