From owner-svn-ports-all@FreeBSD.ORG Sat Apr 12 14:20:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94331372; Sat, 12 Apr 2014 14:20:12 +0000 (UTC) Received: from svn.freebsd.org (svn.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 80FFB1B60; Sat, 12 Apr 2014 14:20:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CEKCud072896; Sat, 12 Apr 2014 14:20:12 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3CEKCDU072895; Sat, 12 Apr 2014 14:20:12 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201404121420.s3CEKCDU072895@svn.freebsd.org> From: Antoine Brodin Date: Sat, 12 Apr 2014 14:20:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r351095 - in branches/2014Q2/devel: . libzookeeper X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 14:20:12 -0000 Author: antoine Date: Sat Apr 12 14:20:11 2014 New Revision: 351095 URL: http://svnweb.freebsd.org/changeset/ports/351095 QAT: https://qat.redports.org/buildarchive/r351095/ Log: MFH r350808 Development files for the C ZooKeeper binding WWW: http://zookeeper.apache.org/ Approved by: portmgr (self) Added: branches/2014Q2/devel/libzookeeper/ - copied from r350808, head/devel/libzookeeper/ Modified: branches/2014Q2/devel/Makefile Directory Properties: branches/2014Q2/ (props changed) Modified: branches/2014Q2/devel/Makefile ============================================================================== --- branches/2014Q2/devel/Makefile Sat Apr 12 13:57:57 2014 (r351094) +++ branches/2014Q2/devel/Makefile Sat Apr 12 14:20:11 2014 (r351095) @@ -1148,6 +1148,7 @@ SUBDIR += libxalloc SUBDIR += libxs SUBDIR += libytnef + SUBDIR += libzookeeper SUBDIR += libzrtpcpp SUBDIR += libzvbi SUBDIR += lightning