From nobody@FreeBSD.org  Tue Jul 20 21:31:24 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2730E106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 20 Jul 2010 21:31:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 150F28FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 20 Jul 2010 21:31:24 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6KLVNWB037068
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 20 Jul 2010 21:31:23 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6KLVNgW037067;
	Tue, 20 Jul 2010 21:31:23 GMT
	(envelope-from nobody)
Message-Id: <201007202131.o6KLVNgW037067@www.freebsd.org>
Date: Tue, 20 Jul 2010 21:31:23 GMT
From: Tomas Sedovic <tomas@sedovic.cz>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] databases/couchdb -- update to 1.0.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: till@php.net

>Number:         148803
>Category:       ports
>Synopsis:       [patch] databases/couchdb -- update to 1.0.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 20 21:40:01 UTC 2010
>Closed-Date:    Wed Aug 18 00:08:48 UTC 2010
>Last-Modified:  Wed Aug 18 00:10:08 UTC 2010
>Originator:     Tomas Sedovic
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
>Environment:
FreeBSD freebsd 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The current port of databases/couchdb has version 0.10.1 and is a few releases old.

Please update to the latest version (1.0.0).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN couchdb.bak/Makefile couchdb/Makefile
--- couchdb.bak/Makefile	2010-04-03 12:44:05.000000000 +0200
+++ couchdb/Makefile	2010-07-20 00:24:51.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	couchdb
-PORTVERSION=	0.10.1
-PORTREVISION=	1
+PORTVERSION=	1.0.0
 PORTEPOCH=	1
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_APACHE}
@@ -26,6 +25,7 @@
 COUCH_VARDIR?=	/var
 COUCH_DBDIR?=	${COUCH_VARDIR}/db/couchdb
 COUCH_LOGDIR?=	${COUCH_VARDIR}/log/couchdb
+COUCH_LIBDIR?=	${COUCH_VARDIR}/lib/couchdb
 COUCH_USER?=	couchdb
 
 USE_RC_SUBR=	couchdb
@@ -47,7 +47,7 @@
 	@${ECHO_MSG} ""
 
 post-patch:
-	${REINPLACE_CMD} -e '117s|@INSTALL_PROGRAM@|@INSTALL_SCRIPT@|' ${WRKSRC}/src/couchdb/priv/Makefile.in
+	${REINPLACE_CMD} -e '169s|@INSTALL_PROGRAM@|@INSTALL_SCRIPT@|' ${WRKSRC}/src/couchdb/priv/Makefile.in
 .if defined(NOPORTDOCS)
 	@${REINPLACE_CMD} -e 's/install-data-am$$//' ${WRKSRC}/Makefile.in
 .endif
@@ -60,5 +60,6 @@
 	${MKDIR} ${COUCH_DBDIR}
 	${CHOWN} ${COUCH_USER} ${COUCH_DBDIR}
 	${CHOWN} ${COUCH_USER} ${COUCH_LOGDIR}
+	${CHOWN} ${COUCH_USER} ${COUCH_LIBDIR}
 
 .include <bsd.port.mk>
diff -ruN couchdb.bak/distinfo couchdb/distinfo
--- couchdb.bak/distinfo	2010-02-22 12:21:18.000000000 +0100
+++ couchdb/distinfo	2010-07-20 00:24:51.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (apache-couchdb-0.10.1.tar.gz) = a34dae8bf402299e378d7e8c13b7ba46
-SHA256 (apache-couchdb-0.10.1.tar.gz) = 2c6af7216537d0e399674a83e4505dc04a02abe1bdd966f69074564c3521c66b
-SIZE (apache-couchdb-0.10.1.tar.gz) = 883259
+MD5 (apache-couchdb-1.0.0.tar.gz) = 71e89c4b21c62417f2f413d74a38f079
+SHA256 (apache-couchdb-1.0.0.tar.gz) = ca38de6823a51dbfa521f65089683b5ff3aa405e78c807aaf1e1ad24b83c2f57
+SIZE (apache-couchdb-1.0.0.tar.gz) = 951979
diff -ruN couchdb.bak/pkg-plist couchdb/pkg-plist
--- couchdb.bak/pkg-plist	2010-02-22 12:21:18.000000000 +0100
+++ couchdb/pkg-plist	2010-07-20 00:24:51.000000000 +0200
@@ -1,13 +1,14 @@
 bin/couchdb
 bin/couchjs
 etc/couchdb/default.ini
