Ticket #44811: imap-uw-Portfile.diff
File imap-uw-Portfile.diff, 1.2 KB (added by RJVB (René Bertin), 10 years ago) |
---|
-
mail/imap-uw/Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name imap-uw 7 version 2007 e7 version 2007f 8 8 categories mail 9 9 license Apache-2 10 10 maintainers nomaintainer … … 21 21 22 22 distname imap-${version} 23 23 extract.suffix .tar.Z 24 checksums sha1 24c63cad8d0e74aa76e4341fcfa54d24f23a8c70\25 rmd160 7d6af203419975f763d7ec17b6a4544c94490b5024 checksums rmd160 14f40284e9e164c0ed7677f1e5d8e3309c7c58c1 \ 25 sha256 870e95f6bd19265832a88fd89b77c54c841c59022fd21e69254050c8b1005e3c 26 26 27 27 depends_lib port:openssl port:gss 28 28 … … 81 81 } 82 82 83 83 # Variant to set the default mail subdirectory name to "Mail" 84 variant subdir description { set "Mail" as subdirectory name } {84 variant subdir description { set the contents of ~/.imap/MailboxDir.rc or else "Mail" as subdirectory name } { 85 85 patchfiles-append patch-env_unix.c.diff 86 86 } 87 87