pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/courier



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Sep 23 22:20:06 UTC 2021

Modified Files:
        pkgsrc/meta-pkgs/courier: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/meta-pkgs/courier/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/courier/Makefile
diff -u pkgsrc/meta-pkgs/courier/Makefile:1.18 pkgsrc/meta-pkgs/courier/Makefile:1.19
--- pkgsrc/meta-pkgs/courier/Makefile:1.18      Wed Sep 22 21:24:57 2021
+++ pkgsrc/meta-pkgs/courier/Makefile   Thu Sep 23 22:20:06 2021
@@ -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 @@ DEPENDS+=     courier-mta>=${COURIER_VERSION
 #
 #      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