-etc/couchdb/local.ini
 etc/logrotate.d/couchdb
 lib/couchdb/bin/couchjs
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch.app
-lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_batch_save.beam
-lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_batch_save_sup.beam
+lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch.beam
+lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_app.beam
+lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_auth_cache.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_btree.beam
+lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_changes.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_config.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_config_writer.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_db.beam
@@ -25,6 +26,7 @@
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_httpd_external.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_httpd_misc_handlers.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_httpd_oauth.beam
+lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_httpd_rewrite.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_httpd_show.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_httpd_stats_handlers.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_httpd_view.beam
@@ -49,15 +51,19 @@
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_stream.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_task_status.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_util.beam
+lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_uuids.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_view.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_view_compactor.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_view_group.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_view_updater.beam
+lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/ebin/couch_work_queue.beam
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/include/couch_db.hrl
+lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/include/couch_js_functions.hrl
 lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/priv/couchspawnkillable
-lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/priv/lib/couch_erl_driver.a
-lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/priv/lib/couch_erl_driver.la
-lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/priv/lib/couch_erl_driver.so
+lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/priv/lib/couch_icu_driver.a
+lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/priv/lib/couch_icu_driver.la
+lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/priv/lib/couch_icu_driver.so
+lib/couchdb/erlang/lib/couch-%%PORTVERSION%%/priv/stat_descriptions.cfg
 lib/couchdb/erlang/lib/erlang-oauth/ebin/oauth.app
 lib/couchdb/erlang/lib/erlang-oauth/ebin/oauth.beam
 lib/couchdb/erlang/lib/erlang-oauth/ebin/oauth_hmac_sha1.beam
@@ -82,41 +88,46 @@
 lib/couchdb/erlang/lib/ibrowse-1.5.2/ebin/ibrowse_lib.beam
 lib/couchdb/erlang/lib/ibrowse-1.5.2/ebin/ibrowse_sup.beam
 lib/couchdb/erlang/lib/ibrowse-1.5.2/ebin/ibrowse_test.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochifmt.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochifmt_records.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochifmt_std.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochihex.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochijson.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochijson2.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochinum.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb.app
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb_app.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb_charref.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb_cookies.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb_echo.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb_headers.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb_html.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb_http.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb_multipart.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb_request.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb_response.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb_skel.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb_socket_server.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb_sup.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/mochiweb_util.beam
-lib/couchdb/erlang/lib/mochiweb-r97/ebin/reloader.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochifmt.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochifmt_records.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochifmt_std.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochihex.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochijson.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochijson2.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochinum.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb.app
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb_app.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb_charref.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb_cookies.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb_echo.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb_headers.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb_html.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb_http.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb_multipart.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb_request.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb_response.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb_skel.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb_socket_server.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb_sup.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/mochiweb_util.beam
+lib/couchdb/erlang/lib/mochiweb-r113/ebin/reloader.beam
 %%DATADIR%%/server/main.js
 %%DATADIR%%/www/_sidebar.html
 %%DATADIR%%/www/config.html
 %%DATADIR%%/www/couch_tests.html
 %%DATADIR%%/www/custom_test.html
 %%DATADIR%%/www/database.html
-%%DATADIR%%/www/dialog/_compact_database.html
+%%DATADIR%%/www/dialog/_admin_party.html
+%%DATADIR%%/www/dialog/_compact_cleanup.html
+%%DATADIR%%/www/dialog/_create_admin.html
 %%DATADIR%%/www/dialog/_create_database.html
+%%DATADIR%%/www/dialog/_database_security.html
 %%DATADIR%%/www/dialog/_delete_database.html
 %%DATADIR%%/www/dialog/_delete_document.html
+%%DATADIR%%/www/dialog/_login.html
 %%DATADIR%%/www/dialog/_save_view_as.html
+%%DATADIR%%/www/dialog/_signup.html
 %%DATADIR%%/www/dialog/_upload_attachment.html
 %%DATADIR%%/www/document.html
 %%DATADIR%%/www/favicon.ico
