New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80968


Ignore:
Timestamp:
07/22/11 10:58:49 (4 years ago)
Author:
ryandesign@…
Message:

httping: update to 1.4.3; fix livecheck; support build_arch and universal variant (#23884)

File:
1 edited

Legend:

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

    r69520 r80968  
    55 
    66name                httping 
    7 version             1.4.1 
    8 revision        1 
     7version             1.4.3 
    98categories          net www 
    109maintainers         nomaintainer 
     
    1918master_sites        ${homepage} 
    2019 
    21 checksums           md5     bde1ff3c01343d2371d8f34fbf8a1d9a \ 
    22                     sha1    a8fa9cb3cb808b87d2c06f711ca1de81facf2726 \ 
    23                     rmd160  613fdd5ac9464048b9957ac62ff6391c284c2116 
     20checksums           sha1    00f5f341f46a8884cdbc89dbdc8f1a3de03ab7a8 \ 
     21                    rmd160  1c458c616f896d89d5ccdb3c8acce79c1a11c0d6 
    2422 
    2523depends_build       port:openssl 
     
    2927use_configure       no 
    3028 
    31 build.args          CC=${configure.cc} 
     29variant universal {} 
     30if {[variant_isset universal]} { 
     31    set archflags ${configure.universal_cflags} 
     32} else { 
     33    set archflags ${configure.cc_archflags} 
     34} 
     35 
     36build.args          CC="${configure.cc} ${archflags}" 
    3237 
    3338destroot.args       PREFIX=${prefix} 
    3439 
    35 universal_variant   no 
     40livecheck.type      regex 
     41livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix} 
Note: See TracChangeset for help on using the changeset viewer.