pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/courier Depend on the correct versions of th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89e8a83ead9e
branches:  trunk
changeset: 533217:89e8a83ead9e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Sep 11 13:52:58 2007 +0000

description:
Depend on the correct versions of the Courier-related packages to get
a fully-functioning, cohesive, whole Courier suite.  Bump the PKGREVISION
to 1.

diffstat:

 meta-pkgs/courier/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 81e5bb985f56 -r 89e8a83ead9e meta-pkgs/courier/Makefile
--- a/meta-pkgs/courier/Makefile        Tue Sep 11 13:46:10 2007 +0000
+++ b/meta-pkgs/courier/Makefile        Tue Sep 11 13:52:58 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/08/10 17:58:22 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2007/09/11 13:52:58 jlam Exp $
 
 DISTNAME=      courier-${COURIER_VERSION}
+PKGREVISION=   1
 CATEGORIES=    meta-pkgs mail
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -21,16 +22,16 @@
 #
 DEPENDS+=      couriertcpd>=${COURIER_VERSION}:../../net/couriertcpd
 DEPENDS+=      courier-maildir>=${COURIER_VERSION}:../../mail/courier-maildir
-DEPENDS+=      courier-mta>=${COURIER_VERSION}:../../mail/courier-mta
+DEPENDS+=      courier-mta>=${COURIER_VERSION}nb5:../../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.4:../../mail/maildrop
+DEPENDS+=      maildrop>=2.0.4nb2:../../mail/maildrop
 DEPENDS+=      courier-imap>=4.1.3:../../mail/courier-imap
-DEPENDS+=      sqwebmail>=5.1.6:../../mail/sqwebmail
+DEPENDS+=      sqwebmail>=5.1.6nb1:../../mail/sqwebmail
 
 EXTRACT_ONLY=  # empty
 NO_CHECKSUM=   yes



Home | Main Index | Thread Index | Old Index