non port: databases/couchdb2/Makefile |
SVNWeb
|
Number of commits found: 18 |
Wed, 7 Apr 2021
|
[ 21:19 Dave Cottlehuber (dch) ] e9c46ef (Only the first 10 of 12 ports in this commit are shown above. )
databases/couchdb2: not supported upstream, use databases/couchdb3
Apache CouchDB v2 requires spidermonkey185 and python2.7 which are both EOL
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 24 Mar 2021
|
[ 13:34 rene ] (Only the first 10 of 129 ports in this commit are shown above. )
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665
|
Tue, 3 Nov 2020
|
[ 00:56 jbeich ] (Only the first 10 of 186 ports in this commit are shown above. )
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)
|
Mon, 8 Jun 2020
|
[ 04:41 kevans ] (Only the first 10 of 29 ports in this commit are shown above. )
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 )
|
Thu, 23 Apr 2020
|
[ 20:14 jbeich ] (Only the first 10 of 130 ports in this commit are shown above. )
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)
|
Fri, 13 Mar 2020
|
[ 09:47 jbeich ] (Only the first 10 of 126 ports in this commit are shown above. )
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
|
Thu, 3 Oct 2019
|
[ 20:35 jbeich ] (Only the first 10 of 135 ports in this commit are shown above. )
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
|
Fri, 12 Apr 2019
|
[ 13:29 olgeni ]
databases/couchdb2: bump revision after lang/erlang-runtime21 upgrade.
|
Wed, 10 Apr 2019
|
[ 10:39 olgeni ]
databases/couchdb2: bump revision after lang/erlang-runtime21 upgrade.
|
Thu, 4 Apr 2019
|
[ 05:09 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
|
Sat, 30 Mar 2019
|
[ 19:10 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
|
Wed, 27 Mar 2019
|
[ 21:11 jbeich ] (Only the first 10 of 127 ports in this commit are shown above. )
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
|
Fri, 21 Dec 2018
|
[ 20:51 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)
|
Thu, 20 Dec 2018
|
[ 09:43 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
|
Mon, 10 Dec 2018
|
[ 11:01 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
|
Tue, 23 Oct 2018
|
[ 11:35 jbeich ] (Only the first 10 of 123 ports in this commit are shown above. )
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
|
Fri, 21 Sep 2018
|
[ 15:21 dch ] (Only the first 10 of 12 ports in this commit are shown above. )
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
|
Number of commits found: 18 |