Ticket #6600: Portfile.2.diff

File Portfile.2.diff, 1021 bytes (added by markd@…, 18 years ago)

Portfile diff

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                    flood
    6 version                 20031002
     6version                 20041105
    77categories              www
    88platforms               darwin freebsd
    99maintainers             mww@opendarwin.org
     
    1313
    1414homepage                http://httpd.apache.org/test/flood/
    1515master_sites    ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
    16 checksums       md5 ee174fe0e14da3f58f10ac80ea6b547a
    17 
    18 patchfiles              patch-flood_net.c \
    19                                 patch-flood_round_robin.c
    20 
    21 depends_lib             lib:libapr:apr \
    22                                 lib:libexpat:expat
     16checksums       md5 fe07ea26fc18828d272cd384b74228f8
     17distname        httpd-test_20041105052051
     18worksrcdir      httpd-test/flood
     19
     20depends_lib             port:apr \
     21                        port:apr-util \
     22                        port:expat
    2323
    2424use_autoconf    yes
    2525
     26configure.args  --with-apr=${prefix}/bin/apr-1-config \
     27                --with-apr-util=${prefix}/bin/apu-1-config
     28
    2629destroot        {
    2730        xinstall -m 755 -s ${worksrcpath}/flood ${destroot}${prefix}/bin
    2831        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples