summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorpettai <pettai>2010-06-15 23:01:23 +0000
committerpettai <pettai>2010-06-15 23:01:23 +0000
commitb9d976a01298b41fddbcbb77744db35354eba886 (patch)
treef304461ed202779574deca21604fa3b9f169f81f /meta-pkgs
parenta8b98ff88d06057d101eb411f9ef3abb90545bdd (diff)
downloadpkgsrc-b9d976a01298b41fddbcbb77744db35354eba886.tar.gz
courier-0.65.0 et al:
* gpglib/list.c: Handle GnuPG 2 --with-colons output format changes. * gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying passphrase-fd. * tcpd/configure.in: Check if explicit linking with libgpg-error is required. * tcpd/libcouriergnutls.c (tls_connect): Fix bad call to gnutls_server_name_set(). Affects Courier compiled with GnuTLS support. * maildrop/mailbot.c (main): Set close-on-exec bit on opened files. * courier/doc/courier.sgml: Move the SPF section to a separate refsect2 to work around misformatting by the manpage stylesheet. * rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the reply salutation. * html/en-us/newmsg.html: Ditto. * rfc2045/reformime.sgml: Document the -c option to reformime. * imapd.c (main): Fix typo in alert message. * Big quota patch (with some changes). (See the Changelog(s) for previous releases) Based on patch(es) from PR pkg/42989 by Brian Candler.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/courier/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-pkgs/courier/Makefile b/meta-pkgs/courier/Makefile
index adf2305763a..2f75c8f6f30 100644
--- a/meta-pkgs/courier/Makefile
+++ b/meta-pkgs/courier/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2010/03/21 16:29:41 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2010/06/15 23:01:23 pettai Exp $
DISTNAME= courier-${COURIER_VERSION}
CATEGORIES= meta-pkgs mail
@@ -14,7 +14,7 @@ META_PACKAGE= yes
# COURIER_VERSION should match the variable of the same name found in
# pkgsrc/mail/courier-mta/Makefile.common.
#
-COURIER_VERSION= 0.58.0
+COURIER_VERSION= 0.65.0
# The following packages are built from the same Courier sources and
# should match in version number:
@@ -30,13 +30,13 @@ DEPENDS+= courier-mta>=${COURIER_VERSION}:../../mail/courier-mta
#
# mail/maildrop, mail/courier-imap, mail/sqwebmail
#
-DEPENDS+= maildrop>=2.0.4nb3:../../mail/maildrop
-DEPENDS+= courier-imap>=4.3.0:../../mail/courier-imap
-DEPENDS+= sqwebmail>=5.2.0nb2:../../mail/sqwebmail
+DEPENDS+= maildrop>=2.5.0:../../mail/maildrop
+DEPENDS+= courier-imap>=4.8.0:../../mail/courier-imap
+DEPENDS+= sqwebmail>=5.4.1:../../mail/sqwebmail
# We tack on courier-analog because its version is somewhat tied to the
# log format of the current Courier release.
#
-DEPENDS+= courier-analog>=0.15:../../mail/courier-analog
+DEPENDS+= courier-analog>=0.16:../../mail/courier-analog
.include "../../mk/bsd.pkg.mk"