New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80776


Ignore:
Timestamp:
07/16/11 22:52:18 (4 years ago)
Author:
blair@…
Message:

serf: replace with serf0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/serf/Portfile

    r79753 r80776  
    55name                    serf 
    66version                 0.7.2 
     7revision                1 
    78categories              www 
    89maintainers             blair 
     10replaced_by             serf0 
    911description             C-based HTTP client library 
    1012 
     
    1719 
    1820homepage                http://code.google.com/p/serf/ 
    19 master_sites            http://serf.googlecode.com/files/ 
    20 use_bzip2               yes 
    21 use_parallel_build      yes 
    22 checksums               md5 66ed12163b14b704888e628ee38e9581 \ 
    23                         sha1 132fbb13d50c4f849231eee79dcada8cde3ecad2 \ 
    24                         rmd160 6b586ced49b7195e80595d3d1eb29af08d1afc32 
     21platforms               darwin 
     22distfiles 
    2523 
    26 platforms               darwin 
    27  
    28 depends_lib             port:apr port:apr-util port:openssl 
    29  
    30 configure.args          --with-apr=${prefix}/bin/apr-1-config \ 
    31                         --with-apr-util=${prefix}/bin/apu-1-config 
    32  
    33 configure.ccache        no 
    34  
    35 test.run                yes 
    36 test.target             check 
    37  
    38 post-destroot { 
    39         set sharedir ${destroot}${prefix}/share 
    40         set docdir ${sharedir}/doc/${name} 
    41  
    42         xinstall -m 755 -d ${docdir} 
    43  
    44         foreach f {CHANGES LICENSE NOTICE README} { 
    45                 file copy ${worksrcpath}/${f} ${docdir} 
    46         } 
     24pre-configure { 
     25        ui_error "Please use serf0 or serf1 instead." 
     26        return -code error "obsolete port" 
    4727} 
    4828 
    49 livecheck.type  regex 
    50 livecheck.regex $name-(\\d+(?:\\.\\d+)*) 
     29livecheck.type  none 
Note: See TracChangeset for help on using the changeset viewer.