Ticket #20826: Portfile-haproxy.diff

File Portfile-haproxy.diff, 1.1 KB (added by sam@…, 15 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name              haproxy
    6 version           1.3.15.6
     6version           1.3.20
    77categories        net
    88platforms         darwin
    99maintainers       samgranieri.com:sam
     
    2020homepage          http://haproxy.1wt.eu/
    2121master_sites      http://haproxy.1wt.eu/download/1.3/src/
    2222
    23 checksums         md5 470cfd76b3a5608f4db02930c556d1e2 \
    24                   sha1 5ae0fb19b7754254f8852e3bc9354c63b073e4dc \
    25                   rmd160 552a8ac394af406be40672e422bb4db3d90d2b22
     23checksums         md5     e37046e0cb2f407d92c41d7731d1dd10 \
     24                  sha1    c017c2853ca0f20669abfb24c7f3b30630d86438 \
     25                  rmd160  5f16cd2862bc02b61be44682d591f689a36c964d
    2626
    2727use_configure     no
    2828
    2929build.target TARGET=osx
    3030
    31 platform i386 {
    32    build.target-append   CPU=i686
    33 }
    34 
    3531destroot  {
    3632  xinstall -s -m 755 ${worksrcpath}/haproxy ${destroot}${prefix}/sbin
    3733  xinstall -m 644 ${worksrcpath}/doc/haproxy.1 ${destroot}${prefix}/share/man/man1