beanstalkd: update to 1.12

This commit is contained in:
Nathan Owens 2020-11-30 11:16:42 -06:00 committed by Andrew J. Hesford
parent fb335a9690
commit 1627032a0e

View file

@ -1,14 +1,15 @@
# Template file for 'beanstalkd' # Template file for 'beanstalkd'
pkgname=beanstalkd pkgname=beanstalkd
version=1.11 version=1.12
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="pkg-config"
short_desc="Simple, fast, general-purpose work queue" short_desc="Simple, fast, general-purpose work queue"
maintainer="bougyman <bougyman@voidlinux.org>" maintainer="bougyman <bougyman@voidlinux.org>"
license="MIT" license="MIT"
homepage="http://kr.github.io/beanstalkd/" homepage="http://kr.github.io/beanstalkd/"
distfiles="https://github.com/kr/beanstalkd/archive/v${version}.tar.gz" distfiles="https://github.com/kr/beanstalkd/archive/v${version}.tar.gz"
checksum=5e3414e49d00e9ef9530897983e56bdba98da6f8f1f30f5fe7e6064b2f68c544 checksum=f43a7ea7f71db896338224b32f5e534951a976f13b7ef7a4fb5f5aed9f57883f
system_accounts="_beanstalkd" system_accounts="_beanstalkd"
replaces="beanstalk>=0" replaces="beanstalk>=0"
@ -17,7 +18,6 @@ make_dirs="/var/lib/beanstalkd 755 _beanstalkd _beanstalkd"
CFLAGS="-Wno-error" CFLAGS="-Wno-error"
pre_build() { pre_build() {
sed -i 's,sys/fcntl.h,fcntl.h,' sd-daemon.c
vsed -i 's,override,,g' Makefile vsed -i 's,override,,g' Makefile
} }