New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80322


Ignore:
Timestamp:
07/08/11 18:39:06 (4 years ago)
Author:
ryandesign@…
Message:

istumbler: update to 99 (#30091), record installed archs correctly in the registry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/istumbler/Portfile

    r75061 r80322  
    55 
    66name            istumbler 
    7 version         98 
     7version         99 
    88categories      aqua 
    99maintainers     nomaintainer 
     10supported_archs i386 ppc 
     11configure.universal_archs i386 ppc 
     12 
    1013description     iStumbler is an Aqua GUI for finding wireless networks 
    1114long_description        iStumbler is a free, open source tool for finding \ 
     
    2326extract.suffix  .tgz 
    2427 
    25 checksums \ 
    26         md5 5a16cc30d8e211254ab4d8c0777b8cfc \ 
    27         sha1 d09c368fbd6002595205a4c09d2c72da4f53795c \ 
    28         rmd160 c8a3b25c2d558f19a5506e5298c448f7ffad365f 
     28checksums       sha1    549c5d3e5117dd3d559e2946f827eb34dc6d0ef1 \ 
     29                rmd160  82da034aa43b6718655ae4101325e7e78f15d429 
    2930 
    3031worksrcdir      iStumbler 
     
    4647variant use_binary conflicts use_source description {Install from binary distribution} { 
    4748        distname ${name}-${version} 
    48         checksums \ 
    49                 md5 89981ff4ae5dc087b867ae2ff295898a \ 
    50                 sha1 2e8912aed8a32353c76d147c1f37493abe0abb9a \ 
    51                 rmd160 ded5f623f3d9d5fe63008b5b58358b2b73eb55f0 
     49        checksums       sha1    3a8273ae665f3a024db693ca5fb88765720a8a17 \ 
     50                        rmd160  09bcb0afbbdc4589e2c6ee8f7061ffbd19fac7eb 
    5251        patch {} 
    5352        use_configure   no 
     
    5756                file copy ${workpath}/iStumbler.app ${destroot}${applications_dir} 
    5857        } 
     58        default_variants +universal 
     59        variant universal {} 
     60        pre-fetch { 
     61                if {![variant_isset universal]} { 
     62                        return -code error "${name} is only available in a universal version" 
     63                } 
     64        } 
    5965} 
    6066 
    6167variant use_source conflicts use_binary description {Build from source (does not work)} {} 
    6268 
    63 default_variants +universal 
    64 variant universal {} 
    65 pre-fetch { 
    66         if {![variant_isset universal]} { 
    67                 return -code error "${name} is only available in a universal version" 
    68         } 
    69 } 
    70  
    7169livecheck.type  regex 
    7270livecheck.regex {iStumbler Release (\d+)} 
Note: See TracChangeset for help on using the changeset viewer.