Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Nov 2020 00:56:27
2.3.1_7

|
jbeich  |
devel/icu: update to 68.1
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
08 Jun 2020 04:41:31
2.3.1_6

|
kevans  |
Multiple ports: improve regex compliance
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
(Only the first 15 lines of the commit message are shown above ) |
23 Apr 2020 20:14:49
2.3.1_5

|
jbeich  |
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
13 Mar 2020 09:47:17
2.3.1_4

|
jbeich  |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
03 Oct 2019 20:35:30
2.3.1_3

|
jbeich  |
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
13 Aug 2019 16:01:59
2.3.1_2

|
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
12 Apr 2019 13:29:29
2.3.1_2

|
olgeni  |
databases/couchdb2: bump revision after lang/erlang-runtime21 upgrade. |
10 Apr 2019 10:39:50
2.3.1_1

|
olgeni  |
databases/couchdb2: bump revision after lang/erlang-runtime21 upgrade. |
04 Apr 2019 05:09:24
2.3.1

|
dch  |
databases/couchdb2: add DISTVERSION lost from arc patch in r497329
Reported by: olgeni
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D19777 |
30 Mar 2019 19:10:50
2.3.0_3

|
dch  |
databases/couchdb2: update to 2.3.1
- explicitly depend on OTP>=21.3 to skip BEAM coredumps observed in the wild
- drop OTP<20 option per above
- tweak rc.d script to ensure coredumps can be retrieved if needed
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D19621 |
27 Mar 2019 21:11:09
2.3.0_3

|
jbeich  |
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479 |
21 Dec 2018 20:51:19
2.3.0_2

|
dch  |
databases/couchdb2: detach stdout from daemon invocation
When CouchDB is started whithout a parent tty, for example, via ssh,
the daemon invocation retains a connection to stdout, thus blocking
disconnection of the ssh command.
The Erlang VM provides a `-detach` flag for avoiding this situation.
Add additional notes on debugging to the config file to aid users.
PR: 234100
Reported by: Reshad Patuck <reshadpatuck1@gmail.com>
Reviewed by: Reshad Patuck <reshadpatuck1@gmail.com>
Approved by: jrm (mentor) |
20 Dec 2018 09:43:30
2.3.0_1

|
dch  |
databases/couchdb2: bump PORTREVISION after lang/erlang-runtime21 was updated
As lang/erlang-runtime21 is a dependency, it requires a PORTREVISION
bump to ensure BEAM bytecode in CouchDB is updated accordingly. Byte
code is versioned so the module version changes in Erlang break those
in CouchDB.
Approved by: jrm (mentor)
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D18597 |
10 Dec 2018 11:01:35
2.3.0

|
dch  |
databases/couchdb2: update 2.2.0 -> 2.3.0
Approved by: jrm (mentor)
MFH: 2018Q4
Security: CVE-2018-17188
Differential Revision: https://reviews.freebsd.org/D18409 |
23 Oct 2018 11:35:04
2.2.0_1

|
jbeich  |
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine |
21 Sep 2018 15:21:00
2.2.0

|
dch  |
databases/couchdb2: new port via PR#218844
Summary: JSON document database with HTTP API & scalable multi-master sync
A number of people provided signficant assistance while developing this
port. Thank-you for your perseverance and assistance.
PR: 218844
Submitted by: dch
Reviewed by: Reshad Patuck, Richard Gallamore, Tobias Herre, mat, ler, pi
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D16819 |