From owner-cvs-all@FreeBSD.ORG Mon Jul 2 21:31:28 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4744A106564A; Mon, 2 Jul 2012 21:31:28 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1A1F58FC12; Mon, 2 Jul 2012 21:31:28 +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 q62LVRGR013744; Mon, 2 Jul 2012 21:31:27 GMT (envelope-from crees@repoman.freebsd.org) Received: (from crees@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q62LVRxQ013743; Mon, 2 Jul 2012 21:31:27 GMT (envelope-from crees) Message-Id: <201207022131.q62LVRxQ013743@repoman.freebsd.org> From: Chris Rees Date: Mon, 2 Jul 2012 21:31:27 +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/couchdb Makefile distinfo pkg-deinstall pkg-install pkg-message pkg-plist ports/databases/couchdb/files couchdb.in pkg-message.in 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: Mon, 02 Jul 2012 21:31:28 -0000 crees 2012-07-02 21:31:27 UTC FreeBSD ports repository Modified files: databases/couchdb Makefile distinfo pkg-deinstall pkg-install pkg-plist databases/couchdb/files couchdb.in Added files: databases/couchdb/files pkg-message.in Removed files: databases/couchdb pkg-message Log: - Update to 1.2.0 - OPTIONSngify - Error out on build if older version installed with config file present; this must be backed up or it will be lost on deinstall. - Shift default DB storage location from /var/lib/couchdb to /var/db/couchdb to make it consistent with other DB storage engine ports which use /var/db as their base (eg; mySQL). PR: ports/168923 Submitted by: Adam Strohl Approved by: maintainer timeout (till@php.net, >14 days) Revision Changes Path 1.21 +35 -11 ports/databases/couchdb/Makefile 1.8 +2 -2 ports/databases/couchdb/distinfo 1.11 +3 -1 ports/databases/couchdb/files/couchdb.in 1.1 +30 -0 ports/databases/couchdb/files/pkg-message.in (new) 1.2 +2 -2 ports/databases/couchdb/pkg-deinstall 1.4 +3 -3 ports/databases/couchdb/pkg-install 1.2 +0 -8 ports/databases/couchdb/pkg-message (dead) 1.7 +85 -45 ports/databases/couchdb/pkg-plist