Ticket #36789: Portfile-beankstalkd.diff

File Portfile-beankstalkd.diff, 1.8 KB (added by macports@…, 12 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                    beanstalkd
    6 version                 1.4.6
    7 revision                4
     6version                 1.7
    87description             a fast, distributed, in-memory workqueue service
    98long_description        \
    109        beanstalkd is a fast, distributed, in-memory workqueue service. \
     
    1413maintainers             nick
    1514categories              sysutils
    1615platforms               darwin
    17 homepage                http://xph.us/software/beanstalkd/
    18 master_sites            http://xph.us/dist/beanstalkd/
    19 checksums               md5 3dbbb64a6528efaaaa841ea83b30768e \
    20                         sha1 1ee0d731e22aa45fb22e816f6e364913595f6e65 \
    21                         rmd160 f1641f15b32731f19a39721d8b37da940a145672
     16homepage                http://kr.github.com/beanstalkd
     17master_sites            https://github.com/kr/beanstalkd/downloads
     18checksums               md5 531d93aad176b4c152fe18d3c698dad8 \
     19                        sha256 1d851677096d3cee4ee5710ee6cf1cebe8f2b5d9fa05792561ab55b534cbdaf8 \
     20                        rmd160 2413bfcde88194163cd382ec0b272ff4772fe18f
    2221
    23 patchfiles              patch-configure.diff patch-dprintf.diff
    24 patch.pre_args          -p1
     22use_configure           no
     23test {}
    2524
    2625depends_build           port:gmake
    2726
    2827depends_lib             port:libevent1
    2928
    30 configure.args          --with-event=${prefix}
    31 
    32 # Version 1.4.6 has problems with clang as the compiler
    33 if {${configure.compiler} == "clang"} {
    34         configure.compiler llvm-gcc-4.2
    35 }
    36 
    3729startupitem.create      yes
    38 startupitem.executable  ${prefix}/bin/beanstalkd -u nobody
    39  No newline at end of file
     30startupitem.executable  ${prefix}/bin/beanstalkd -u nobody