Skip to content

Commit

Permalink
databases/couchdb3: update to 3.3.2
Browse files Browse the repository at this point in the history
And fix a long-standing error in rc.d script that affects new installs.

PR:		271177
Reported by:	Jose Jachuf <jjachuf@gmail.com>
Sponsored by:	SkunkWerks, GmbH
  • Loading branch information
dch committed May 22, 2023
1 parent d0dcfbf commit b70939e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 15 deletions.
3 changes: 1 addition & 2 deletions databases/couchdb3/Makefile
@@ -1,6 +1,5 @@
PORTNAME= couchdb3
DISTVERSION= 3.3.1
PORTREVISION= 2
DISTVERSION= 3.3.2
CATEGORIES= databases
MASTER_SITES= APACHE/couchdb/source/${DISTVERSION}
DISTNAME= apache-couchdb-${DISTVERSION}
Expand Down
6 changes: 3 additions & 3 deletions databases/couchdb3/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1673469227
SHA256 (apache-couchdb-3.3.1.tar.gz) = 9b89d7b54f7ef52b42bd51a6a0a2d3b1b06cce395df2c99d8f1f47f9355e2bee
SIZE (apache-couchdb-3.3.1.tar.gz) = 19077002
TIMESTAMP = 1684750988
SHA256 (apache-couchdb-3.3.2.tar.gz) = 3d6823d42d10cf0d4f86c9c4fe59c9932c89d68578fcb6c4b4278dc769308daa
SIZE (apache-couchdb-3.3.2.tar.gz) = 19083558
4 changes: 2 additions & 2 deletions databases/couchdb3/files/couchdb3.in
Expand Up @@ -44,8 +44,8 @@ erl_flags="${erl_sasl} ${erl_boot} ${erl_args} ${%%PORTNAME%%_erl_flags}"
-t ${name} \
-u ${%%PORTNAME%%_user} \
env ERL_FLAGS="${erl_flags}" \
HOME=/var/run/couchdb \
ERL_CRASH_DUMP=/var/run/couchdb/erl_crash.dump \
HOME=/var/run/%%PORTNAME%% \
ERL_CRASH_DUMP=/var/run/%%PORTNAME%%/erl_crash.dump \
COUCHDB_FAUXTON_DOCROOT=%%WWWDIR%% \
COUCHDB_QUERY_SERVER_JAVASCRIPT="%%APPDIR%%/bin/couchjs %%APPDIR%%/share/server/main.js" \
COUCHDB_QUERY_SERVER_COFFEESCRIPT="%%APPDIR%%/bin/couchjs %%APPDIR%%/share/server/main-coffee.js" \
Expand Down
2 changes: 1 addition & 1 deletion databases/couchdb3/files/patch-rel_reltool.config
Expand Up @@ -6,5 +6,5 @@
{sys, [
+ {excl_lib, otp_root}, %% require erts runtime from FreeBSD ports
{lib_dirs, ["../src"]},
{rel, "couchdb", "3.2.1", [
{rel, "couchdb", "3.3.2", [
%% stdlib
14 changes: 7 additions & 7 deletions databases/couchdb3/pkg-plist
Expand Up @@ -509,13 +509,13 @@ libexec/couchdb3/lib/mochiweb-3.1.1/ebin/mochiweb_util.beam
libexec/couchdb3/lib/mochiweb-3.1.1/ebin/mochiweb_websocket.beam
libexec/couchdb3/lib/mochiweb-3.1.1/ebin/reloader.beam
libexec/couchdb3/lib/mochiweb-3.1.1/include/internal.hrl
libexec/couchdb3/lib/recon-2.5.2/ebin/recon.app
libexec/couchdb3/lib/recon-2.5.2/ebin/recon.beam
libexec/couchdb3/lib/recon-2.5.2/ebin/recon_alloc.beam
libexec/couchdb3/lib/recon-2.5.2/ebin/recon_lib.beam
libexec/couchdb3/lib/recon-2.5.2/ebin/recon_map.beam
libexec/couchdb3/lib/recon-2.5.2/ebin/recon_rec.beam
libexec/couchdb3/lib/recon-2.5.2/ebin/recon_trace.beam
libexec/couchdb3/lib/recon-2.5.3/ebin/recon.app
libexec/couchdb3/lib/recon-2.5.3/ebin/recon.beam
libexec/couchdb3/lib/recon-2.5.3/ebin/recon_alloc.beam
libexec/couchdb3/lib/recon-2.5.3/ebin/recon_lib.beam
libexec/couchdb3/lib/recon-2.5.3/ebin/recon_map.beam
libexec/couchdb3/lib/recon-2.5.3/ebin/recon_rec.beam
libexec/couchdb3/lib/recon-2.5.3/ebin/recon_trace.beam
libexec/couchdb3/lib/rexi-%%VERSION%%/ebin/rexi.app
libexec/couchdb3/lib/rexi-%%VERSION%%/ebin/rexi.beam
libexec/couchdb3/lib/rexi-%%VERSION%%/ebin/rexi_app.beam
Expand Down

0 comments on commit b70939e

Please sign in to comment.