Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
12.1.4 26 Jun 2024 06:24:46 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 12.1.4
Changes: https://github.com/citusdata/citus/blob/v12.1.4/CHANGELOG.md
Reported by: portscout |
12.1.3 26 Apr 2024 07:50:43 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 12.1.3
Remove 'USES= readline gettext-runtime' as no longer needed
Changes: https://github.com/citusdata/citus/blob/v12.1.3/CHANGELOG.md
Reported by: portscout |
12.1.2 27 Feb 2024 18:04:33 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 12.1.2
Changes: https://github.com/citusdata/citus/blob/v12.1.2/CHANGELOG.md
Reported by: portscout |
12.1.0 24 Sep 2023 12:41:35 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 12.1.0
Changes: https://github.com/citusdata/citus/blob/v12.1.0/CHANGELOG.md
Reported by: portscout |
12.0.0 20 Jul 2023 06:53:02 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 12.0.0
Now requires postgresql 14 or above.
Changes: https://github.com/citusdata/citus/blob/v12.0.0/CHANGELOG.md
Reported by: portscout |
11.3.0 06 May 2023 20:44:51 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 11.3.0
Changes: https://github.com/citusdata/citus/blob/v11.3.0/CHANGELOG.md
Reported by: portscout |
11.2.1 27 Apr 2023 07:35:47 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 11.2.1
Delete patch file now incorporated upstream.
Changes: https://github.com/citusdata/citus/blob/v11.2.1/CHANGELOG.md
Reported by: portscout |
11.2.0_1 15 Feb 2023 11:40:25 |
Matthew Seaman (matthew) |
databases/pg_citus: fix build with recent postgresql versions
Partially import commit
https://github.com/citusdata/citus/commit/341fdb32fc07a3aea2dda2fa33a70d22819be37b
from upstream (issue https://github.com/citusdata/citus/pull/6711)
PG13 and PG14 have now backported the `RelationGetSmgr` function that
Citus already backported, so on those PG versions use the function
from the PG sources.
Reported by: pkg-fallout |
11.2.0 05 Feb 2023 00:10:32 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 11.2.0
ChangeLog: https://github.com/citusdata/citus/blob/v11.2.0/CHANGELOG.md |
11.1.5 21 Dec 2022 15:32:45 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 11.1.5
Changes: https://github.com/citusdata/citus/blob/v11.1.5/CHANGELOG.md |
11.1.4 25 Oct 2022 06:51:03 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 11.1.4
ChangeLog: https://github.com/citusdata/citus/blob/v11.1.4/CHANGELOG.md |
11.1.3 21 Oct 2022 05:54:02 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 11.1.3
ChangeLog: https://github.com/citusdata/citus/blob/v11.1.3/CHANGELOG.md |
11.1.2 02 Oct 2022 16:25:43 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 11.1.2
ChangeLog: https://github.com/citusdata/citus/blob/v11.1.2/CHANGELOG.md |
11.1.1 26 Sep 2022 18:50:37 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 11.1.1
ChangeLog: https://github.com/citusdata/citus/blob/v11.1.1/CHANGELOG.md |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
11.0.6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
11.0.6 23 Aug 2022 10:36:36 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 11.0.6
ChangeLog: https://github.com/citusdata/citus/blob/v11.0.6/CHANGELOG.md |
11.0.5 04 Aug 2022 21:28:58 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 11.0.5
ChangeLog: https://github.com/citusdata/citus/blob/v11.0.5/CHANGELOG.md |
11.0.3 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
11.0.3 10 Jul 2022 15:32:29 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 11.0.3
ChangeLog: https://github.com/citusdata/citus/blob/v11.0.3/CHANGELOG.md |
11.0.2 18 Jun 2022 07:44:15 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 11.0.2
ChangeLog: https://github.com/citusdata/citus/blob/v11.0.2/CHANGELOG.md |
10.2.5 27 Mar 2022 19:15:59 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 10.2.5
ChangeLog: https://github.com/citusdata/citus/blob/v10.2.5/CHANGELOG.md |
10.2.4 05 Feb 2022 19:12:32 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 10.2.4
ChagneLog: https://github.com/citusdata/citus/blob/v10.2.4/CHANGELOG.md |
10.2.3 17 Dec 2021 13:51:15 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 10.2.3
ChangeLog: https://github.com/citusdata/citus/blob/v10.2.3/CHANGELOG.md |
10.2.2 07 Nov 2021 21:44:44 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 10.2.2
ChangeLog: https://github.com/citusdata/citus/blob/v10.2.2/CHANGELOG.md |
10.2.1 12 Oct 2021 06:49:56 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 10.2.1
ChangeLog: https://github.com/citusdata/citus/blob/v10.2.1/CHANGELOG.md |
10.1.2 17 Aug 2021 16:34:51 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 10.1.2
ChangeLog: https://github.com/citusdata/citus/blob/v10.1.2/CHANGELOG.md |
10.1.1 10 Aug 2021 07:31:48 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 10.1.1
ChangeLog: https://github.com/citusdata/citus/blob/v10.1.1/CHANGELOG.md |
10.1.0 19 Jul 2021 07:30:13 |
Matthew Seaman (matthew) |
databases/pg_citus: update to 10.1.0
ChageLog: https://github.com/citusdata/citus/blob/v10.1.0/CHANGELOG.md |
10.0.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
10.0.3 23 Mar 2021 22:27:17 |
matthew |
Update to 10.0.3
ChangeLog: https://github.com/citusdata/citus/blob/v10.0.3/CHANGELOG.md |
10.0.2 09 Mar 2021 12:54:25 |
matthew |
Upgrade to 10.0.2
ChangeLog: https://github.com/citusdata/citus/blob/v10.0.2/CHANGELOG.md |
9.5.4 21 Feb 2021 11:28:42 |
matthew |
Update to 9.5.4
ChangeLog: https://github.com/citusdata/citus/blob/v9.5.4/CHANGELOG.md |
9.5.2 30 Jan 2021 10:16:17 |
matthew |
Update to 9.5.2
ChangeLog: https://github.com/citusdata/citus/blob/v9.5.2/CHANGELOG.md |
9.5.1 05 Dec 2020 12:03:16 |
matthew |
Update to 9.5.1
ChangeLog: https://github.com/citusdata/citus/blob/v9.5.1/CHANGELOG.md |
9.5.0 19 Nov 2020 13:56:08 |
matthew |
Update to 9.5.0
ChangeLog: https://github.com/citusdata/citus/blob/v9.5.0/CHANGELOG.md |
9.4.2 24 Oct 2020 12:54:33 |
matthew |
Update to 9.4.2
ChangeLog: https://github.com/citusdata/citus/blob/v9.4.2/CHANGELOG.md |
9.4.1 04 Oct 2020 19:42:14 |
matthew |
Update to 9.4.1
ChangeLog: https://github.com/citusdata/citus/blob/v9.4.1/CHANGELOG.md |
9.4.0 05 Aug 2020 06:38:10 |
matthew |
Update to 9.4.0
ChangeLog: https://github.com/citusdata/citus/blob/v9.4.0/CHANGELOG.md |
9.3.5 25 Jul 2020 11:43:20 |
matthew |
Update to 9.3.5
ChangeLog: https://github.com/citusdata/citus/blob/v9.3.5/CHANGELOG.md |
9.3.3 11 Jul 2020 23:05:06 |
matthew |
Update to 9.3.3
ChangeLog: https://github.com/citusdata/citus/blob/v9.3.3/CHANGELOG.md |
9.3.2 25 Jun 2020 06:45:48 |
matthew |
Update to 9.3.2
ChangeLog: https://github.com/citusdata/citus/blob/v9.3.2/CHANGELOG.md |
9.3.1 18 Jun 2020 19:36:38 |
matthew |
Update to 9.3.1
ChangeLog: https://github.com/citusdata/citus/blob/v9.3.1/CHANGELOG.md |
9.3.0 09 May 2020 10:56:14 |
matthew |
Update to 9.3.0
ChangeLog: https://github.com/citusdata/citus/blob/v9.3.0/CHANGELOG.md |
9.2.4 27 Apr 2020 20:51:18 |
matthew |
Mark the port as requiring postgresql-11 or higher. Attempting to
build the port with postgres-10 results in:
```
configure: error: Citus is not compatible with the detected PostgreSQL version
10.
```
No PORTREVISION bump, as this will have no effect on the default
packages (which link against postgresql-11) or on anyone who has
successfully built pg_citus. All that happens is that we detect the
incompatible postgresql version earlier in the build process and error
out sooner.
PR: 245958
Reported by: rainer@ultra-secure.de |
9.2.4 01 Apr 2020 17:17:38 |
matthew |
Update to 9.2.4
This release is a fix for errors in the previous 9.2.3 release.
ChangeLog: https://github.com/citusdata/citus/blob/v9.2.4/CHANGELOG.md |
9.2.3 26 Mar 2020 13:44:08 |
matthew |
Update to 9.2.3
ChangeLog: https://github.com/citusdata/citus/blob/v9.2.3/CHANGELOG.md |
9.2.2 07 Mar 2020 08:16:31 |
matthew |
Update to 9.2.2
ChangeLog: https://github.com/citusdata/citus/blob/v9.2.2/CHANGELOG.md |
9.2.1 16 Feb 2020 11:12:27 |
matthew |
Update to 9.2.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
9.2.0 12 Feb 2020 20:46:03 |
matthew |
Update to 9.2.0
ChangeLog: https://github.com/citusdata/citus/blob/v9.2.0/CHANGELOG.md |
9.1.2 31 Dec 2019 12:29:00 |
matthew |
Update to 9.1.2
This fixes an installation bug which wouldn't affect anyone installing
from pkg(8). No functional changes to the installed code.
ChangeLog: https://github.com/citusdata/citus/blob/v9.1.2/CHANGELOG.md |
9.1.1 20 Dec 2019 07:01:52 |
matthew |
Update to 9.1.1
ChangeLog: https://github.com/citusdata/citus/blob/v9.1.1/CHANGELOG.md |
9.1.0 29 Nov 2019 16:13:35 |
matthew |
Update to 9.1.0
ChangeLog: https://github.com/citusdata/citus/blob/v9.1.0/CHANGELOG.md |
9.0.1 27 Oct 2019 12:32:56 |
matthew |
Update to 9.0.1
ChangeLog: https://github.com/citusdata/citus/blob/v9.0.1/CHANGELOG.md |
9.0.0 24 Oct 2019 09:54:49 |
pkubaj |
databases/pg_citus: fix build on GCC architectures
C11 compiler is required:
/usr/local/include/postgresql/server/fmgr.h:38: error: previous declaration of
'FunctionCallInfo' was here
Approved by: mentors (implicit approval) |
9.0.0 13 Oct 2019 10:59:58 |
matthew |
Upgrade to 9.0.0
ChangeLog: https://github.com/citusdata/citus/blob/v9.0.0/CHANGELOG.md |
8.3.2 10 Aug 2019 07:56:39 |
matthew |
Update to 8.3.2
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
8.3.1 31 Jul 2019 19:09:44 |
matthew |
Update to 8.3.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
8.3.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
8.3.0 12 Jul 2019 06:03:49 |
matthew |
Update to 8.3.0
Add one blank line to appease portlint.
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
8.2.2 18 Jun 2019 18:32:42 |
matthew |
Take off the BROKEN_i386 tag, as this now builds correctly on i386. |
8.2.2 18 Jun 2019 18:28:32 |
matthew |
Upgrade to 8.2.2
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
8.2.1_1 04 May 2019 04:24:53 |
linimon |
These ports also build on armv7 (and thus, presumably, on armv6).
Approved by: portmgr (tier-2 blanket)
Obtained from: armv7 TRYBROKEN run |
8.2.1_1 03 May 2019 21:06:51 |
linimon |
These ports now build on aarch64.
Where necessary, pet portlint.
Approved by: portmgr
Obtained from: aarch64 TRYBROKEN run |
8.2.1_1 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
8.2.1 05 Apr 2019 06:14:05 |
matthew |
Update to 8.2.1
ChangeLog: https://github.com/citusdata/citus/blob/v8.2.1/CHANGELOG.md |
8.2.0 30 Mar 2019 08:59:46 |
matthew |
Update to 8.2.0
This update drops support for postgresql 9.6 -- version 10 or above is
required now.
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
8.1.1 10 Jan 2019 06:43:22 |
matthew |
Update to 8.1.1
ChangeLog: https://github.com/citusdata/citus/blob/v8.1.1/CHANGELOG.md |
8.1.0 21 Dec 2018 11:37:39 |
matthew |
Update to 8.1.0
ChangeLog: https://github.com/citusdata/citus/blob/v8.1.0/CHANGELOG.md |
8.0.2 15 Dec 2018 11:05:44 |
matthew |
Remove
patch-src_backend_distributed_executor_multi__real__time__executor.c
as upstream have now incorporated equivalent changes. |
8.0.2 15 Dec 2018 09:40:42 |
matthew |
Update to 8.0.2
ChangeLog: https://github.com/citusdata/citus/blob/v8.0.2/CHANGELOG.md |
8.0.0_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
8.0.0_1 25 Nov 2018 15:31:25 |
matthew |
Mark as broken on i386 -- compilation fails due to the lack of the
'pg_atomic_uint64' type. That's only deined in the upstream
postgresql code on x86_64. |
8.0.0 06 Nov 2018 07:23:58 |
matthew |
Update to 8.0.0
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
7.5.1 02 Sep 2018 06:52:31 |
matthew |
Update to 7.5.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
7.5.0_1 27 Jul 2018 21:18:28 |
matthew |
Update distinfo, due to checksum mismatches on download.
Side-by-side comparison of the old and new distfiles shows that
upstream have apparently rerolled the distfile, with changes to the
content. However these changes are innocuous and consist of updating
some autoconf related files changing an embedded version string from
7.5devel to 7.5.0
Affected files:
% diff -qr pg_citus.{orig,newest}
Files pg_citus.orig/citus-7.5.0/configure and
pg_citus.newest/citus-7.5.0/configure differ
Files pg_citus.orig/citus-7.5.0/configure.in and
pg_citus.newest/citus-7.5.0/configure.in differ
Files pg_citus.orig/citus-7.5.0/src/test/regress/expected/multi_extension.out
and pg_citus.newest/citus-7.5.0/src/test/regress/expected/multi_extension.out
differ
Reported by: olgeni, pkg-fallout |
7.5.0 26 Jul 2018 07:04:13 |
matthew |
Delete stray blank line from pkg-plist |
7.5.0 26 Jul 2018 06:13:06 |
matthew |
Update to 7.5.0
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
7.4.1 22 Jun 2018 22:54:01 |
matthew |
Update to 7.4.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
7.4.0 17 May 2018 21:45:53 |
matthew |
Update to 7.4.0
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
7.3.0 17 Mar 2018 09:12:33 |
matthew |
Update to 7.3.0
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
7.2.1 08 Feb 2018 07:05:14 |
matthew |
Update to 7.2.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
7.2.0 17 Jan 2018 22:18:07 |
matthew |
Update to 7.2.0
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
7.1.2 07 Jan 2018 19:17:25 |
matthew |
Update to 7.1.2
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
7.1.1 09 Dec 2017 01:39:20 |
linimon |
These are also broken on aarch64 in the same way as armv6/7.
Approved by: portmgr (tier-2 blanket) |
7.1.1 09 Dec 2017 00:42:05 |
linimon |
Mark more ports broken that fail on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket) |
7.1.1 02 Dec 2017 18:07:04 |
matthew |
Upgrade to 7.1.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
7.1.0 17 Nov 2017 07:37:54 |
matthew |
Update to 7.1.0
Add a new option ANONSTATS to enable anonymous statistics collection,
off by default. |
7.0.3 18 Oct 2017 06:53:43 |
matthew |
Update to 7.0.3
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
7.0.2 30 Sep 2017 17:46:41 |
matthew |
Update to 7.0.2
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
7.0.1 13 Sep 2017 22:13:59 |
matthew |
Update to 7.0.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
7.0.0 29 Aug 2017 12:43:06 |
matthew |
Upgrade to 7.0.0
Pet portlint by reordering some lines in the Makefile
Note: minimum required value of postgresql is now 9.6
ChangeLog: https://github.com/citusdata/citus/blob/v7.0.0/CHANGELOG.md |
6.2.3 18 Jul 2017 13:01:26 |
matthew |
Update to 6.2.3
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
6.2.2_1 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
6.2.2 07 Jun 2017 12:35:47 |
matthew |
Update to 6.2.2
Changelog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
6.2.1 25 May 2017 07:58:59 |
matthew |
Update to 6.2.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
6.2.0 17 May 2017 19:27:05 |
matthew |
Upgrade to 6.2.0
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
6.1.1 06 May 2017 11:09:48 |
matthew |
Update to 6.1.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
6.1.0 10 Feb 2017 08:30:49 |
matthew |
Update to 6.1.0
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md |
6.0.1 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |