New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81278


Ignore:
Timestamp:
07/28/11 14:40:30 (4 years ago)
Author:
ryandesign@…
Message:

httping: update to 1.4.4 (which has no difference from 1.4.3 except commenting out strndup); uncomment strndup and fix its definition to comply with the standard so it hopefully compiles on Lion (#30297)

Location:
trunk/dports/net/httping
Files:
2 added
1 edited

Legend:

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

    r80968 r81278  
    55 
    66name                httping 
    7 version             1.4.3 
     7version             1.4.4 
    88categories          net www 
    99maintainers         nomaintainer 
     
    1818master_sites        ${homepage} 
    1919 
    20 checksums           sha1    00f5f341f46a8884cdbc89dbdc8f1a3de03ab7a8 \ 
    21                     rmd160  1c458c616f896d89d5ccdb3c8acce79c1a11c0d6 
     20checksums           sha1    f74604d3ad5a1f1a68a483ccb40bd5bb0b280262 \ 
     21                    rmd160  8ac17577a43f01f2ca97728452eef74eaeb0428a 
    2222 
    2323depends_build       port:openssl 
    2424 
    2525extract.suffix      .tgz 
     26 
     27patchfiles          patch-strndup.diff 
    2628 
    2729use_configure       no 
Note: See TracChangeset for help on using the changeset viewer.