Update meta-pkg/courier

This commit is contained in:
hans 2024-02-12 21:53:00 +00:00
parent 65ba430f7e
commit 648d9acba3
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2021/09/23 22:20:06 gutteridge Exp $
# $NetBSD: Makefile,v 1.20 2024/02/12 21:53:00 hans 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.65.0
COURIER_VERSION= 1.3.5
# The following packages are built from the same Courier sources and
# should match in version number:
@ -32,12 +32,12 @@ DEPENDS+= courier-mta>=${COURIER_VERSION}:../../mail/courier-mta
#
# maildrop is presently a hard dependency of courier-mta.
#DEPENDS+= maildrop>=2.5.0:../../mail/maildrop
DEPENDS+= courier-imap>=4.8.0:../../mail/courier-imap
DEPENDS+= sqwebmail>=5.4.1:../../mail/sqwebmail
DEPENDS+= courier-imap>=5.2.6:../../mail/courier-imap
DEPENDS+= sqwebmail>=6.2.5:../../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
DEPENDS+= courier-analog>=0.22:../../mail/courier-analog
.include "../../mk/bsd.pkg.mk"