svn commit: r381321 - head/databases/couchdb

Jimmy Olgeni olgeni at FreeBSD.org
Sun Mar 15 11:35:36 UTC 2015


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
+ at owner couchdb
 @sample etc/couchdb/local.ini.sample
+ at owner
 etc/logrotate.d/couchdb
 lib/couchdb/bin/couchjs
 lib/couchdb/erlang/lib/couch-%%VERSION%%/ebin/couch.app


More information about the svn-ports-head mailing list