Bugfix update to redis-2.6.3

This commit is contained in:
dcoppa 2012-11-07 10:13:44 +00:00
parent 12aeb50160
commit ad5e9a2de3
5 changed files with 15 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.39 2012/11/05 10:47:39 dcoppa Exp $
# $OpenBSD: Makefile,v 1.40 2012/11/07 10:13:44 dcoppa Exp $
COMMENT = persistent key-value database
DISTNAME = redis-2.6.2
DISTNAME = redis-2.6.3
CATEGORIES = databases
HOMEPAGE = http://redis.io/
@ -47,6 +47,7 @@ pre-configure:
${SUBST_CMD} ${WRKSRC}/src/redis.c
post-install:
${INSTALL_PROGRAM} ${WRKBUILD}/src/redis-sentinel ${PREFIX}/bin/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/redis
${SUBST_CMD} -o ${SHAREOWN} -g ${SHAREGRP} -c \
${WRKSRC}/redis.conf \
@ -54,6 +55,5 @@ post-install:
${SUBST_CMD} -o ${SHAREOWN} -g ${SHAREGRP} -c \
${WRKSRC}/sentinel.conf \
${PREFIX}/share/examples/redis/sentinel.conf
cd ${PREFIX}/bin/ && ln -f -s redis-server redis-sentinel
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (redis-2.6.2.tar.gz) = s7LnTsihMzfl4XzCSw/s9dYS1qCDXZm9HjN7OR8gpG0=
SIZE (redis-2.6.2.tar.gz) = 1000600
SHA256 (redis-2.6.3.tar.gz) = Smx9MqO7lpALE7ZIN+WSGmvgEe7iXArHqO/hZ7gvmvQ=
SIZE (redis-2.6.3.tar.gz) = 1000954

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-deps_Makefile,v 1.1 2012/10/23 10:41:23 dcoppa Exp $
--- deps/Makefile.orig Tue Oct 23 10:56:16 2012
+++ deps/Makefile Tue Oct 23 10:56:41 2012
$OpenBSD: patch-deps_Makefile,v 1.2 2012/11/07 10:13:44 dcoppa Exp $
--- deps/Makefile.orig Tue Nov 6 22:07:51 2012
+++ deps/Makefile Wed Nov 7 10:31:01 2012
@@ -42,13 +42,11 @@ distclean:
.PHONY: distclean
@ -29,5 +29,5 @@ $OpenBSD: patch-deps_Makefile,v 1.1 2012/10/23 10:41:23 dcoppa Exp $
jemalloc: .make-prerequisites
- @printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR)
cd jemalloc && ./configure --with-jemalloc-prefix=je_ --enable-cc-silence CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)"
cd jemalloc && $(MAKE) lib/libjemalloc.a
cd jemalloc && $(MAKE) CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" lib/libjemalloc.a

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_redis_c,v 1.14 2012/10/23 10:41:23 dcoppa Exp $
--- src/redis.c.orig Tue Oct 23 11:15:16 2012
+++ src/redis.c Tue Oct 23 11:16:09 2012
@@ -1099,7 +1099,7 @@ void initServerConfig() {
$OpenBSD: patch-src_redis_c,v 1.15 2012/11/07 10:13:44 dcoppa Exp $
--- src/redis.c.orig Tue Nov 6 22:07:51 2012
+++ src/redis.c Wed Nov 7 10:31:01 2012
@@ -1103,7 +1103,7 @@ void initServerConfig() {
server.aof_fd = -1;
server.aof_selected_db = -1; /* Make sure the first time will not match */
server.aof_flush_postponed_start = 0;

View File

@ -1,11 +1,11 @@
@comment $OpenBSD: PLIST,v 1.6 2012/10/23 13:05:27 dcoppa Exp $
@comment $OpenBSD: PLIST,v 1.7 2012/11/07 10:13:44 dcoppa Exp $
@newgroup _redis:686
@newuser _redis:686:_redis:daemon:redis account:${DBDIR}:/sbin/nologin
@bin bin/redis-benchmark
@bin bin/redis-check-aof
@bin bin/redis-check-dump
@bin bin/redis-cli
bin/redis-sentinel
@bin bin/redis-sentinel
@bin bin/redis-server
share/examples/redis/
@sample ${SYSCONFDIR}/redis/