Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66BD2E2E6 for ; Tue, 29 Jan 2013 14:57:46 +0000 (UTC) Received: (qmail 24463 invoked by uid 500); 29 Jan 2013 14:57:44 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 23418 invoked by uid 500); 29 Jan 2013 14:57:38 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 23378 invoked by uid 99); 29 Jan 2013 14:57:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2013 14:57:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dch@jsonified.com designates 209.85.220.169 as permitted sender) Received: from [209.85.220.169] (HELO mail-vc0-f169.google.com) (209.85.220.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2013 14:57:30 +0000 Received: by mail-vc0-f169.google.com with SMTP id n10so326094vcn.0 for ; Tue, 29 Jan 2013 06:57:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jsonified.com; s=google; h=mime-version:x-received:x-originating-ip:date:message-id:subject :from:to:content-type; bh=DqvGI/nnLV6f/Wp0cqMnq8wYU/XRK+KsPeE5KUs0A54=; b=ANhBdTaUTfuAz5+zBX/eYi5tg9b11blJb5Vx1ZGUM8oU0juw/617EwZaQQ+Tx54VTC TvT0HY9skTo5cxPukfMscZQOrI0jt1ycuLupLdXrr5eiqM70QJdPdG8nihgL5AjsRzi5 /VNK07pboGdyyYROCDi/km+8yWiCKqdhDDbe4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:date:message-id:subject :from:to:content-type:x-gm-message-state; bh=DqvGI/nnLV6f/Wp0cqMnq8wYU/XRK+KsPeE5KUs0A54=; b=G2R0e2eSzTt8rosi3YlC/hMLIVQqgn14Oc2M/J2IJ4kpaxz09liVt8WyczYxgymDpk DwFflQEdIUIWJMKgjLXspMkZKfE/3ya02KsyIL0xvV9XBTPIFH+hvAu8ijiUBCFkVXqw UI1GpDwwQGfqCjOG0S+HUpqI09cwsnAp2SlqW2KTheRhGQcbaM6AicW446g99H9SiLZn VHW7shlNBYZ5PjQBPHss0uCmQRV+GnrOlczBmZ1MqVigNTwSsrbnYOwsCK0w9mc918j3 RQi1TdO+Mx9PBROA8n50J0YL7zs/kjciuRbbkJWNuEtVUDjQMON6iNZisNoyKACej+RW mZsw== MIME-Version: 1.0 X-Received: by 10.220.156.75 with SMTP id v11mr1301466vcw.1.1359471429514; Tue, 29 Jan 2013 06:57:09 -0800 (PST) Received: by 10.58.233.193 with HTTP; Tue, 29 Jan 2013 06:57:09 -0800 (PST) X-Originating-IP: [84.112.19.176] Date: Tue, 29 Jan 2013 15:57:09 +0100 Message-ID: Subject: [osx] installing 1.3.x branch via brew From: Dave Cottlehuber To: CouchDB Developers , user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnsr3R2DupoBw/IvhiMJYm2VgGcW+FTakd6bIc6sanjBJJwF9MHQRIiqq9Qx0pZ1c60mR0Y X-Virus-Checked: Checked by ClamAV on apache.org Hi folks, Here's a 1.3.x branch homebrew formula: https://gist.github.com/4657643 as the main homebrew repo doesn't accept recipes that point to evolving branches. It still uses all the homebrew goodness and the only difference is pointing to a development branch. brew dependencies and uninstall all work the usual way. You should be able to do: `brew install --devel https://gist.github.com/raw/4657643/couchdb.rb` Please let me know if it works for you and on what OSX versions! A+ DAve