@@ -129,6 +140,7 @@
 %%DATADIR%%/www/image/delete.png
 %%DATADIR%%/www/image/grippie.gif
 %%DATADIR%%/www/image/hgrad.gif
+%%DATADIR%%/www/image/key.png
 %%DATADIR%%/www/image/load.png
 %%DATADIR%%/www/image/logo.png
 %%DATADIR%%/www/image/order-asc.gif
@@ -151,13 +163,13 @@
 %%DATADIR%%/www/image/twisty.gif
 %%DATADIR%%/www/index.html
 %%DATADIR%%/www/replicator.html
+%%DATADIR%%/www/script/base64.js
 %%DATADIR%%/www/script/couch.js
 %%DATADIR%%/www/script/couch_test_runner.js
 %%DATADIR%%/www/script/couch_tests.js
 %%DATADIR%%/www/script/futon.browse.js
 %%DATADIR%%/www/script/futon.format.js
 %%DATADIR%%/www/script/futon.js
-%%DATADIR%%/www/script/jquery.cookies.js
 %%DATADIR%%/www/script/jquery.couch.js
 %%DATADIR%%/www/script/jquery.dialog.js
 %%DATADIR%%/www/script/jquery.editinline.js
@@ -173,6 +185,8 @@
 %%DATADIR%%/www/script/test/attachment_paths.js
 %%DATADIR%%/www/script/test/attachment_views.js
 %%DATADIR%%/www/script/test/attachments.js
+%%DATADIR%%/www/script/test/attachments_multipart.js
+%%DATADIR%%/www/script/test/auth_cache.js
 %%DATADIR%%/www/script/test/basics.js
 %%DATADIR%%/www/script/test/batch_save.js
 %%DATADIR%%/www/script/test/bulk_docs.js
@@ -199,22 +213,30 @@
 %%DATADIR%%/www/script/test/lorem.txt
 %%DATADIR%%/www/script/test/lorem_b64.txt
 %%DATADIR%%/www/script/test/lots_of_docs.js
+%%DATADIR%%/www/script/test/method_override.js
 %%DATADIR%%/www/script/test/multiple_rows.js
 %%DATADIR%%/www/script/test/oauth.js
+%%DATADIR%%/www/script/test/proxyauth.js
 %%DATADIR%%/www/script/test/purge.js
+%%DATADIR%%/www/script/test/reader_acl.js
 %%DATADIR%%/www/script/test/recreate_doc.js
 %%DATADIR%%/www/script/test/reduce.js
 %%DATADIR%%/www/script/test/reduce_builtin.js
 %%DATADIR%%/www/script/test/reduce_false.js
+%%DATADIR%%/www/script/test/reduce_false_temp.js
 %%DATADIR%%/www/script/test/replication.js
 %%DATADIR%%/www/script/test/rev_stemming.js
+%%DATADIR%%/www/script/test/rewrite.js
 %%DATADIR%%/www/script/test/security_validation.js
 %%DATADIR%%/www/script/test/show_documents.js
 %%DATADIR%%/www/script/test/stats.js
 %%DATADIR%%/www/script/test/update_documents.js
+%%DATADIR%%/www/script/test/users_db.js
 %%DATADIR%%/www/script/test/utf8.js
 %%DATADIR%%/www/script/test/uuids.js
 %%DATADIR%%/www/script/test/view_collation.js
+%%DATADIR%%/www/script/test/view_collation_raw.js
+%%DATADIR%%/www/script/test/view_compaction.js
 %%DATADIR%%/www/script/test/view_conflicts.js
 %%DATADIR%%/www/script/test/view_errors.js
 %%DATADIR%%/www/script/test/view_include_docs.js
@@ -224,18 +246,26 @@
 %%DATADIR%%/www/script/test/view_offsets.js
 %%DATADIR%%/www/script/test/view_pagination.js
 %%DATADIR%%/www/script/test/view_sandboxing.js
+%%DATADIR%%/www/script/test/view_update_seq.js
 %%DATADIR%%/www/script/test/view_xml.js
+%%DATADIR%%/www/session.html
 %%DATADIR%%/www/status.html
 %%DATADIR%%/www/style/layout.css
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS.gz
 %%PORTDOCS%%%%DOCSDIR%%/BUGS.gz
 %%PORTDOCS%%%%DOCSDIR%%/CHANGES.gz
