New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81437


Ignore:
Timestamp:
07/30/11 13:40:13 (4 years ago)
Author:
mk@…
Message:

adium: drop port since there is a native installer (see ticket #30207)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/adium/Portfile

    r57380 r81437  
    44 
    55name            adium 
    6 version         1.2.5 
     6version         1.3.0 
    77categories      net aqua 
    88maintainers     nomaintainer 
     
    1212        connect to any number of messaging accounts on any combination of \ 
    1313        supported messaging services and then chat with other people using \ 
    14         those services. 
    15 homepage        http://www.adiumx.com 
    16 platforms       macosx 
    17 master_sites    {} 
    18 fetch.type      svn 
    19 svn.url         svn://svn.adiumx.com/adium/tags/AdiumX_${version} 
    20 worksrcdir      AdiumX_${version} 
    2114 
    22 livecheck.type  regex 
    23 livecheck.url   http://trac.adiumx.com/wiki/AdiumVersionHistory 
    24 livecheck.regex "Version (.+) " 
     15pre-fetch { 
     16    ui_error "Installation cancelled since the port is going to be removed from MacPorts due to an existing native installer." 
     17    return -code error 
     18} 
    2519 
    26 use_configure   no 
    27  
    28 depends_lib     port:Growl 
    29 build.type      pbx 
    30 build.target    -project Adium.xcodeproj -target Adium 
    31 build.args      -configuration Deployment 
    32  
    33 destroot { 
    34         set appPath ${destroot}/Applications/MacPorts 
    35         xinstall -d ${appPath} 
    36         file copy ${worksrcpath}/build/Deployment/Adium.app ${appPath} 
    37 } 
Note: See TracChangeset for help on using the changeset viewer.