pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

beanstalkd: update to version 1.12



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Thu Mar 18 23:38:48 2021 +0100
Changeset:	ead5a7f58e30b2c4ea68f285ef439c1a3b2ef967

Modified Files:
	beanstalkd/Makefile
	beanstalkd/distinfo
	beanstalkd/patches/patch-Makefile
Removed Files:
	beanstalkd/patches/patch-dat.h

Log Message:
beanstalkd: update to version 1.12

From the release notes:

* add support of UNIX domain sockets
* add support of Solaris/illumos
* add the "reserve-job" command
* add draining status to the "stats" command
* make fsync turned on by default when binlog is used: it's
  synced every 50ms instead of never
* replace vendored systemd files with libsystemd
* systemd usage can be controlled with USE_SYSTEMD=yes/no
* specify C99 as required compiler
* maintenance, containing various bug fixes and improvements

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ead5a7f58e30b2c4ea68f285ef439c1a3b2ef967

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 beanstalkd/Makefile               | 11 ++++-------
 beanstalkd/distinfo               | 10 +++++-----
 beanstalkd/patches/patch-Makefile | 11 ++---------
 beanstalkd/patches/patch-dat.h    | 31 -------------------------------
 4 files changed, 11 insertions(+), 52 deletions(-)

diffs:
diff --git a/beanstalkd/Makefile b/beanstalkd/Makefile
index e75dd82809..33c0e4c3ab 100644
--- a/beanstalkd/Makefile
+++ b/beanstalkd/Makefile
@@ -1,20 +1,17 @@
 # $NetBSD: Makefile,v 1.3 2014/06/01 12:49:34 thomasklausner Exp $
-#
 
-GITHUB_PROJECT=	beanstalkd
-GITHUB_TAG=	v1.10
-DISTNAME=	${GITHUB_TAG}
-PKGNAME=	${GITHUB_PROJECT}${DISTNAME:S/v/-/1}
+DISTNAME=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+PKGNAME=	${GITHUB_PROJECT}-1.12
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=kr/}
-DIST_SUBDIR=	${PKGBASE}
+GITHUB_PROJECT=	beanstalkd
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://kr.github.io/beanstalkd/
 COMMENT=	Simple, fast work queue
 LICENSE=	mit
 
-WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
 USE_TOOLS+=	gmake
 
 B_MANDIR=		${PKGMANDIR}/man1
diff --git a/beanstalkd/distinfo b/beanstalkd/distinfo
index 3f0d1276af..169c3bf68a 100644
--- a/beanstalkd/distinfo
+++ b/beanstalkd/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.1 2014/01/03 05:31:52 othyro Exp $
 
-SHA1 (beanstalkd/v1.10.tar.gz) = bfc0ccf99e15b15eac03ec1d8a57a3aaff143237
-RMD160 (beanstalkd/v1.10.tar.gz) = bcd40208a48499cb3662f44b99484b5c992223a0
-SHA512 (beanstalkd/v1.10.tar.gz) = db85e4a32c686330e50d64d497a39bb9806de42a2c2d2c84eb260ae8cfad91b4c99eef6a8f0ab3e62d0ca71a31837778ec68a4299899ac5a9d94a5a4403d673b
-Size (beanstalkd/v1.10.tar.gz) = 66243 bytes
-SHA1 (patch-Makefile) = 30c5095705d93a9ed11958d1c78bc481d2c45163
+SHA1 (beanstalkd-1.12.tar.gz) = 09a6cbd7766f54875ee9b709ca64e245e58350c9
+RMD160 (beanstalkd-1.12.tar.gz) = 7d211fe9585c777dc988acc0ad8a754e20e7ad75
+SHA512 (beanstalkd-1.12.tar.gz) = 347f8cf29501d4bf1a01a472f8f6265d1211eadfaa4e5626c8fcab5b1f8116e1e0ddee2a0c82ac116ee60655a2e3b514d254f98c2154be76109a24d77f7d8210
+Size (beanstalkd-1.12.tar.gz) = 79592 bytes
+SHA1 (patch-Makefile) = dd5c0a9a278fd306e0b360fcfcf451111e099699
 SHA1 (patch-darwin.c) = 83db9922d20d12cff4f99c5214a45ffdc17285c2
diff --git a/beanstalkd/patches/patch-Makefile b/beanstalkd/patches/patch-Makefile
index 1ad3f7f55a..462b6c91c3 100644
--- a/beanstalkd/patches/patch-Makefile
+++ b/beanstalkd/patches/patch-Makefile
@@ -2,16 +2,9 @@ $NetBSD: patch-Makefile,v 1.1 2014/01/03 05:31:52 othyro Exp $
 
 Add NetBSD support. Don't hardcode ${PREFIX}.
 
---- Makefile.orig	2014-08-05 03:39:54.000000000 +0000
+--- Makefile.orig	2020-06-04 19:54:32.000000000 +0000
 +++ Makefile
-@@ -1,5 +1,5 @@
- DESTDIR=
--PREFIX=/usr/local
-+PREFIX?=/usr/local
- BINDIR=$(DESTDIR)$(PREFIX)/bin
- CFLAGS=-Wall -Werror\
- 	-Wformat=2\
-@@ -96,3 +96,5 @@ doc/beanstalkd.1 doc/beanstalkd.1.html: 
+@@ -120,3 +120,5 @@ doc/beanstalkd.1 doc/beanstalkd.1.html: 
  	ronn $<
  
  freebsd.o: darwin.c
diff --git a/beanstalkd/patches/patch-dat.h b/beanstalkd/patches/patch-dat.h
deleted file mode 100644
index 8d2cc44ff5..0000000000
--- a/beanstalkd/patches/patch-dat.h
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-dat.h,v 1.1 2014/01/03 05:31:52 othyro Exp $
-
-Don't redefine int8_t, uint8_t, int32_t, uint32_t, int64_t, uint64_t.
-
---- dat.h.orig	2013-04-14 17:19:41.000000000 +0000
-+++ dat.h
-@@ -10,12 +10,24 @@ typedef uint32_t      uint32;
- typedef int64_t       int64;
- typedef uint64_t      uint64;
- 
-+#ifndef int8_t
- #define int8_t   do_not_use_int8_t
-+#endif
-+#ifndef uint8_t
- #define uint8_t  do_not_use_uint8_t
-+#endif
-+#ifndef int32_t
- #define int32_t  do_not_use_int32_t
-+#endif
-+#ifndef uint32_t
- #define uint32_t do_not_use_uint32_t
-+#endif
-+#ifndef int64_t
- #define int64_t  do_not_use_int64_t
-+#endif
-+#ifndef uint64_t
- #define uint64_t do_not_use_uint64_t
-+#endif
- 
- typedef struct ms     *ms;
- typedef struct job    *job;


Home | Main Index | Thread Index | Old Index