Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 22338

Show
Ignore:
Timestamp:
2007-02-26 14:20:51 (21 months ago)
Author:
mww@…
Message:

version 1.4

Location:
trunk/dports/mail/putmail
Files:
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/putmail/Portfile

    r20332 r22338  
    44 
    55name                    putmail 
    6 version                 1.3 
     6version                 1.4 
    77categories              mail 
    88platforms               darwin 
    9 maintainers             mww@opendarwin.org 
     9maintainers             mww@macports.org 
    1010description             putmail is a very lightweight MTA 
    1111long_description        putmail is a very lightweight MTA that was designed to \ 
     
    1717master_sites    sourceforge 
    1818distname                ${name}.py-${version} 
    19 checksums               md5 f1d5394678e80f0cf7a6064810f966f1 
     19checksums               sha1 7903fd32a14192adb72560b99c01e6563bc9dd38 
    2020use_bzip2               yes 
    21 patchfiles              patch-install.sh 
    2221 
    2322depends_run             bin:python:python24 
    2423 
    25 configure { 
    26         reinplace "s|__PREFIX__|${destroot}${prefix}|g" ${worksrcpath}/install.sh 
    27 } 
     24use_configure   no 
    2825 
    2926build           {} 
    3027 
    31 destroot { 
    32         system "cd ${worksrcpath} && sh install.sh" 
     28destroot.env    PREFIX="${destroot}${prefix}" 
     29destroot.cmd    ./install.sh 
     30destroot.destdir 
     31 
     32post-destroot { 
    3333        system "cd ${destroot}${prefix}/bin && ln -sf putmail.py putmail" 
    3434} 
     35