Ticket #2710: MacBiff-Portfile.diff

File MacBiff-Portfile.diff, 1.6 KB (added by dms@…, 19 years ago)

Proposed update to MacBiff-1.1.11

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/aqua/MacBiff/Portfile,v
    retrieving revision 1.3
    diff -u -b -w -r1.3 Portfile
     
    33PortSystem 1.0
    44
    55name            MacBiff
    6 version         1.1.10
     6version             1.1.11
    77categories      aqua net
    88platforms       darwin
    99maintainers     dports@philipp-weissmann.de
     
    1212                        Program. It periodically checks your IMAP server for \
    1313                        new email, and reports where in your folder hierarchy \
    1414                        your new mail resides.
    15 
    1615homepage        http://www.forkit.org/macbiff/
    1716master_sites    ${homepage}/archive/
    1817use_bzip2       yes
    1918distname        macbiff-${version}
    2019worksrcdir      ${name}
    21 build.type      pbx
    22 build.target
    23 checksums       md5 c56994d4705db6e0757f46470322aa02
     20checksums           md5  2bea0866c2d6fe05e8204cfb2e2f916d \
     21                    sha1 63efebd8a5763f29abfc4c021ebc64cc7ee984c1
    2422use_configure   no
    25 
    26 destroot        {
    27         set appPath ${destroot}/Applications/DarwinPorts
    28         xinstall -d -m 755 ${appPath}
    29         system "cp -R ${worksrcpath}/build/${name}.app ${appPath}/${name}.app"
    30 }
    31 
     23build.type          pbx
     24build.target        -buildstyle Deployment
     25destroot            { file mkdir "${destroot}/Applications/Darwinports"
     26                      file copy "${worksrcpath}/build/${name}.app" \
     27                        "${destroot}/Applications/Darwinports" }
     28variant growl       { depends_build-append \
     29                        path:/Library/Frameworks/GrowlAppBridge.framework:Growl
     30                      build.args-append   OTHER_CFLAGS=-DUSE_GROWL }