Sunpoet Po-Chuan Hsieh
cbe5ba4c57
Update to 1.2.3
...
Changes: https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html
2018-02-17 11:57:43 +00:00
Sunpoet Po-Chuan Hsieh
8798ad8065
Update to 1.1.16
...
Changes: https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2018-02-17 11:57:38 +00:00
Raphael Kubo da Costa
db6bc58c59
Add a patch to fix the build with clang 6.
...
toplsqltext.cpp:80:19: error: cannot initialize a member subobject of type 'const char *' with an rvalue of type 'bool'
{ NULL, NULL, false, false}
^~~~~
2018-02-16 22:50:47 +00:00
Dave Cottlehuber
453bf15e6f
databases/kyototycoon: set pidfile before usage
...
the current rc.d script uses the pidfile variable before its
defined. This breaks the daemon script.
Approved by: jrm (mentor), sunpoet
MFH: 2018Q1
Sponsored by: https://iwantmyname.com/
Differential Revision: https://reviews.freebsd.org/D13580
2018-02-16 22:05:07 +00:00
Bernard Spil
7a678b4918
BROKEN_SSL: Add REASON for breakage
...
Reported by: matwq
2018-02-16 17:52:50 +00:00
Bernard Spil
e091f5ae05
security/openssl-devel: Mark broken databases cat
2018-02-16 14:03:22 +00:00
Steve Wills
1eb32691d2
databases/memcached: update to 1.5.5
...
While here, re-generate patches.
2018-02-16 13:40:24 +00:00
Bernard Spil
3b1875b273
security/openssl-devel: Remove BROKEN from some ports
...
* databases/freetds: Fixed 2017-02-14
* databases/postgresql10-server: Fixed 2016-09-15 [1]
* ftp/lftp: Fixed in 4.8.0
* ftp/proftpd: Fixed in 1.3.5c
* ftp/wget: Fixed in 1.19.3 [2]
* lang/erlang-runtime20: Fixed in 20.0
* net/socat: Fixed in 1.7.3.2
* security/libssh2: Fixed in 1.8.0 [3]
* security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8
* sysutils/bacula9-server: Fixed in 9.0.6
* www/nginx: Fixed in 1.9.14
* Bulk build OK 10.3/11.1 both i386 and amd64:
- multimedia/librtmp
- net/libvncserver
- www/lynx
PR: 225875 [1], 225872 [2], 225873 [3]
2018-02-15 14:41:29 +00:00
Sunpoet Po-Chuan Hsieh
63c38b7244
Fix build on FreeBSD 10
...
PR: 225785
Submitted by: lbartoletti <lbartoletti@tuxfamily.org>
MFH: 2018Q1
2018-02-15 12:48:04 +00:00
Sunpoet Po-Chuan Hsieh
67ff4e06c6
Add LICENSE_FILE
2018-02-15 12:46:24 +00:00
Romain Tartière
74ea1df5a4
Update to 5.2.0
...
Release notes:
https://puppet.com/docs/puppetdb/5.2/release_notes.html
With hat: puppet
2018-02-15 12:41:03 +00:00
Torsten Zuehlsdorff
913bde217e
databases/rubygem-seed-fu236: Resurrect port in version 2.3.6
...
This prepares the update of www/gitlab to 10.4 update
which requires this specific version
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by: swills, tz
2018-02-15 12:40:09 +00:00
Torsten Zuehlsdorff
6170143d6d
databases/rubygem-redis-namespace15: Resurrect port in version 1.5.3
...
This prepares the update of www/gitlab to 10.4 update
which requires this specific version
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by: swills, tz
2018-02-15 12:36:27 +00:00
Torsten Zuehlsdorff
87573cd4ed
databases/rubygem-flipper-active_record011: Resurrect port in version 0.11.0
...
This prepares the update of www/gitlab to 10.4 update
which requires this specific version
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by: swills, tz
2018-02-15 12:30:56 +00:00
Torsten Zuehlsdorff
65a89ec1d1
databases/rubygem-flipper-active_record010: DEPRECATE port in favor of databases/rubygem-flipper-active_record011
...
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by: swills, tz
2018-02-15 12:22:38 +00:00
Bernard Spil
29df60502b
databases/mariadb-connector-odbc: Properly add to ports
...
- Missed in https://svnweb.freebsd.org/changeset/ports/461755
Reported by: antoine
2018-02-15 09:48:00 +00:00
Raphael Kubo da Costa
bb3fdd9409
PyQt: Unconditionally install the .pyi files
...
r460809 started installing .pyi with the %%PYTHON3%% substitution in the
plists. Support for .pyi files was added in Python 3.5, and PyQt's configure.py
only installs the files on Python >= 3.5.
This patch removes the version checks from configure.py (the files are just
unused in earlier Python versions), as it is easier than checking Python 3's
version in each PyQt port's Makefile (or to add the logic to Mk/Uses/pyqt.mk).
PR: 225773
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D14361
2018-02-14 21:30:14 +00:00
Sunpoet Po-Chuan Hsieh
557956b8c2
Update to 3.7.4
...
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
2018-02-14 13:30:28 +00:00
Bernard Spil
e2f02690c3
databases/unixODBC: Take ownership
2018-02-13 22:43:25 +00:00
Bernard Spil
d87ce59433
databases/mariadb-connector-odbc: Bugfix update to 3.0.3
2018-02-13 22:36:59 +00:00
Kurt Jaeger
c6e8c07d58
databases/cego: update 2.38.18 -> 2.38.19
...
- Fix in dbcheck/check065.sql for union sql in view.There must be
set up aliases for attributes in selection now
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
2018-02-13 20:25:50 +00:00
Romain Tartière
f0f341ab9d
Update to 0.3.3
...
Release notes:
https://github.com/voxpupuli/pypuppetdb/releases/tag/v0.3.3
While here, pass maintainership to puppet@
With hat: puppet
2018-02-13 20:13:16 +00:00
Bernard Spil
b1b5502c10
databases/mariadb102-server: Security update to 10.2.13
...
- Unbreak OQGraph engine [1]
(collision in setbit with sys/param.h)
PR: 224089 [1]
Reported by: jbeich
MFH: 2018Q1
Security: e3445736-fd01-11e7-ac58-b499baebfeaf
2018-02-13 17:47:50 +00:00
Sunpoet Po-Chuan Hsieh
0102f09aa0
Update to 3.7.3
...
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
2018-02-13 17:02:36 +00:00
Bernard Spil
3b9be6706a
databases/mariadb100-server: unbreak OQGraph engine
...
- Fixes collision in setbit with sys/param.h [1]
- Add option to add unixODBC and xml feature to CONNECT engine
PR: 224089
Reported by: jbeich
2018-02-13 16:42:31 +00:00
Bernard Spil
48abcdae87
databases/mariadb101-server: unbreak OQGraph engine
...
- Fixes collision in setbit with sys/param.h
PR: 224089
Reported by: jbeich
2018-02-13 16:33:06 +00:00
Antoine Brodin
3ead9740ea
mongodb36 fails to build with DEFAULT_VERSIONS=python=3.6
2018-02-12 22:07:03 +00:00
Bernard Spil
e697af4736
databases/mariadb101-server: Mark OQGraph broken
2018-02-12 19:19:16 +00:00
Sunpoet Po-Chuan Hsieh
4e7f0f5541
Update to 3.7.1
...
Changes: http://search.cpan.org/dist/DBD-Pg/Changes
2018-02-12 19:03:38 +00:00
Bernard Spil
d2695ce809
databases/mariadb100-server: Security update to 10.0.34
...
MFH: 2018Q1
Security: e3445736-fd01-11e7-ac58-b499baebfeaf
2018-02-12 18:37:26 +00:00
Florian Smeets
35a56a6776
Update to 5.5.59-38.11
...
PR: 225587
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru>
MFH: 2018Q1
Security: e3445736-fd01-11e7-ac58-b499baebfeaf
2018-02-12 18:31:47 +00:00
Bernard Spil
8624f83c6b
databases/mariadb101-server: Security update to 10.1.31
...
PR: 225758
Reported by: Pascal Christen <pascal christen hostpoint.ch>
MFH: 2018Q1
Security: e3445736-fd01-11e7-ac58-b499baebfeaf
2018-02-12 14:45:12 +00:00
Danilo G. Baio
6979ddf75d
databases/pspg: Update to 0.9.3
...
PR: 225823
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-02-12 12:12:01 +00:00
Danilo G. Baio
41c0b2278c
databases/adminer: Update to 4.6.1
...
While here:
Reorder Makefile.
Remove <bsd.port.options.mk>, not necessary.
Changes: https://sourceforge.net/p/adminer/news/2018/02/adminer-461-released/
PR: 225824
Submitted by: knezour@weboutsourcing.cz
Approved by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2018-02-12 12:00:17 +00:00
Rene Ladan
465ba07521
Remove two ports that were only for PostgreSQL 9.2:
...
databases/pg_statsinfo
databases/postgresql-repmgr2
Submitted by: antoine
2018-02-10 22:59:38 +00:00
Rene Ladan
bd109712b7
databases/postgresql-repmpgr2: use Postgresql 9.3+ and bump PORTREVISION
...
Submitted by: antoine
2018-02-10 22:46:10 +00:00
Rene Ladan
305c073e74
databases/pg_statsinfo: use postgresql 9.3+ and bump PORTREVISION
...
Submitted by: antoine
2018-02-10 22:43:51 +00:00
Rene Ladan
e2db111506
Removed expired postgresql92 ports.
2018-02-10 22:14:39 +00:00
Rene Ladan
2a60d94fd7
Remove expired ports:
...
2018-01-01 devel/p5-Parse-Pidl: yes
2018-02-08 devel/rubygem-piston: No longer maintained upstream
2017-04-05 databases/postgresql92-server: PostgreSQL 9.2 support has reached End-of-line. Please upgrade to a later version.
2018-02-10 22:03:15 +00:00
Vanilla I. Shu
09ef9b523b
Update to 2.3.5.
2018-02-10 11:13:57 +00:00
Tobias C. Berner
737c1cc56d
Rename KDE4 meta ports
...
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00
Yuri Victorovich
742d3b85b4
databases/py-sispy: Update to 1.1.0
...
Changelog:
https://github.com/sis-cmdb/sis-python/releases/tag/v1.1.0
Additional port changes:
* Added missing dependency www/py-requests.
* Removed USE_PYTHON=concurrent (not needed).
* Added NO_ARCH=yes.
* Changed WWW to the github home page.
PR: 224807
Submitted by: Rick Miller <vmiller@hostileadmin.com>
Approved by: vmiller@verisign.com (maintainer), tcberner (mentor, implicit)
2018-02-10 09:51:28 +00:00
Tobias C. Berner
932e6dc413
Switch C compiler used to compile GHC to base Clang.
...
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.
Big thanks to Gleb for working on this.
PR: 225185
Submitted by: Gleb Popov <6yearold@gmail.com>
Exp-run by: antoine
Reviewed by: pgj
Differential Revision: https://reviews.freebsd.org/D12043
2018-02-10 08:03:22 +00:00
Kurt Jaeger
f402719d42
databases/sqlcipher: update 3.4.1 -> 3.4.2 to fix build with libressl
...
PR: 223156
MFH: 2018Q1
Changes: https://github.com/sqlcipher/sqlcipher/blob/master/CHANGELOG.md
Submitted by: rezny
Approved by: jharris@widomaker.com (maintainer timeout)
2018-02-10 07:30:01 +00:00
Jimmy Olgeni
1cd5d5ef3f
Update databases/elixir-postgrex to version 0.13.5.
2018-02-09 19:04:28 +00:00
Sunpoet Po-Chuan Hsieh
afb1b0cd6b
Update to 4.046
...
Changes: http://search.cpan.org/dist/DBD-mysql/Changes
2018-02-09 14:07:56 +00:00
Sunpoet Po-Chuan Hsieh
2ab5353b6a
Update to 2.7.4
...
Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
2018-02-09 14:07:41 +00:00
Jan Beich
028c7077ba
devel/icu: drop C++98 compatibility workarounds
...
Now that both USE_GCC and -CURRENT default to C++14 there's little
reason to complicate maintenance. Revert r449685 to usher consumers
into post-C++11 world.
PR: 222433 222434 222435
2018-02-09 09:12:48 +00:00
Jonathan Anderson
63d67a6d68
Update neo4j to v3.3.2.
...
While we're here, fix up some variable names to ensure that all of the
scripts work (e.g., /usr/local/etc/rc.d/neo4j).
Approved by: crees
Differential Revision: https://reviews.freebsd.org/D14260
2018-02-09 02:40:11 +00:00
Danilo G. Baio
18e481ceca
databases/sqlitebrowser: Update to 3.10.1
...
Changes: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.10.1
PR: 225711
Submitted by: lbartoletti@tuxfamily.org (maintainer)
2018-02-08 20:27:29 +00:00