diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-03-15 19:35:34 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-03-15 19:35:34 +0800 |
commit | a215bb86f06f55d2bbf2e0da4f556803147aefb7 (patch) | |
tree | 29c66e291657c0b1b98611af96a6f09359032d95 /databases | |
parent | b5fececeeba667082ae5f5851f91ca1f1af2869a (diff) | |
download | freebsd-ports-gnome-a215bb86f06f55d2bbf2e0da4f556803147aefb7.tar.gz freebsd-ports-gnome-a215bb86f06f55d2bbf2e0da4f556803147aefb7.tar.zst freebsd-ports-gnome-a215bb86f06f55d2bbf2e0da4f556803147aefb7.zip |
Set @owner to couchdb for local.ini.sample.
CouchDB's administration interface should be able to modify this file.
PR: 198597
Submitted by: Yuri
Diffstat (limited to 'databases')
-rw-r--r-- | databases/couchdb/Makefile | 2 | ||||
-rw-r--r-- | databases/couchdb/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index 5caa0864293f..84b88ebeb3fc 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -3,7 +3,7 @@ PORTNAME= couchdb PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_APACHE} diff --git a/databases/couchdb/pkg-plist b/databases/couchdb/pkg-plist index 70c2e813f002..c00f61325fb1 100644 --- a/databases/couchdb/pkg-plist +++ b/databases/couchdb/pkg-plist @@ -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 |