notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/couchdb2/Makefile
SVNWeb

Number of commits found: 18

Wed, 7 Apr 2021
[ 21:19 Dave Cottlehuber (dch) search for other commits by this committer ]    commit hash:e9c46eff6764e30d0cf5ee2ba407940b58a4a592  commit hash:e9c46eff6764e30d0cf5ee2ba407940b58a4a592  commit hash:e9c46eff6764e30d0cf5ee2ba407940b58a4a592  e9c46ef  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 24 Mar 2021
[ 13:34 rene search for other commits by this committer ] Original commit   Revision:569118 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:553940 (Only the first 10 of 186 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:538197 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 23 Apr 2020
[ 20:14 jbeich search for other commits by this committer ] Original commit   Revision:532707 (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:528343 (Only the first 10 of 126 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:513733 (Only the first 10 of 135 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:498719
databases/couchdb2: bump revision after lang/erlang-runtime21 upgrade.
Wed, 10 Apr 2019
[ 10:39 olgeni search for other commits by this committer ] Original commit   Revision:498556
databases/couchdb2: bump revision after lang/erlang-runtime21 upgrade.
Thu, 4 Apr 2019
[ 05:09 dch search for other commits by this committer ] Original commit   Revision:497788
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 search for other commits by this committer ] Original commit   Revision:497329
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 search for other commits by this committer ] Original commit   Revision:496981 (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:488025
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 search for other commits by this committer ] Original commit   Revision:487873
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 search for other commits by this committer ] Original commit   Revision:487151
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 search for other commits by this committer ] Original commit   Revision:482830 (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:480279 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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