Ticket #41037: libetpan.patch
File libetpan.patch, 1.3 KB (added by pmetzger (Perry E. Metzger), 11 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 85453 2011-10-14 00:56:39Z dports@macports.org $ 2 2 3 3 PortSystem 1.0 4 PortGroup github 1.0 4 5 5 6 name libetpan 6 version 1.1 7 github.setup dinhviethoa libetpan 1.2 7 8 categories mail devel 8 9 platforms darwin 9 10 license BSD … … 15 16 implemented), local storage (mbox/MH/maildir), \ 16 17 message/MIME parser 17 18 18 homepage http://libetpan.sourceforge.net/ 19 master_sites sourceforge 20 checksums md5 6fee60d08506e941642b8fa087e60b07 \ 21 sha1 3476dc9142e0b78056446d2f143617708f8690b2 \ 22 rmd160 7ac42285634efa799adaabc443c3778089de8363 23 patchfiles patch-config.h.in.diff 19 checksums rmd160 533e99492a238a88cfdc6de95870e90147c29c76 \ 20 sha256 1cf65fc6c72dce78f7912adabc559c3be554315a66d75c46f47dd6fc8488abf4 24 21 25 22 depends_lib port:openssl port:cyrus-sasl2 port:curl port:zlib port:expat 26 23 24 configure.cmd ./autogen.sh 27 25 configure.args --with-openssl=${prefix} --with-sasl=${prefix} \ 28 26 --enable-iconv --disable-db 29 27 28 # Unsure if this is needed 30 29 post-build { 31 30 reinplace -E {s|-arch [a-z0-9_]+||g} \ 32 31 ${worksrcpath}/libetpan-config