From owner-svn-ports-head@freebsd.org Sat Jul 4 00:26:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E9A8992027; Sat, 4 Jul 2015 00:26:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FA2C1517; Sat, 4 Jul 2015 00:26:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t640Qocp048370; Sat, 4 Jul 2015 00:26:50 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t640QoaW048369; Sat, 4 Jul 2015 00:26:50 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201507040026.t640QoaW048369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 4 Jul 2015 00:26:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391288 - head/databases/hiredis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 00:26:50 -0000 Author: olgeni Date: Sat Jul 4 00:26:49 2015 New Revision: 391288 URL: https://svnweb.freebsd.org/changeset/ports/391288 Log: Project has moved: fix WWW tag. Modified: head/databases/hiredis/pkg-descr Modified: head/databases/hiredis/pkg-descr ============================================================================== --- head/databases/hiredis/pkg-descr Fri Jul 3 23:50:09 2015 (r391287) +++ head/databases/hiredis/pkg-descr Sat Jul 4 00:26:49 2015 (r391288) @@ -16,4 +16,4 @@ any Redis version >= 1.2.0. The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. -WWW: https://github.com/antirez/hiredis +WWW: https://github.com/redis/hiredis/