Ticket #41037: libetpan.patch

File libetpan.patch, 1.3 KB (added by pmetzger (Perry E. Metzger), 11 years ago)

Patch to upgrade the Portfile

  • Portfile

    old new  
    11# $Id: Portfile 85453 2011-10-14 00:56:39Z dports@macports.org $
    22
    33PortSystem 1.0
     4PortGroup               github 1.0
    45
    56name                    libetpan
    6 version                 1.1
     7github.setup            dinhviethoa libetpan 1.2
    78categories              mail devel
    89platforms               darwin
    910license                 BSD
     
    1516                        implemented), local storage (mbox/MH/maildir), \
    1617                        message/MIME parser
    1718
    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
     19checksums           rmd160  533e99492a238a88cfdc6de95870e90147c29c76 \
     20                    sha256  1cf65fc6c72dce78f7912adabc559c3be554315a66d75c46f47dd6fc8488abf4
    2421
    2522depends_lib             port:openssl port:cyrus-sasl2 port:curl port:zlib port:expat
    2623
     24configure.cmd   ./autogen.sh
    2725configure.args  --with-openssl=${prefix} --with-sasl=${prefix} \
    2826                --enable-iconv --disable-db
    2927
     28# Unsure if this is needed
    3029post-build {
    3130    reinplace -E {s|-arch [a-z0-9_]+||g} \
    3231        ${worksrcpath}/libetpan-config