Ticket #36789: Portfile-beankstalkd.diff
File Portfile-beankstalkd.diff, 1.8 KB (added by macports@…, 12 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name beanstalkd 6 version 1.4.6 7 revision 4 6 version 1.7 8 7 description a fast, distributed, in-memory workqueue service 9 8 long_description \ 10 9 beanstalkd is a fast, distributed, in-memory workqueue service. \ … … 14 13 maintainers nick 15 14 categories sysutils 16 15 platforms darwin 17 homepage http:// xph.us/software/beanstalkd/18 master_sites http ://xph.us/dist/beanstalkd/19 checksums md5 3dbbb64a6528efaaaa841ea83b30768e\20 sha 1 1ee0d731e22aa45fb22e816f6e364913595f6e65\21 rmd160 f1641f15b32731f19a39721d8b37da940a14567216 homepage http://kr.github.com/beanstalkd 17 master_sites https://github.com/kr/beanstalkd/downloads 18 checksums md5 531d93aad176b4c152fe18d3c698dad8 \ 19 sha256 1d851677096d3cee4ee5710ee6cf1cebe8f2b5d9fa05792561ab55b534cbdaf8 \ 20 rmd160 2413bfcde88194163cd382ec0b272ff4772fe18f 22 21 23 patchfiles patch-configure.diff patch-dprintf.diff 24 patch.pre_args -p1 22 use_configure no 23 test {} 25 24 26 25 depends_build port:gmake 27 26 28 27 depends_lib port:libevent1 29 28 30 configure.args --with-event=${prefix}31 32 # Version 1.4.6 has problems with clang as the compiler33 if {${configure.compiler} == "clang"} {34 configure.compiler llvm-gcc-4.235 }36 37 29 startupitem.create yes 38 startupitem.executable ${prefix}/bin/beanstalkd -u nobody 39 No newline at end of file 30 startupitem.executable ${prefix}/bin/beanstalkd -u nobody