Ticket #20826: Portfile-haproxy.diff
File Portfile-haproxy.diff, 1.1 KB (added by sam@…, 15 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name haproxy 6 version 1.3. 15.66 version 1.3.20 7 7 categories net 8 8 platforms darwin 9 9 maintainers samgranieri.com:sam … … 20 20 homepage http://haproxy.1wt.eu/ 21 21 master_sites http://haproxy.1wt.eu/download/1.3/src/ 22 22 23 checksums md5 470cfd76b3a5608f4db02930c556d1e2\24 sha1 5ae0fb19b7754254f8852e3bc9354c63b073e4dc\25 rmd160 552a8ac394af406be40672e422bb4db3d90d2b2223 checksums md5 e37046e0cb2f407d92c41d7731d1dd10 \ 24 sha1 c017c2853ca0f20669abfb24c7f3b30630d86438 \ 25 rmd160 5f16cd2862bc02b61be44682d591f689a36c964d 26 26 27 27 use_configure no 28 28 29 29 build.target TARGET=osx 30 30 31 platform i386 {32 build.target-append CPU=i68633 }34 35 31 destroot { 36 32 xinstall -s -m 755 ${worksrcpath}/haproxy ${destroot}${prefix}/sbin 37 33 xinstall -m 644 ${worksrcpath}/doc/haproxy.1 ${destroot}${prefix}/share/man/man1