Commit graph

18120 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
8a4b64828f Update to 1.11.2
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2018-07-29 19:15:19 +00:00
Sunpoet Po-Chuan Hsieh
f5a9eb2058 Update to 1.10.3
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2018-07-29 19:15:15 +00:00
Sunpoet Po-Chuan Hsieh
5a997a2f12 Update to 3.24.0
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2018-07-29 19:15:10 +00:00
Sunpoet Po-Chuan Hsieh
0e3a6ade69 Update to 1.6.7
Changes:	https://metacpan.org/changes/distribution/BSON
2018-07-29 19:11:02 +00:00
Sunpoet Po-Chuan Hsieh
ac8f096016 Update to 1.4.7
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.6
		https://trac.xapian.org/wiki/ReleaseOverview/1.4.7
2018-07-29 19:10:52 +00:00
Sunpoet Po-Chuan Hsieh
f7cf8fee28 Update to 1.4.7
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.6
		https://trac.xapian.org/wiki/ReleaseOverview/1.4.7
2018-07-29 19:10:47 +00:00
Sunpoet Po-Chuan Hsieh
a1de356aab Update to 1.4.7
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.6
		https://trac.xapian.org/wiki/ReleaseOverview/1.4.7
2018-07-29 19:10:42 +00:00
Sunpoet Po-Chuan Hsieh
7713d4632c Update to 1.4.7
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.6
		https://trac.xapian.org/wiki/ReleaseOverview/1.4.7
2018-07-29 19:10:37 +00:00
Sunpoet Po-Chuan Hsieh
947ed5099b Update to 1.4.7
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.6
		https://trac.xapian.org/wiki/ReleaseOverview/1.4.7
2018-07-29 19:10:32 +00:00
Sunpoet Po-Chuan Hsieh
8e0fef37e7 Update to 1.4.7
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.6
		https://trac.xapian.org/wiki/ReleaseOverview/1.4.7
2018-07-29 19:10:27 +00:00
Sunpoet Po-Chuan Hsieh
2d913104f8 Update to 1.4.7
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.6
		https://trac.xapian.org/wiki/ReleaseOverview/1.4.7
2018-07-29 19:10:21 +00:00
Sunpoet Po-Chuan Hsieh
4a46ba1813 Update to 5.14.2
Changes:	https://github.com/facebook/rocksdb/releases
2018-07-29 19:09:40 +00:00
Kurt Jaeger
d8f7233b75 databases/clickhouse: update 1.1.54381 to 18.1.0
PR:		230054
Submitted by:	proler@gmail.com (maintainer)
Relnotes:	https://github.com/yandex/ClickHouse/blob/master/CHANGELOG.md
2018-07-29 17:49:12 +00:00
Jochen Neumeister
10353cfb55 databases/pecl-redis: Update to 4.1.0
PR:		230146
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
2018-07-29 13:20:13 +00:00
Jochen Neumeister
6924d8a8e9 databases/mysql++3: Fix build with MariaDB 10.2
./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)
2018-07-29 12:55:56 +00:00
Jochen Neumeister
08bdbd0d2b databases/mantis: Update to 2.15.0
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
2018-07-29 10:51:37 +00:00
Kurt Jaeger
24e15d6664 databases/pecl-mongodb: update 1.4.4 -> 1.5.1
Relnotes:	https://pecl.php.net/package-changelog.php?package=mongodb
2018-07-29 07:35:19 +00:00
Li-Wen Hsu
3e44255ef0 - Update to 1.0.0 2018-07-28 23:58:42 +00:00
Jochen Neumeister
406859ccf1 databases/liquibase: Update to version 3.6.2
Changelog: https://github.com/liquibase/liquibase/blob/master/changelog.txt

PR:		229895
Submitted by:	Nathan <ndowens.fbsd@yandex.com> (maintainer)
2018-07-28 20:03:51 +00:00
Jochen Neumeister
e40ef78602 databases/pspg: Update to 1.2.2
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
2018-07-28 19:31:03 +00:00
Martin Wilke
8636387023 pg_similarity is an extension to support similarity queries on PostgreSQL. The
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.
2018-07-28 14:57:52 +00:00
Martin Wilke
ae41303dab - Copy databases/mongodb34-tools -> databases/mongodb36-tools
- Update to 3.6.3

PR:		227198
Sponsored by:	iXsystems Inc.
2018-07-28 14:50:19 +00:00
Martin Wilke
704b51511f - Update to 1.3.13
PR:		230106
Sponsored by:	iXsystems Inc.
2018-07-28 14:44:01 +00:00
Jochen Neumeister
ed8feffbd5 databases/mongodb36: Update to 3.6.6
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)
2018-07-28 13:49:44 +00:00
Martin Wilke
6117be44c8 - Update to 0.25
PR:		229319
Submitted by:	freebsd_ports@k-worx.org
Approved by:	maintainer timeout
Sponsored by:	iXsystems Inc.
2018-07-28 12:30:27 +00:00
Wen Heping
bba91a1404 - Update to 18.2 2018-07-28 09:51:46 +00:00
Wen Heping
cba71b6893 - Update to 1.33
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)
2018-07-28 08:59:25 +00:00
Yuri Victorovich
ce05492c0c databases/sqlitestudio: Update 3.2.0 -> 3.2.1
This is a bugfix release.