+%%PORTDOCS%%%%DOCSDIR%%/DEVELOPERS.gz
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL.Unix.gz
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL.Windows.gz
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL.gz
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE.gz
 %%PORTDOCS%%%%DOCSDIR%%/NEWS.gz
+%%PORTDOCS%%%%DOCSDIR%%/NOTICE.gz
 %%PORTDOCS%%%%DOCSDIR%%/README.gz
 %%PORTDOCS%%%%DOCSDIR%%/THANKS.gz
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm lib/couchdb/erlang/lib/mochiweb-r97/ebin
-@dirrm lib/couchdb/erlang/lib/mochiweb-r97
+@dirrm lib/couchdb/erlang/lib/mochiweb-r113/ebin
+@dirrm lib/couchdb/erlang/lib/mochiweb-r113
 @dirrm lib/couchdb/erlang/lib/ibrowse-1.5.2/ebin
 @dirrm lib/couchdb/erlang/lib/ibrowse-1.5.2
 @dirrm lib/couchdb/erlang/lib/etap/ebin
@@ -252,9 +282,11 @@
 @dirrm lib/couchdb/bin
 @dirrm lib/couchdb
 @dirrm etc/logrotate.d
+@exec mkdir -p %D/etc/couchdb/default.d
 @dirrm etc/couchdb/default.d
+@exec mkdir -p %D/etc/couchdb/local.d
 @dirrm etc/couchdb/local.d
-@dirrm etc/couchdb
+@dirrmtry etc/couchdb
 @dirrm %%DATADIR%%/www/style
 @dirrm %%DATADIR%%/www/script/test
 @dirrm %%DATADIR%%/www/script


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Jul 20 21:40:11 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148803 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: till@php.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/148803: [patch] databases/couchdb -- update to 1.0.0
Date: Tue, 20 Jul 2010 21:40:09 UT

 Maintainer of databases/couchdb,
 
 Please note that PR ports/148803 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148803
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Wed Jul 21 19:51:52 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148803 

From: till <till@php.net>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/148803: [patch] databases/couchdb -- update to 1.0.0
Date: Wed, 28 Jul 2010 15:05:56 +0200

 Thanks, Wes.
 
 I haven't been able to test this on amd64 yet but i386 works for me.
 
 On Wed, Jul 21, 2010 at 9:51 PM,  <wxs@freebsd.org> wrote:
 > Synopsis: [patch] databases/couchdb -- update to 1.0.0
 >
 > Responsible-Changed-From-To: freebsd-ports-bugs->wxs
 > Responsible-Changed-By: wxs
 > Responsible-Changed-When: Wed Jul 21 19:51:52 UTC 2010
 > Responsible-Changed-Why:
 > I'll take it.
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=148803
 >
State-Changed-From-To: feedback->closed 
State-Changed-By: wxs 
State-Changed-When: Wed Aug 18 00:08:47 UTC 2010 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148803 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148803: commit references a PR
Date: Wed, 18 Aug 2010 00:08:27 +0000 (UTC)

 wxs         2010-08-18 00:08:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/couchdb    Makefile distinfo pkg-plist 
     databases/couchdb/files couchdb.in 
   Log:
   [1]: Update to 1.0.0
   [2]: Fix bug in RC script
   [3]: Add pre-fetch message about possibly needing to rebuild the views
   
   PR:             [1]: ports/148803
                   [2]: ports/149028
                   [3]: ports/149030
   Submitted by:   [1]: Tomas Sedovic <tomas@sedovic.cz>
                   [2]: Till Klampaeckel <till@php.net> (maintainer)
                   [3]: Till Klampaeckel <till@php.net> (maintainer)
   Approved by:    [1]: Till Klampaeckel <till@php.net> (maintainer)
   
   Revision  Changes    Path
   1.10      +5 -3      ports/databases/couchdb/Makefile
   1.5       +3 -3      ports/databases/couchdb/distinfo
   1.5       +1 -1      ports/databases/couchdb/files/couchdb.in
   1.5       +67 -34    ports/databases/couchdb/pkg-plist
 _______________________________________________
 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"
 
>Unformatted:
