Date: Sun, 15 Mar 2015 11:35:35 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381321 - head/databases/couchdb Message-ID: <201503151135.t2FBZZ1C098395@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Sun Mar 15 11:35:34 2015 New Revision: 381321 URL: https://svnweb.freebsd.org/changeset/ports/381321 QAT: https://qat.redports.org/buildarchive/r381321/ Log: Set @owner to couchdb for local.ini.sample. CouchDB's administration interface should be able to modify this file. PR: 198597 Submitted by: Yuri Modified: head/databases/couchdb/Makefile head/databases/couchdb/pkg-plist Modified: head/databases/couchdb/Makefile ============================================================================== --- head/databases/couchdb/Makefile Sun Mar 15 11:12:56 2015 (r381320) +++ head/databases/couchdb/Makefile Sun Mar 15 11:35:34 2015 (r381321) @@ -3,7 +3,7 @@ PORTNAME= couchdb PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_APACHE} Modified: head/databases/couchdb/pkg-plist ============================================================================== --- head/databases/couchdb/pkg-plist Sun Mar 15 11:12:56 2015 (r381320) +++ head/databases/couchdb/pkg-plist Sun Mar 15 11:35:34 2015 (r381321) @@ -2,7 +2,9 @@ bin/couch-config bin/couchdb bin/couchjs etc/couchdb/default.ini +@owner couchdb @sample etc/couchdb/local.ini.sample +@owner etc/logrotate.d/couchdb lib/couchdb/bin/couchjs lib/couchdb/erlang/lib/couch-%%VERSION%%/ebin/couch.app
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503151135.t2FBZZ1C098395>