This update adds the following: * configurable user, db dir, etc. * automatically creating the selected db dir * pre-fetch and post-install messages for compatibility * permission-fix (chown) to /var/log/couchdb For the user to create, here are additons to UIDs and GIDs: ports/UIDs: couchdb:*:919:919::0:0:CouchDB Database server:/var/db/couchdb:/sbin/nologin ports/GIDs: couchdb:*:919 Here is a new pkg-install file: http://github.com/till/couchdb-freebsd/blob/c517e48cd98fbc18026404385661b8ef5c667450/patches/pkg-install Additionally, there is a new pkg-message with extended compatibility info: http://github.com/till/couchdb-freebsd/blob/c517e48cd98fbc18026404385661b8ef5c667450/patches/pkg-message And last but not least the patch to the Makefile: http://github.com/till/couchdb-freebsd/blob/c517e48cd98fbc18026404385661b8ef5c667450/patches/Makefile.patch
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
wxs 2009-06-17 14:10:30 UTC FreeBSD ports repository Modified files: databases/couchdb Makefile Added files: databases/couchdb pkg-install pkg-message databases/couchdb/files couchdb.in Log: - Add an RC script. - Cleanup messasges displayed by the port. - Add a couchdb user and group. PR: ports/135256, ports/135259 Submitted by: Till Klampaeckel <till@php.net> (maintainer) Revision Changes Path 1.6 +21 -0 ports/databases/couchdb/Makefile 1.1 +64 -0 ports/databases/couchdb/files/couchdb.in (new) 1.1 +32 -0 ports/databases/couchdb/pkg-install (new) 1.1 +8 -0 ports/databases/couchdb/pkg-message (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
wxs 2009-06-17 14:11:00 UTC FreeBSD ports repository Modified files: . GIDs UIDs Log: - Add couchdb user and group. PR: ports/135259 Submitted by: Till Klampaeckel <till@php.net> Revision Changes Path 1.72 +2 -1 ports/GIDs 1.83 +2 -1 ports/UIDs _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!