Commit Graph

21538 Commits

Author SHA1 Message Date
Hajimu UMEMOTO e89f7a8d46 Cnange default option to use dbm in libc
PR:		237741
Submitted by:	ume
Approved by:	maintainer (timeout)
2019-05-31 14:44:01 +00:00
Sunpoet Po-Chuan Hsieh b24f90484f Update to 4.1.2
Changes:	https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2019-05-31 10:28:10 +00:00
Sunpoet Po-Chuan Hsieh 21f7254c61 Update to 2.1.1
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2019-05-31 10:27:59 +00:00
Sunpoet Po-Chuan Hsieh d8cff3e56b Introduce PY_TYPING and simplify Makefile
Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4.

With hat:	python
2019-05-31 10:00:20 +00:00
Dmitry Marakasov be7e3b086a - Update WWW
Approved by:	portmgr blanket
2019-05-31 09:01:45 +00:00
Sunpoet Po-Chuan Hsieh 4e07064a6b Allow build with py-sqlparse 0.3.0
- Bump PORTREVISION for package change

PR:		237724
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
2019-05-30 21:57:07 +00:00
Sunpoet Po-Chuan Hsieh 47447465f9 Update to 1.60
- Fix *_DEPENDS
- Update version requirement of TEST_DEPENDS

Changes:	https://metacpan.org/changes/distribution/SQL-Translator
2019-05-30 21:56:57 +00:00
Tobias Kortkamp a0bfabd8ab Deprecate databases/dbconnect
DBConnect has been unmaintained upstream since 2005 and is unused
in the tree.

While here drop nop and misspelled LDFLAG (added in r103180).
2019-05-30 13:43:49 +00:00
Sunpoet Po-Chuan Hsieh 984f5e64fa Add BUILD_DEPENDS
- Sort *_DEPENDS
- Add NO_ARCH
- Pet portlint:
  - Reorder LICENSE knobs
  - Move LICENSE upward
2019-05-29 18:37:52 +00:00
Sunpoet Po-Chuan Hsieh 3cd7be92bd Update to 1.3.4
Changes:	https://docs.sqlalchemy.org/en/13/changelog/changelog_13.html
2019-05-29 18:36:07 +00:00
Sunpoet Po-Chuan Hsieh 563198436c Update to 4.0.4
Changes:	https://github.com/websupport-sk/pecl-memcache/releases
2019-05-29 18:35:56 +00:00
Wen Heping 265e1967d0 - Update to 1.04 2019-05-29 07:18:47 +00:00
Mark Felder 844674b90d The rum module provides access method to work with RUM index. It is
based on the GIN access methods code.

WWW: https://github.com/postgrespro/rum
2019-05-28 20:02:03 +00:00
Matthias Fechner 19d42ddbfd Upgrade all ports required by www/gitlab-ce 11.11 from rails 5.0.x to 5.1.x. 2019-05-28 10:27:05 +00:00
Kubilay Kocak 98da32a295 databases/py-pgcli: Fix runtime dependency failures
pgcli depends on sqlparse<0.3.0,>=0.2.2, and sqlparse was updated to 0.3.0
in ports r495481.

pgcli depends on psycopg2>=2.7.4,<2.8, and psycopg2 was updated to 2.8.2
in ports r502646.

These broke run time, with the following error(s)

  raise DistributionNotFound(req, requirers)
  pkg_resources.DistributionNotFound: The 'sqlparse<0.3.0,>=0.2.2' distribution was not found and is required by pgcli

  raise DistributionNotFound(req, requirers)
  pkg_resources.DistributionNotFound: The 'psycopg2>=2.7.4,<2.8' distribution was not found and is required by pgcli

Upstream upgraded sqlparse support to include 0.3.0 in PR #1052 [1], this
change backports that PR accordingly.

Upstream has an open PR to unpin psycopg2 [2][3] but it needs to be updated
to use psycopg2 (not psycopg2-binary) in install_requires.

This change patches out the psycopg2 max version. The test results shows
no test failure delta with 2.8.2 over 2.7.7 (the version before ports
r502646).

While I'm here:

  - Declare pinned (maximum) RUN_DEPENDS versions according to setup.py
    to pick these issues up earlier during QA (max versions not being
    satisfied will error out during dependency builds/verification
    pre-commit

[1] https://github.com/dbcli/pgcli/pull/1052
[2] https://github.com/dbcli/pgcli/pull/1059
[3] https://github.com/dbcli/pgcli/issues/1036

PR:		238182
Reported by:	Marcin Cieślak <saper saper info>
Approved by:	portmgr (blanket: run time fix, just fix it)
2019-05-28 08:55:49 +00:00
TAKATSU Tomonari b1590fe1b6 - Update to 0.10.17 2019-05-27 22:09:40 +00:00
Alex Kozlov 4fcb6520ab - Remove no-op (since r415842) NOFETCHFILES variable from the ports tree.
Approved by:	portmgr (mat)
2019-05-27 10:33:44 +00:00
Palle Girgensohn b1f7f210c1 Update to version 1.7.0
Optimize pg_stat_statements collection:
Release notes:	https://github.com/rapidloop/pgmetrics/releases/tag/v1.7.0
2019-05-27 08:43:07 +00:00
Steve Wills a1644fff2f databases/datamodeler: update to 19.1.0.081.0911
While here, clean up

PR:		238151
Submitted by:	jjuanino@gmail.com (maintainer)
2019-05-27 01:38:24 +00:00
Steve Wills 8dea61a655 databases/sqldeveloper: Update to 19.1.0.094.2042
While here, clean up a bit

PR:		237417
Submitted by:	VVD <vvd@unislabs.com)
Reported by:	pi
Approved by:	Michael Zhilin <mizhka@gmail.com> (maintainer)
2019-05-26 18:25:03 +00:00
Tobias Kortkamp 1c279a0fd4 databases/vfront: Upcase OPTIONS_MULTI as we normally do 2019-05-26 09:03:33 +00:00
Tobias Kortkamp 88bdb856a5 databases/freetds-devel: Drop nop GNU_GONFIGURE 2019-05-26 03:26:20 +00:00
Sunpoet Po-Chuan Hsieh bfc66f7252 Update to 2.8.2
- Update MASTER_SITES

Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2019-05-25 22:03:15 +00:00
Steve Wills 047a93d5b9 databases/memcached: update to 1.5.16 2019-05-25 19:23:19 +00:00
Tobias Kortkamp 0767ff120c databases/sfcgal: Set USES=compiler args the canonical way 2019-05-25 16:08:30 +00:00
Tobias Kortkamp 7214f82f82 databases/mongodb34: Remove nop CHOSEN_COMPILER_TYPE
It is set by USES=compiler.
2019-05-25 15:45:55 +00:00
Sunpoet Po-Chuan Hsieh 2b4038fc18 Update to 1.5.0
Changes:	https://github.com/frictionlessdata/tableschema-py/blob/master/README.md#changelog
2019-05-25 10:00:06 +00:00
Tobias Kortkamp 027afa4977 databases/pear-Horde_Db: Remove broken MYSQL option
USE_PHP=mysql is no longer supported.

PR:		235942
2019-05-24 12:47:17 +00:00
Vanilla I. Shu 39f47df79e Update to 6.1.8. 2019-05-24 09:46:28 +00:00
Muhammad Moinur Rahman dc970a958c databases/pgroonga: Update version 2.1.8=>2.1.9
- UNBREAK
2019-05-24 02:23:46 +00:00
Bernard Spil c7b7226b91 databases/mariadb-connector-c: Update to 3.0.10 2019-05-22 07:48:30 +00:00
Steve Wills 8d82ca40ef databases/memcached: update to 1.5.15 2019-05-22 02:22:41 +00:00
Sunpoet Po-Chuan Hsieh f0f5edab50 Update to 0.4.2
Changes:	https://github.com/TileDB-Inc/TileDB-Py/releases
2019-05-21 18:03:50 +00:00
Sunpoet Po-Chuan Hsieh 8360910366 Update to 1.7.2
Changes:	https://github.com/okbob/plpgsql_check/releases
2019-05-21 18:03:39 +00:00
Dave Cottlehuber f4fcbb881b fix auto-assign for BZ PRs by updating MAINTAINER for my ports
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D20331
2019-05-21 11:49:16 +00:00
Kai Knoblich 599a7ea9ca New port: databases/py-minidb
Provides easy storaging of Python objects in a SQLite 3 database and working
with the data in an easy way with concise syntax.

WWW: https://github.com/thp/minidb
2019-05-20 21:15:04 +00:00
Sunpoet Po-Chuan Hsieh ed59bd9e67 Update to 5.1.7
Changes:	https://github.com/rails/rails/blob/5-1-stable/activerecord/CHANGELOG.md
2019-05-20 18:09:57 +00:00
Sunpoet Po-Chuan Hsieh 2de22f5d45 Update to 5.1.7
Changes:	https://github.com/rails/rails/blob/5-1-stable/activemodel/CHANGELOG.md
2019-05-20 18:09:52 +00:00
Mathieu Arnold b02a518e53 Remove Created by lines where I am the one. 2019-05-20 13:04:24 +00:00
Wen Heping ffdb89b6dc - Update to 5.1 2019-05-20 08:46:16 +00:00
Sergey A. Osokin 59c28bfc36 Upgrade from 5.0.4 to 5.0.5.
<ChangeLog>

Upgrade urgency CRITICAL: This release fixes an important AOF fysnc bug
                          and other less critical issues.

Redis 5.0.5 fixes an important issue with AOF and adds multiple very useful
modules APIs. Moreover smaller bugs in other parts of Redis are fixed in
this release.

The AOF bug
-----------

The AOF bug happens when the fsync policy is set to "everysec", which is the
default: if the write load in the server drops immediately, the commands
executed in the latest second may not be fsync-ed to disk as it should.
This may lead to data loss in case the write load drops immediately and
successively a server crash happens.

Other things in this release
----------------------------

* Streams: a bug in the iterator could prevent certain items to be returned in
           range queries under specific conditions.
* Memleak in bitfieldCommand fixed.
* Modules API: Preserve client->id for blocked clients.
* Fix memory leak when rewriting config file in case of write errors.
* New modules API: RedisModule_GetKeyNameFromIO().
* Fix non critical bugs in diskless replication.
* New mdouels API: command filtering. See RedisModule_RegisterCommandFilter();
* Tests improved to be more deterministic.
* Fix a Redis Cluster bug, manual failover may abort because of the master
  sending PINGs to the replicas.

</ChangeLog>

M    Makefile
M    distinfo
2019-05-20 01:35:11 +00:00
Sunpoet Po-Chuan Hsieh 9e0b0b6b42 Update to 1.5.1
Changes:	https://github.com/TileDB-Inc/TileDB/releases
		https://github.com/TileDB-Inc/TileDB/blob/1.5.1/HISTORY.md
2019-05-18 05:58:16 +00:00
Piotr Kubaj 3f27890a52 databases/galera: fix build with GCC-based architectures
Add USES=compiler:c++11-lang to fix build when base GCC is used.

PR:		237559
Approved by:	mentors (implicit approval)
2019-05-17 10:47:04 +00:00
Torsten Zuehlsdorff 7d366b6819 databases/pgpool-II-40: Upgrade from 4.0.4 to 4.0.5
Changelog:

  Enhancements

    - Doc: Improve Reference II, PCP commands document. (Tatsuo Ishii)
    - Speed up failover when all of backends are down. (Tatsuo Ishii)
    - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii)
    - Doc: add restrictions entry. (Takuma Hoshiai)

  Bug fixes

    - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng)
    - Remove unused .sgml file. (Takuma Hoshiai)
    - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii)
    - Fix black_function_list's broken default value. (Tatsuo Ishii)
    - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii)
    - Fix DROP DATABASE failure. (Tatsuo Ishii)
    - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai)
    - Add missing test/watchdog_setup to EXTRA_DIST. (bug 470) (Bo Peng)
    - Doc: mention that multi-statement queries are sent to primary node only. (bug 492) (Tatsuo Ishii)
    - Fix md5 auth broken in raw mode with more than 1 backends. (bug 491) (Tatsuo Ishii)
    - Test: Fix occasional regression test failure of 014.watchdog_test_quorum_bypass. (Tatsuo Ishii)
    - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii)
    - Fix compiler warnings. (Tatsuo Ishii)
    - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii)

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-4-0-5.html

