summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorjlam <jlam>2008-02-19 18:45:37 +0000
committerjlam <jlam>2008-02-19 18:45:37 +0000
commit5951ca9ba2e4b115ae4804eba1f4715fad4c3814 (patch)
tree41fb20143fbf938ca212282f1d4ee832d9e806b1 /meta-pkgs
parentcbef84648a891ed83c7e8365e6d3f3e20a511458 (diff)
downloadpkgsrc-5951ca9ba2e4b115ae4804eba1f4715fad4c3814.tar.gz
Update meta-pkgs/courier to version 0.58.0 by pulling in the sub-packages
from the courier-0.58.0 line.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/courier/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-pkgs/courier/Makefile b/meta-pkgs/courier/Makefile
index ccd4f1b0051..ed5b310c651 100644
--- a/meta-pkgs/courier/Makefile
+++ b/meta-pkgs/courier/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2007/12/19 12:27:27 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2008/02/19 18:45:37 jlam Exp $
DISTNAME= courier-${COURIER_VERSION}
-PKGREVISION= 1
CATEGORIES= meta-pkgs mail
MASTER_SITES= # empty
DISTFILES= # empty
@@ -13,7 +12,7 @@ COMMENT= Meta-package for the Courier mail server suite
# COURIER_VERSION should match the variable of the same name found in
# pkgsrc/mail/courier-mta/Makefile.common.
#
-COURIER_VERSION= 0.57.1
+COURIER_VERSION= 0.58.0
# The following packages are built from the same Courier sources and
# should match in version number:
@@ -22,16 +21,16 @@ COURIER_VERSION= 0.57.1
#
DEPENDS+= couriertcpd>=${COURIER_VERSION}:../../net/couriertcpd
DEPENDS+= courier-maildir>=${COURIER_VERSION}:../../mail/courier-maildir
-DEPENDS+= courier-mta>=${COURIER_VERSION}nb1:../../mail/courier-mta
+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.0.4nb2:../../mail/maildrop
-DEPENDS+= courier-imap>=4.2.1:../../mail/courier-imap
-DEPENDS+= sqwebmail>=5.2.0:../../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
# We tack on courier-analog because its version is somewhat tied to the
# log format of the current Courier release.