1 | --- /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/mail/nmh/Portfile 2012-01-04 21:00:30.000000000 -0500 |
---|
2 | +++ Portfile 2012-06-15 10:04:40.000000000 -0400 |
---|
3 | @@ -4,7 +4,7 @@ |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name nmh |
---|
7 | -version 1.4 |
---|
8 | +version 1.5 |
---|
9 | categories mail |
---|
10 | platforms darwin |
---|
11 | maintainers pobox.com:kenh |
---|
12 | @@ -19,26 +19,24 @@ |
---|
13 | homepage http://www.nongnu.org/nmh/ |
---|
14 | master_sites http://download.savannah.gnu.org/releases/nmh/ |
---|
15 | |
---|
16 | -checksums rmd160 bfcc38ad3924dc713880935ceb817eb14dec4d9b \ |
---|
17 | - sha256 f38db482c8d6587eb50de2633a222cccac9e2aea0f0eacdff8eea8244d8290f2 |
---|
18 | +checksums rmd160 12c6aae9c02c5895593e4d5bff95a061c71b623c \ |
---|
19 | + sha256 af5342de8fe9fba5d615caccc9fbcb43cac60b6eb71432f7e112d43850d31c39 |
---|
20 | |
---|
21 | depends_lib port:libiconv \ |
---|
22 | port:ncurses |
---|
23 | |
---|
24 | configure.args --enable-pop |
---|
25 | - |
---|
26 | -# error: h/mh.h: No such file or directory |
---|
27 | -# error: h/mts.h: No such file or directory |
---|
28 | -use_parallel_build no |
---|
29 | +configure.cppflags |
---|
30 | +configure.ldflags |
---|
31 | |
---|
32 | variant sasl description {Add support for SASL authentication in POP and SMTP} { |
---|
33 | - depends_lib-append port:cyrus-sasl2 |
---|
34 | configure.args-append --with-cyrus-sasl |
---|
35 | } |
---|
36 | |
---|
37 | variant tls description {Add support for TLS encryption in SMTP} { |
---|
38 | depends_lib-append port:openssl |
---|
39 | configure.args-append --with-tls |
---|
40 | + configure.env-append OPENSSL_CPPFLAGS=-I${prefix}/include OPENSSL_LDFLAGS=-L${prefix}/lib |
---|
41 | } |
---|
42 | |
---|
43 | default_variants +sasl +tls |
---|