Changelog:
https://sqlitestudio.pl/index.rvt?act=changelog

Reported by:	portscout
2018-07-27 23:30:22 +00:00
Matthew Seaman
5bb72e7210 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
2018-07-27 21:18:27 +00:00
Steve Wills
fb47236607 databases/mongodb34: add support for aarch64
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
2018-07-27 10:50:09 +00:00
Yuri Victorovich
bb31194355 databases/sqlitestudio: Update 3.1.1 -> 3.2.0
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
2018-07-26 19:00:19 +00:00
Matthew Seaman
f1842f7d39 Delete stray blank line from pkg-plist 2018-07-26 07:04:13 +00:00
Matthew Seaman
d725b0c16f Update to 7.5.0
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2018-07-26 06:13:06 +00:00
Wen Heping
d575fa9044 - Update to 5.0.5
PR:		230042
Submitted by:	hsn@sendmail.cz
2018-07-26 00:04:45 +00:00
Kubilay Kocak
b3387fef45 databases/py-pylibmc: Update to 1.5.2
- Patch setup.py to support the setuptools test command
2018-07-25 10:18:17 +00:00
Muhammad Moinur Rahman
f2ef549d5a databases/py-bsddb3: Update version 6.2.5=>6.2.6
Relnotes:	https://pypi.org/project/bsddb3/6.2.6/
2018-07-25 00:45:06 +00:00
Muhammad Moinur Rahman
1447994ee9 databases/geoserver-mysql-plugin: Update version 2.13.1=>2.13.2 2018-07-25 00:42:28 +00:00
Steve Wills
5d888fc1d7 databases/mongodb34: add support for aarch64
PR:		229602
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
Approved by:	maintainer timeout (eric@camachat.org, > 2 weeks)
2018-07-24 20:03:01 +00:00
Torsten Zuehlsdorff
b817a5b90e PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensions
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.
2018-07-24 08:44:32 +00:00
Wen Heping
ec1d2d5194 - Update to 0.9991
Changes: https://metacpan.org/changes/distribution/DBIx-Sunny
2018-07-24 02:46:14 +00:00
Muhammad Moinur Rahman
cc6b2d35d4 databases/postgresql-repmgr: Update version 4.0.4=>4.0.6
Relnotes:	https://repmgr.org/docs/4.0/release-4.0.6.html
2018-07-23 21:52:47 +00:00
Muhammad Moinur Rahman
4ed071cba1 databases/postgresql-odbc: Update version 10.02.0000=>10.03.0000 2018-07-23 21:08:09 +00:00
Muhammad Moinur Rahman
ebc572646b databases/pgroonga: Update version 2.0.5=>2.0.9
Relnotes:	https://pgroonga.github.io/news/
2018-07-23 20:51:16 +00:00
Muhammad Moinur Rahman
39bc39b176 databases/geoserver-mysql-plugin: Update version 2.13.0=>2.13.1 2018-07-23 17:37:32 +00:00
Muhammad Moinur Rahman
42fe78f30e databases/freetds-devel: Update version 1.00.365=>1.00.410 2018-07-23 12:29:03 +00:00
Muhammad Moinur Rahman
2ba3c9599f databases/freetds: Update version 1.00.91=>1.00.94 2018-07-23 12:10:37 +00:00
Wen Heping
3da20988fb - Update to 1.1.0
PR:		229913
Submitted by:	jjachuf@gmail.com(maintainer)
2018-07-21 02:13:28 +00:00
Romain Tartière
8f3851f510 Update to 5.2.4
Release notes:
https://puppet.com/docs/puppetdb/5.2/release_notes.html

With hat:	puppet
2018-07-19 08:25:33 +00:00
Yuri Victorovich
b66056ffed Reset maintainership of the ports maintained by alexey@renatasystems.org
Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp

Also, looking at the subversion log, there were timeouts on:
* bug#224169 r465659 | ygy | 2018-03-26 19:51:12
* bug#224768 r459066 | swills | 2018-01-15 07:16:28
* bug#224755 r459058 | swills | 2018-01-15 06:55:08

The last approval from alexey@renatasystems.org was over a year ago:
bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama)
2018-07-18 22:20:23 +00:00
Steve Wills
7ed3d1ec95 databases/mantis: update to 2.9.0
PR:		224145
Submitted by:	rozhuk.im@gmail.com
2018-07-18 15:52:26 +00:00