pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/courier courier: fix a typo and add an expla...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5af34e16d8f5
branches:  trunk
changeset: 458914:5af34e16d8f5
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Sep 23 22:20:06 2021 +0000

description:
courier: fix a typo and add an explanatory comment (NFC)

That dependency should probably just be removed, but follow the intent
of the previous commit for now.

diffstat:

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

diffs (19 lines):

diff -r 862a1d3fac53 -r 5af34e16d8f5 meta-pkgs/courier/Makefile
--- a/meta-pkgs/courier/Makefile        Thu Sep 23 18:38:35 2021 +0000
+++ b/meta-pkgs/courier/Makefile        Thu Sep 23 22:20:06 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/09/22 21:24:57 mef Exp $
+# $NetBSD: Makefile,v 1.19 2021/09/23 22:20:06 gutteridge Exp $
 
 DISTNAME=      courier-${COURIER_VERSION}
 CATEGORIES=    meta-pkgs mail
@@ -30,7 +30,8 @@
 #
 #      mail/maildrop, mail/courier-imap, mail/sqwebmail
 #
-#EPENDS+=      maildrop>=2.5.0:../../mail/maildrop
+# 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
 



Home | Main Index | Thread Index | Old Index