Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] beanstalkd: update to 1.12
@ 2020-11-30 17:17 ndowens
  2020-12-01 21:14 ` [PR PATCH] [Updated] " ndowens
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ndowens @ 2020-11-30 17:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages beanstalkd
https://github.com/void-linux/void-packages/pull/26834

beanstalkd: update to 1.12
@bougyman 

A patch file from https://github.com/void-linux/void-packages/pull/26834.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-beanstalkd-26834.patch --]
[-- Type: text/x-diff, Size: 1264 bytes --]

From 59b01b8bfb9ce9eb7935cf791d644a3cd1cc4ecd Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 30 Nov 2020 11:16:42 -0600
Subject: [PATCH] beanstalkd: update to 1.12

---
 srcpkgs/beanstalkd/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] beanstalkd: update to 1.12
  2020-11-30 17:17 [PR PATCH] beanstalkd: update to 1.12 ndowens
@ 2020-12-01 21:14 ` ndowens
  2020-12-02  7:50 ` fosslinux
  2020-12-03 14:28 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-12-01 21:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages beanstalkd
https://github.com/void-linux/void-packages/pull/26834

beanstalkd: update to 1.12
@bougyman 

A patch file from https://github.com/void-linux/void-packages/pull/26834.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-beanstalkd-26834.patch --]
[-- Type: text/x-diff, Size: 1282 bytes --]

From 6b40c9876c71e785901c3139a65b97f864dd6411 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 30 Nov 2020 11:16:42 -0600
Subject: [PATCH] beanstalkd: update to 1.12

---
 srcpkgs/beanstalkd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: beanstalkd: update to 1.12
  2020-11-30 17:17 [PR PATCH] beanstalkd: update to 1.12 ndowens
  2020-12-01 21:14 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-02  7:50 ` fosslinux
  2020-12-03 14:28 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: fosslinux @ 2020-12-02  7:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/26834#issuecomment-737057573

Comment:
Please do test your builds before pushing, CI should be for checking, not as a testing platform....

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: beanstalkd: update to 1.12
  2020-11-30 17:17 [PR PATCH] beanstalkd: update to 1.12 ndowens
  2020-12-01 21:14 ` [PR PATCH] [Updated] " ndowens
  2020-12-02  7:50 ` fosslinux
@ 2020-12-03 14:28 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-12-03 14:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

There's a merged pull request on the void-packages repository

beanstalkd: update to 1.12
https://github.com/void-linux/void-packages/pull/26834

Description:
@bougyman 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-03 14:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30 17:17 [PR PATCH] beanstalkd: update to 1.12 ndowens
2020-12-01 21:14 ` [PR PATCH] [Updated] " ndowens
2020-12-02  7:50 ` fosslinux
2020-12-03 14:28 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).