databases/couchdb3: update to 3.3.2
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
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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" \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user