MFH:		2019Q2
2019-05-17 08:44:16 +00:00
Torsten Zuehlsdorff f8bc0b3045 databases/pgpool-II-37: Upgrade from 3.7.9 to 3.7.10
Changelog

  Enhancements

    - Doc: Improve Reference II, PCP commands document. (Tatsuo Ishii)
    - Speed up failover when all of backends are down. (Tatsuo Ishii)
    - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii)
    - Doc: add restrictions entry. (Takuma Hoshiai)

  Bug fixes

    - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng)
    - Remove unused .sgml file. (Takuma Hoshiai)
    - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii)
    - Fix black_function_list's broken default value. (Tatsuo Ishii)
    - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii)
    - Fix DROP DATABASE failure. (Tatsuo Ishii)
    - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai)
    - Add missing test/watchdog_setup to EXTRA_DIST. (bug 470) (Bo Peng)
    - Doc: mention that multi-statement queries are sent to primary node only. (bug 492) (Tatsuo Ishii)
    - Test: Fix occasional regression test failure of 014.watchdog_test_quorum_bypass. (Tatsuo Ishii)
    - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii)
    - Fix compiler warnings. (Tatsuo Ishii)
    - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii)

MFH:		2019Q2
2019-05-17 08:40:57 +00:00
Torsten Zuehlsdorff 3f15036d30 databases/pgpool-II-36: Upgrade from 3.6.16 to 3.6.17
Changelog:

  Enhancements

    - Doc: Improve Reference II, PCP commands document. (Tatsuo Ishii)
    - Speed up failover when all of backends are down. (Tatsuo Ishii)
    - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii)
    - Doc: add restrictions entry. (Takuma Hoshiai)

  Bug fixes

    - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng)
    - Remove unused .sgml file. (Takuma Hoshiai)
    - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii)
    - Fix black_function_list's broken default value. (Tatsuo Ishii)
    - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii)
    - Fix DROP DATABASE failure. (Tatsuo Ishii)
    - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai)
    - Add missing test/watchdog_setup to EXTRA_DIST. (bug 470) (Bo Peng)
    - Doc: mention that multi-statement queries are sent to primary node only. (bug 492) (Tatsuo Ishii)
    - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii)
    - Fix compiler warnings. (Tatsuo Ishii)
    - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii)

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-6-17.html

MFH:		2019Q2
2019-05-17 08:37:37 +00:00
Torsten Zuehlsdorff fe5b303a92 databases/pgpool-II-35: Upgrade from 3.5.20 to 3.5.21
Changelog:

  Enhancements

    - Speed up failover when all of backends are down. (Tatsuo Ishii)
    - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii)

  Bug fixes

    - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng)
    - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii)
    - Fix black_function_list's broken default value. (Tatsuo Ishii)
    - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii)
    - Fix DROP DATABASE failure. (Tatsuo Ishii)
    - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai)
    - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii)
    - Fix compiler warnings. (Tatsuo Ishii)
    - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii)

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-5-21.html

MFH:		2019Q2
2019-05-17 08:33:16 +00:00
Torsten Zuehlsdorff 1eab8eb646 databases/pgpool: Upgrade from 3.4.23 to 3.4.24
Changelog:

  Enhancements

    - Speed up failover when all of backends are down. (Tatsuo Ishii)
    - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii)

  Bug fixes

    - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng)
    - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii)
    - Fix black_function_list's broken default value. (Tatsuo Ishii)
    - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii)
    - The error occurred while processing error message returned from backend and the cause is that the query string in question is too big. Problem is, the buffer is in fixed size (8192 bytes). Eliminate the fixed size buffer and use palloced buffer instead. This also saves some memory copy work.
    - Fix DROP DATABASE failure. (Tatsuo Ishii)
    - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai)
    - Fix compiler warnings. (Tatsuo Ishii)

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-4-24.html
2019-05-17 08:30:16 +00:00
Tobias C. Berner 1954e4ec12 databases/kbibtex: update to 0.8.91 (newer snapshot) 2019-05-16 19:48:14 +00:00
Rene Ladan 8a9723741d Remove expired ports:
2019-05-14 databases/py-pg_pqueue: Upstream no longer maintained
2019-05-14 math/py-symeig: Consider using science/py-scipy as this library is included in py-scipy since 0.7 and onwards
2019-05-15 databases/py-mysql-connector-python2: Please consider using databases/py-mysql-connector-python which has been updated to latest upstream version
2019-05-16 17:12:21 +00:00