Ticket #6600: Portfile.2.diff
File Portfile.2.diff, 1021 bytes (added by markd@…, 19 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name flood 6 version 200 310026 version 20041105 7 7 categories www 8 8 platforms darwin freebsd 9 9 maintainers mww@opendarwin.org … … 13 13 14 14 homepage http://httpd.apache.org/test/flood/ 15 15 master_sites ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ 16 checksums md5 ee174fe0e14da3f58f10ac80ea6b547a17 18 patchfiles patch-flood_net.c \ 19 patch-flood_round_robin.c 20 21 depends_lib lib:libapr:apr\22 lib:libexpat:expat16 checksums md5 fe07ea26fc18828d272cd384b74228f8 17 distname httpd-test_20041105052051 18 worksrcdir httpd-test/flood 19 20 depends_lib port:apr \ 21 port:apr-util \ 22 port:expat 23 23 24 24 use_autoconf yes 25 25 26 configure.args --with-apr=${prefix}/bin/apr-1-config \ 27 --with-apr-util=${prefix}/bin/apu-1-config 28 26 29 destroot { 27 30 xinstall -m 755 -s ${worksrcpath}/flood ${destroot}${prefix}/bin 28 31 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples