From owner-freebsd-ports-bugs@freebsd.org Wed Jul 12 16:01:04 2017 Return-Path: Delivered-To: freebsd-ports-bugs@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 D2B69D9C059 for ; Wed, 12 Jul 2017 16:01:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 BEE9F686D2 for ; Wed, 12 Jul 2017 16:01:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6CG14qW041366 for ; Wed, 12 Jul 2017 16:01:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218844] [NEW PORT] databases/couchdb2: JSON document database with HTTP API and scalable multi-master sync (Version 2.x) Date: Wed, 12 Jul 2017 16:01:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: reshadpatuck1@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2017 16:01:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218844 Reshad Patuck changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183273|0 |1 is obsolete| | --- Comment #18 from Reshad Patuck --- Created attachment 184308 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D184308&action= =3Dedit v10 Multiple updates to plist, rc.d script and Makefile Hi, I have updated the port with the following changes: - Changed dependency on 'erlang' to 'erlang-runtime19'. - Change 'couchdb' to 'couchdb2' allowing for both the version 1 port and version 2 port to coexist if needed. - Cleanup source/staging (*.a, *.c and *.o) files. - Use wait_for_pids in the couchdb2 rc stop script to wait till the couchdb= pid is dead. - Change permissions of the default config files to couchdb:couchdb 0660. - Bumped erts version to 8.3.5.1. - Changed perms in DATADIR (www) from 0755 to 0744. - Changed perms of var dirs to couchdb:couchdb 0770. @dch I have NOT changed the perms in /usr/local/lib/*. Most of the files are already root:wheel 0644. The last time I tried changing the perms (some months back) in this dir cou= ch refused to start. That is why I am using a 'cp' to copy them over. Do let me know if there are any other changes you would like. Best, Reshad --=20 You are receiving this mail because: You are the assignee for the bug.=