pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/ingo Rename ftp option to procmail and maildrop a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5926c540b4cd
branches:  trunk
changeset: 517481:5926c540b4cd
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Aug 11 16:32:21 2006 +0000

description:
Rename ftp option to procmail and maildrop as that is far more logical.

diffstat:

 mail/ingo/options.mk |  15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 998904ba89cd -r 5926c540b4cd mail/ingo/options.mk
--- a/mail/ingo/options.mk      Fri Aug 11 16:23:39 2006 +0000
+++ b/mail/ingo/options.mk      Fri Aug 11 16:32:21 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2006/08/10 14:35:02 adrianp Exp $
+# $NetBSD: options.mk,v 1.5 2006/08/11 16:32:21 adrianp Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ingo
-PKG_SUPPORTED_OPTIONS= sieve imap ftp
+PKG_SUPPORTED_OPTIONS= sieve imap maildrop procmail
 
 .include "../../mk/bsd.options.mk"
 
@@ -20,8 +20,15 @@
 .endif
 
 ###
-### procmail or dropmail support need the PHP FTP extension
+### maildrop support needs the PHP FTP extension
 ###
-.if !empty(PKG_OPTIONS:Mftp)
+.if !empty(PKG_OPTIONS:Mmaildrop)
 DEPENDS+=      ${PHP_PKG_PREFIX}-ftp>4.3.3:../../net/php-ftp
 .endif
+
+###
+### procmail support needs the PHP FTP extension
+###
+.if !empty(PKG_OPTIONS:Mprocmail)
+DEPENDS+=      ${PHP_PKG_PREFIX}-ftp>4.3.3:../../net/php-ftp
+.endif



Home | Main Index | Thread Index | Old Index