summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-2938-25/+38
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Update to 1.2.9Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | Changes: https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html Notes: svn path=/head/; revision=475732
* Update to 1.11.2Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | Changes: https://github.com/dbcli/pgspecial/blob/master/changelog.rst Notes: svn path=/head/; revision=475731
* Update to 1.10.3Sunpoet Po-Chuan Hsieh2018-07-292-5/+5
| | | | | | | Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst Notes: svn path=/head/; revision=475730
* Update to 3.24.0Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | | Changes: https://github.com/rogerbinns/apsw/releases https://rogerbinns.github.io/apsw/changes.html Notes: svn path=/head/; revision=475729
* Update to 1.6.7Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/BSON Notes: svn path=/head/; revision=475701
* Update to 1.4.7Sunpoet Po-Chuan Hsieh2018-07-291-1/+1
| | | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.6 https://trac.xapian.org/wiki/ReleaseOverview/1.4.7 Notes: svn path=/head/; revision=475699
* Update to 1.4.7Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.6 https://trac.xapian.org/wiki/ReleaseOverview/1.4.7 Notes: svn path=/head/; revision=475698
* Update to 1.4.7Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.6 https://trac.xapian.org/wiki/ReleaseOverview/1.4.7 Notes: svn path=/head/; revision=475697
* Update to 1.4.7Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.6 https://trac.xapian.org/wiki/ReleaseOverview/1.4.7 Notes: svn path=/head/; revision=475696
* Update to 1.4.7Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.6 https://trac.xapian.org/wiki/ReleaseOverview/1.4.7 Notes: svn path=/head/; revision=475695
* Update to 1.4.7Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.6 https://trac.xapian.org/wiki/ReleaseOverview/1.4.7 Notes: svn path=/head/; revision=475694
* Update to 1.4.7Sunpoet Po-Chuan Hsieh2018-07-294-35/+15
| | | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.6 https://trac.xapian.org/wiki/ReleaseOverview/1.4.7 Notes: svn path=/head/; revision=475693
* Update to 5.14.2Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | Changes: https://github.com/facebook/rocksdb/releases Notes: svn path=/head/; revision=475685
* databases/clickhouse: update 1.1.54381 to 18.1.0Kurt Jaeger2018-07-294-27/+160
| | | | | | | | | PR: 230054 Submitted by: proler@gmail.com (maintainer) Relnotes: https://github.com/yandex/ClickHouse/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=475667
* databases/pecl-redis: Update to 4.1.0Jochen Neumeister2018-07-292-4/+4
| | | | | | | | PR: 230146 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) Notes: svn path=/head/; revision=475660
* databases/mysql++3: Fix build with MariaDB 10.2Jochen Neumeister2018-07-291-0/+19
| | | | | | | | | | | | | | ./lib/dbdriver.cpp:260:10: error: use of undeclared identifier 'CLIENT_LONG_PASSWORD' (o >= CLIENT_LONG_PASSWORD) && ^ 1 warning and 1 error generated. gmake[1]: *** [Makefile:545: mysqlpp_dbdriver.o] Error 1 PR: 229950 Submitted by: Ting-Wei Lan <lantw44@gmail.com> (maintainer) Notes: svn path=/head/; revision=475659
* databases/mantis: Update to 2.15.0Jochen Neumeister2018-07-292-4/+4
| | | | | | | | | | | | Changelog: https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.15.0 PR: 229880 Submitted by: Nathan <ndowens.fbsd@yandex.com> MFH: 2018Q3 Security: 0822a4cf-9318-11e8-8d88-00e04c1ea73d Notes: svn path=/head/; revision=475644
* databases/pecl-mongodb: update 1.4.4 -> 1.5.1Kurt Jaeger2018-07-292-4/+4
| | | | | | | Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb Notes: svn path=/head/; revision=475629
* - Update to 1.0.0Li-Wen Hsu2018-07-282-4/+4
| | | | Notes: svn path=/head/; revision=475618
* databases/liquibase: Update to version 3.6.2Jochen Neumeister2018-07-283-14/+17
| | | | | | | | | | Changelog: https://github.com/liquibase/liquibase/blob/master/changelog.txt PR: 229895 Submitted by: Nathan <ndowens.fbsd@yandex.com> (maintainer) Notes: svn path=/head/; revision=475607
* databases/pspg: Update to 1.2.2Jochen Neumeister2018-07-282-5/+5
| | | | | | | | | | | | | Changelog: - https://github.com/okbob/pspg/releases/tag/1.2.1 - https://github.com/okbob/pspg/releases/tag/1.2.2 PR: 229910 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) MFH: 2018Q3 Notes: svn path=/head/; revision=475605
* pg_similarity is an extension to support similarity queries on PostgreSQL. TheMartin Wilke2018-07-284-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | implementation is tightly integrated in the RDBMS in the sense that it defines operators so instead of the traditional operators (= and <>) you can use ~~~ and ! (any of these operators represents a similarity function). pg_similarity has three main components: * Functions: a set of functions that implements similarity algorithms available in the literature. These functions can be used as UDFs and, will be the base for implementing the similarity operators; * Operators: a set of operators defined at the top of similarity functions. They use similarity functions to obtain the similarity threshold and, compare its value to a user-defined threshold to decide if it is a match or not; * Session Variables: a set of variables that store similarity function parameters. Theses variables can be defined at run time. WWW: http://pgsimilarity.projects.pgfoundry.org PR: 220428 Submitted by: Jov <amutu@amutu.com> Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=475583
* - Copy databases/mongodb34-tools -> databases/mongodb36-toolsMartin Wilke2018-07-287-0/+111
| | | | | | | | | | - Update to 3.6.3 PR: 227198 Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=475580
* - Update to 1.3.13Martin Wilke2018-07-282-4/+4
| | | | | | | | PR: 230106 Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=475576
* databases/mongodb36: Update to 3.6.6Jochen Neumeister2018-07-282-5/+4
| | | | | | | | | | | Changelog: https://docs.mongodb.com/manual/release-notes/3.6-changelog/#id1 PR: 229922 Reported by: Ronald Klop <ronald-lists@klop.ws> Approved by: dev@dudu.ro (maintainer) Notes: svn path=/head/; revision=475573
* - Update to 0.25Martin Wilke2018-07-282-4/+9
| | | | | | | | | | PR: 229319 Submitted by: freebsd_ports@k-worx.org Approved by: maintainer timeout Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=475549
* - Update to 18.2Wen Heping2018-07-282-4/+4
| | | | Notes: svn path=/head/; revision=475517
* - Update to 1.33Wen Heping2018-07-282-5/+6
| | | | | | | | | | | | | Changes: https://metacpan.org/changes/distribution/SQL-Abstract-More - Add LICENSE_FILE - Pass maintainership to submitter PR: 229637 Submitted by: svysh.fbsd@gmail.com Approved by: maintainer(timeout, > 14 days) Notes: svn path=/head/; revision=475511
* databases/sqlitestudio: Update 3.2.0 -> 3.2.1Yuri Victorovich2018-07-272-4/+4
| | | | | | | | | | | | This is a bugfix release. Changelog: https://sqlitestudio.pl/index.rvt?act=changelog Reported by: portscout Notes: svn path=/head/; revision=475475
* Update distinfo, due to checksum mismatches on download.Matthew Seaman2018-07-272-3/+4
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475468
* databases/mongodb34: add support for aarch64Steve Wills2018-07-271-2/+2
| | | | | | | | | | | | | Commit important part of PR missed in previous commit. PR: 229602 Submitted by: Ronald Klop <ronald-lists@klop.ws> Reported by: Ronald Klop <ronald-lists@klop.ws> Approved by: eric@camachat.org (maintainer timeout, > 2 weeks) Pointyhat to: swills Notes: svn path=/head/; revision=475424
* databases/sqlitestudio: Update 3.1.1 -> 3.2.0Yuri Victorovich2018-07-267-99/+21
| | | | | | | | | | | | | | | | Changelog: https://sqlitestudio.pl/index.rvt?act=changelog Port changes: * Use DISTVERSION * Update LICENSE_FILE * Add options group * Simplify option handling such that the plugins list is in only one place * New plugin was added: MultiEditorImage * Remove USE_LDCONFIG, not needed Notes: svn path=/head/; revision=475394
* Delete stray blank line from pkg-plistMatthew Seaman2018-07-261-1/+0
| | | | Notes: svn path=/head/; revision=475348
* Update to 7.5.0Matthew Seaman2018-07-263-4/+24
| | | | | | | ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=475347
* - Update to 5.0.5Wen Heping2018-07-262-5/+6
| | | | | | | | PR: 230042 Submitted by: hsn@sendmail.cz Notes: svn path=/head/; revision=475339
* databases/py-pylibmc: Update to 1.5.2Kubilay Kocak2018-07-253-7/+9
| | | | | | | - Patch setup.py to support the setuptools test command Notes: svn path=/head/; revision=475304
* databases/py-bsddb3: Update version 6.2.5=>6.2.6Muhammad Moinur Rahman2018-07-252-5/+4
| | | | | | | Relnotes: https://pypi.org/project/bsddb3/6.2.6/ Notes: svn path=/head/; revision=475289
* databases/geoserver-mysql-plugin: Update version 2.13.1=>2.13.2Muhammad Moinur Rahman2018-07-252-5/+5
| | | | Notes: svn path=/head/; revision=475288
* databases/mongodb34: add support for aarch64Steve Wills2018-07-2440-1/+2159
| | | | | | | | | PR: 229602 Submitted by: Ronald Klop <ronald-lists@klop.ws> Approved by: maintainer timeout (eric@camachat.org, > 2 weeks) Notes: svn path=/head/; revision=475271
* PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensionsTorsten Zuehlsdorff2018-07-2426-0/+52
| | | | | | | | | | | | This enables "make test" in every extension and eases the test of changes to PHP. I did ignore PHP 7.0 intentionally since it only receives security updates and will EOL at the end of the year. Therefore no great amount of work is expected for 7.0. Notes: svn path=/head/; revision=475229
* - Update to 0.9991Wen Heping2018-07-243-4/+6
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBIx-Sunny Notes: svn path=/head/; revision=475221
* databases/postgresql-repmgr: Update version 4.0.4=>4.0.6Muhammad Moinur Rahman2018-07-232-4/+4
| | | | | | | Relnotes: https://repmgr.org/docs/4.0/release-4.0.6.html Notes: svn path=/head/; revision=475208
* databases/postgresql-odbc: Update version 10.02.0000=>10.03.0000Muhammad Moinur Rahman2018-07-232-4/+4
| | | | Notes: svn path=/head/; revision=475203
* databases/pgroonga: Update version 2.0.5=>2.0.9Muhammad Moinur Rahman2018-07-233-5/+9
| | | | | | | Relnotes: https://pgroonga.github.io/news/ Notes: svn path=/head/; revision=475202
* databases/geoserver-mysql-plugin: Update version 2.13.0=>2.13.1Muhammad Moinur Rahman2018-07-232-6/+6
| | | | Notes: svn path=/head/; revision=475195
* databases/freetds-devel: Update version 1.00.365=>1.00.410Muhammad Moinur Rahman2018-07-232-4/+4
| | | | Notes: svn path=/head/; revision=475165
* databases/freetds: Update version 1.00.91=>1.00.94Muhammad Moinur Rahman2018-07-232-4/+4
| | | | Notes: svn path=/head/; revision=475164
* - Update to 1.1.0Wen Heping2018-07-212-4/+4
| | | | | | | | PR: 229913 Submitted by: jjachuf@gmail.com(maintainer) Notes: svn path=/head/; revision=475047
* Update to 5.2.4Romain Tartière2018-07-194-10/+10
| | | | | | | | | | Release notes: https://puppet.com/docs/puppetdb/5.2/release_notes.html With hat: puppet Notes: svn path=/head/; revision=474938