From owner-cvs-all@FreeBSD.ORG Tue Jun 21 11:29:05 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42C611065676; Tue, 21 Jun 2011 11:29:05 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 345018FC08; Tue, 21 Jun 2011 11:29:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5LBT5fB056159; Tue, 21 Jun 2011 11:29:05 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5LBT5SW056158; Tue, 21 Jun 2011 11:29:05 GMT (envelope-from osa) Message-Id: <201106211129.p5LBT5SW056158@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 21 Jun 2011 11:29:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/redis Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2011 11:29:05 -0000 osa 2011-06-21 11:29:05 UTC FreeBSD ports repository Modified files: databases/redis Makefile distinfo Log: Update from 2.2.9 to 2.2.10. * Fix for issue 566. It was possible for SETNX to behave in abnormal ways. * Work with make v3.80 * redis-cli updated to the same version as the 2.4 branch. Now the reconnection handling is better. You can prefix commands with a number to execute the command the specified number of times. When using -r in non interactive mode it is possible to set a delay between commands. * Better init script. Submitted by: Jin-Sih Lin aka linpct at gmail dot com PR: ports/157973 Revision Changes Path 1.27 +1 -1 ports/databases/redis/Makefile 1.24 +2 -2 ports/databases/redis/distinfo