Changeset 7524 for trunk/dports


Ignore:
Timestamp:
Jun 16, 2004, 2:59:30 AM (20 years ago)
Author:
rshaw
Message:

Add variant to allow disabling of unencrypted plaintext passwords as
a separate option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/imap-uw/Portfile

    r7523 r7524  
    1 # $Id: Portfile,v 1.19 2004/06/16 02:49:56 rshaw Exp $
     1# $Id: Portfile,v 1.20 2004/06/16 02:59:30 rshaw Exp $
    22PortSystem              1.0
    33
     
    7272}
    7373
     74# Variant to disable plaintext authentication outside of SSL/TSL
     75# i.e. prohibit unencrypted plaintext passwords
     76variant nopwd {
     77        build.args-delete       SSLTYPE=unix
     78        build.args-append       SSLTYPE=unix.nopwd
     79}
     80
    7481# Variant to set the default for creating new mailboxes to "mbx" format
    7582variant mbx     {
Note: See TracChangeset for help on using the changeset viewer.