See https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
for details on urgent fixes.

Tests pass on amd64 and sparc64; fix two whitespace nits while here.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/redis/Makefile,v
retrieving revision 1.103
diff -u -p -r1.103 Makefile
--- Makefile    26 Apr 2018 11:15:46 -0000      1.103
+++ Makefile    28 Jun 2018 09:21:43 -0000
@@ -1,16 +1,16 @@
 # $OpenBSD: Makefile,v 1.103 2018/04/26 11:15:46 kn Exp $
 
 COMMENT =              persistent key-value database
-DISTNAME =             redis-4.0.9
+DISTNAME =             redis-4.0.10
 CATEGORIES =           databases
 HOMEPAGE =             https://redis.io/
 
-MAINTAINER =           David Coppa <[email protected]>
+MAINTAINER =           David Coppa <[email protected]>
 
 # BSD
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB +=             c ${MODLUA_WANTLIB} m pthread
+WANTLIB +=             c ${MODLUA_WANTLIB} m pthread
 
 MASTER_SITES =         http://download.redis.io/releases/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/redis/distinfo,v
retrieving revision 1.80
diff -u -p -r1.80 distinfo
--- distinfo    26 Apr 2018 11:15:46 -0000      1.80
+++ distinfo    28 Jun 2018 09:05:00 -0000
@@ -1,2 +1,2 @@
-SHA256 (redis-4.0.9.tar.gz) = 309zvDGOL5/7LRaaki3sV+x8c90HvM+HVpXb7s1exRA=
-SIZE (redis-4.0.9.tar.gz) = 1737022
+SHA256 (redis-4.0.10.tar.gz) = HbZ0NacE+NGK7JuWN7Nzw0qiM9ZbbhdL2sTBsWHzjKQ=
+SIZE (redis-4.0.10.tar.gz) = 1738465
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/redis/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- pkg/PLIST   10 May 2016 09:38:48 -0000      1.10
+++ pkg/PLIST   28 Jun 2018 09:38:19 -0000
@@ -1,6 +1,7 @@
 @comment $OpenBSD: PLIST,v 1.10 2016/05/10 09:38:48 dcoppa Exp $
 @newgroup _redis:686
 @newuser _redis:686:_redis:daemon:redis account:${DBDIR}:/sbin/nologin
+@rcscript ${RCDIR}/redis
 @bin bin/redis-benchmark
 @bin bin/redis-check-aof
 @bin bin/redis-check-rdb
@@ -17,7 +18,3 @@ share/examples/redis/sentinel.conf
 @owner _redis
 @group _redis
 @sample ${DBDIR}/
-@mode
-@owner
-@group
-@rcscript ${RCDIR}/redis

Reply via email to