a7746ca9b5
* 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.
42 lines
1.3 KiB
Makefile
42 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.16 2010/06/15 23:01:23 pettai Exp $
|
|
|
|
DISTNAME= courier-${COURIER_VERSION}
|
|
CATEGORIES= meta-pkgs mail
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.courier-mta.org/
|
|
COMMENT= Meta-package for the Courier mail server suite
|
|
|
|
META_PACKAGE= yes
|
|
|
|
# COURIER_VERSION should match the variable of the same name found in
|
|
# pkgsrc/mail/courier-mta/Makefile.common.
|
|
#
|
|
COURIER_VERSION= 0.65.0
|
|
|
|
# The following packages are built from the same Courier sources and
|
|
# should match in version number:
|
|
#
|
|
# net/couriertcpd, mail/courier-maildir, mail/courier-mta
|
|
#
|
|
DEPENDS+= couriertcpd>=${COURIER_VERSION}:../../net/couriertcpd
|
|
DEPENDS+= courier-maildir>=${COURIER_VERSION}:../../mail/courier-maildir
|
|
DEPENDS+= courier-mta>=${COURIER_VERSION}:../../mail/courier-mta
|
|
|
|
# The following packages must be from the same lineage as the version
|
|
# of Courier:
|
|
#
|
|
# mail/maildrop, mail/courier-imap, 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.16:../../mail/courier-analog
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|