Ticket #6098: Portfile.diff

File Portfile.diff, 1.4 KB (added by markd@…, 18 years ago)

Patch for update to imap-2006a

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                    cclient
    6 version                 2004g
     6version                 2006a
    77categories              mail
    88maintainers             pguyot@kallisys.net
    99description             UW IMAP c-client library
     
    2020distname                imap-${version}
    2121dist_subdir             imap-uw
    2222worksrcdir              imap-${version}
    23 checksums               md5 9a80f58d8d6a0979c13714ae69050020 \
    24                                 sha1 791a8bb247ca51ce0a4c32e814a2f736c2bcf066 \
    25                                 rmd160 a016a06ba073e879d2574a6395ce1074ea74c687
     23checksums               md5 70b98056744f44aa52ccf4f668872b8e \
     24                                sha1 6cb040fd524f5bfa7dd7f70aa4a4266555d46b73 \
     25                                rmd160 3fbdadf5e6a6283b632c2ab4efee51e2d18e5ffc
    2626
    2727depends_lib             port:openssl \
    2828                                lib:libz:zlib \
     
    4545destroot {
    4646        xinstall -m 755 -d ${destroot}${prefix}/include/c-client
    4747        xinstall -m 644 -W ${worksrcpath}/c-client \
    48                 c-client.h dummy.h env.h fdstring.h flockcyg.h flocksim.h env_unix.h \
    49                 flstring.h fs.h ftl.h imap4r1.h linkage.c linkage.h mail.h mbx.h mh.h \
    50                 misc.h mx.h netmsg.h newsrc.h nl.h nntp.h osdep.h \
    51                 pseudo.h rfc822.h smtp.h sslio.h tcp.h tcp_unix.h unix.h utf8.h \
     48                c-client.h env.h flstring.h fs.h ftl.h imap4r1.h \
     49                mail.h misc.h netmsg.h newsrc.h nl.h nntp.h  \
     50                rfc822.h smtp.h sslio.h tcp.h utf8.h \
    5251                ${destroot}${prefix}/include/c-client
    5352        xinstall -m 644 ${worksrcpath}/c-client/c-client.a \
    5453                ${destroot}${prefix}/lib/libc-client4.a