Changeset 4228 for trunk/dports


Ignore:
Timestamp:
Dec 16, 2003, 7:04:24 AM (20 years ago)
Author:
mij
Message:

Add an ssl_pam variant. This uses a development snapshot of the IMAP-UW
code, which is why it's a variant and not the default for Panther. Once
the code goes stable, the port will be updated to use it by default. If
people feel strongly enough that it should be the default now, please
let me know and I'll change it.

Bug:
Submitted by: rshaw
Reviewed by:
Approved by:
Obtained from:

Location:
trunk/dports/mail/imap-uw
Files:
4 added
1 edited

Legend:

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

    r3977 r4228  
    1 # $Id: Portfile,v 1.12 2003/11/17 21:20:00 jkh Exp $
     1# $Id: Portfile,v 1.13 2003/12/16 07:04:24 mij Exp $
    22
    33PortSystem 1.0
    44name            imap-uw
    55version         2002e
    6 revision        1
     6revision        2
    77categories      mail
    88maintainers     mij@opendarwin.org
     
    2525
    2626platform darwin 7 { patchfiles patch-src-osdep-unix-Makefile \
    27                     patch-src-osdep-unix-ckp_osx.c }
     27                      patch-src-osdep-unix-ckp_osx.c }
    2828
    2929variant ssl_plain { patchfiles patch-Makefile
    3030                    build.args SSLTYPE=unix }
     31
     32variant ssl_pam { version 2003.DEV.SNAP-0312072251
     33                  distname imap-${version}
     34                  checksums md5 cb1cee5c5970d76f0a1f59987318a9af
     35                  depends_lib lib:libssl.0.9:openssl
     36                  patchfiles patch-Makefile
     37                  build.target oxp
     38                  post-destroot { file mkdir ${destroot}${prefix}/share/doc/${name}
     39                    file copy ${filespath}/README-MACOSX \
     40                      ${filespath}/etc-pam.d-imap \
     41                      ${filespath}/etc-xinetd.d-imap \
     42                      ${filespath}/etc-xinetd.d-imaps \
     43                      ${destroot}${prefix}/share/doc/${name}/
     44                    reinplace "s|__PREFIX|${prefix}|" \
     45                      ${filespath}/README-MACOSX \
     46                      ${destroot}${prefix}/share/doc/${name}/etc-xinetd.d-imap \
     47                      ${destroot}${prefix}/share/doc/${name}/etc-xinetd.d-imaps
     48                    ui_msg "For setup of IMAP-UW using SSL and PAM on Mac OS X 10.3, please see\n${prefix}/share/doc/${name}/README-MACOSX for details." } }
    3149
    3250variant mbx     { build.args-append CREATEPROTO=mbxproto }
Note: See TracChangeset for help on using the changeset viewer.