aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Add back some library flags lost in r410751.Raphael Kubo da Costa2016-03-112-2/+6
| | | | | | | | | | | Some .pri files still get some of their information from Qt4's configure script by default. Since we are not using it for the sqldriver ports, both qt4-odbc-plugin and qt4-sqlite3-plugin were no longer linking against libodbc.so and libsqlite3.so. Fix it by explicitly passing those via LDFLAGS. Thanks to Luca Pizzamiglio <luca.pizzamiglio@gmail.com> for the report.
* Switch to USES=sqlite:3.Raphael Kubo da Costa2016-03-111-1/+1
| | | | There should be no functional change.
* Switch to USES=sqlite:2.Raphael Kubo da Costa2016-03-111-1/+1
| | | | No functional changes.
* - Add LICENSEDmitry Marakasov2016-03-111-4/+8
| | | | | | | | - Switch to USES=tar:tbz2 - Add NO_ARCH - Switch to options helpers Approved by: portmgr blanket
* - Switch to wxWidgets 3.0.Max Khon2016-03-111-4/+4
| | | | - Bump PORTREVISION.
* - Update to 1.2.3Sunpoet Po-Chuan Hsieh2016-03-112-3/+3
| | | | Changes: http://search.cpan.org/dist/MongoDB/Changes
* qt4 sqldrivers: Switch to a proper qmake build, use Makefile.sqldrivers.Raphael Kubo da Costa2016-03-1018-300/+17
| | | | | | | | | | | | | | | | | | | | | | We've recently started receiving pkg-fallout emails because qt4-mysql-plugin is failing to build in HEAD. It turns out we were using some custom-made Makefile.bsd files to drive the builds, and they did not always register all dependencies between the files correctly. Fix it by switching to a proper qmake build that uses the .pro files shipped with Qt4 itself: they can be used without running the `configure' script almost as if they were not part of the Qt distribution itself. By doing this we can stop having our own Makefiles and also stop setting a lot of variables in the port Makefiles. While here, consolidate most of the variable setting into a single Makefile.sqldrivers in devel/qt4 (like we already do for devel/qt5) so that each of the qt4-*-plugin ports only need to set a few values such as the plugin name and additional USES or includes that might be necessary. Bump PORTREVISION because we now include the debug versions of the plugins in PLIST_FILES when the ports are built with WITH_DEBUG=yes (they were already shipped before, but not registered in the plists).
* Update to 1.8.4Grzegorz Blach2016-03-092-3/+3
|
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-082-4/+4
| | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268
* devel/lfcbase: 1.7.2 -> 1.8.0Kurt Jaeger2016-03-072-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/cego: 2.29.1 -> 2.29.3 Changes to lfcbase: - Fix in Chain for truncleft, truncRight and cutTrailing. In case of single character strings, the methods might return wrong results. - Started with implementation of TextIndex class ( utility class for full text index creation ) Changes to cego: - Fixes for table and query cache handling - Fix in CegoDistManager::dropDistObject, table and query cache have been checked for cleanup, if a table is dropped - Fix in CegoQuery.cc, added table and query cache cleanup for alter and rename queries - Fix in CegoClient to parse multi line statements correctly. Further multi line merge token ( \ ) has been added to merge long string or clob values. Now the following statements are possible: insert into t1 values ( 1, 'this is\ a multi line \ message \ with four lines'); - Added include of string.h in CegoAction.c ( compile error occured on Suse Linux ) Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* - Fix r410309Sunpoet Po-Chuan Hsieh2016-03-061-2/+2
|
* - Update to 3.2.22.2Sunpoet Po-Chuan Hsieh2016-03-062-3/+3
| | | | | | | Changes: https://github.com/rails/rails/blob/3-2-stable/activerecord/CHANGELOG.md https://github.com/rails/rails/compare/v3.2.22.1...v3.2.22.2 Security: 5a016dd0-8aa8-490e-a596-55f4cc17e4ef MFH: 2016Q1
* - Update to 3.2.22.2Sunpoet Po-Chuan Hsieh2016-03-062-3/+3
| | | | | | | Changes: https://github.com/rails/rails/blob/3-2-stable/activemodel/CHANGELOG.md https://github.com/rails/rails/compare/v3.2.22.1...v3.2.22.2 Security: 5a016dd0-8aa8-490e-a596-55f4cc17e4ef MFH: 2016Q1
* - Update to 4.2.5.2Sunpoet Po-Chuan Hsieh2016-03-062-3/+3
| | | | | | | Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md https://github.com/rails/rails/compare/v4.2.5.1...v4.2.5.2 Security: 5a016dd0-8aa8-490e-a596-55f4cc17e4ef MFH: 2016Q1
* - Update to 4.2.5.2Sunpoet Po-Chuan Hsieh2016-03-062-3/+3
| | | | | | | Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md https://github.com/rails/rails/compare/v4.2.5.1...v4.2.5.2 Security: 5a016dd0-8aa8-490e-a596-55f4cc17e4ef MFH: 2016Q1
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-03-062-0/+13
| | | | | - Fix gemspec for rubygem-stringex 2.5.2 update (r365976) - Bump PORTREVISION for package change
* - Update to 5.1.38Sunpoet Po-Chuan Hsieh2016-03-062-3/+3
| | | | Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/jdbc-mysql/History.txt
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-03-062-92/+54
| | | | | | | | | | | - Convert to new options helper - Convert to new options target helper - Adjust options: rename foo_MODULE to foo - Adjust PLIST_SUB: rename WITH_foo to foo - Remove USE_PERL5 - Sort PLIST Approved by: portmgr (blanket)
* - Update to 4.2Sunpoet Po-Chuan Hsieh2016-03-063-4/+11
| | | | | | - Add DEBUG option Changes: https://github.com/facebook/rocksdb/releases
* - Update USE_BDBSunpoet Po-Chuan Hsieh2016-03-061-1/+5
| | | | | - Strip shared library - Bump PORTREVISION for package change
* - Update to 1.10.5Wen Heping2016-03-062-4/+6
| | | | | - Sort USE_PYTHON - Set NO_ARCH
* databases/mariadb101-server: Fix i386, GSSAPI & Engine build issuesBernard Spil2016-03-054-14/+32
| | | | | | | | | | | | | | | - Add USES=compiler:c++11-lib - Use both deprecated -DPLUGIN_${engine} and new -DWITHOUT_${engine} to disable engines (fixes engines not being disabled) - Add IGNORE for GSSAPI_BASE on FreeBSD < 10, version is too old - Add IGNORE for TokuDB, upstream not supported on 32-bit platforms - Add IGNORE on i386, currently broken with clang [1] [1] https://jira.mariadb.org/browse/MDEV-9627 Reviewer by: koobs (mentor) Approved by: koobs (mentor) Differential Revision: D5478
* Remove databases/mysql-workbench52.Raphael Kubo da Costa2016-03-0512-1492/+0
| | | | | The port has been broken for more than 6 months and it does not look like anyone intends to fix it.
* databases/sfcgal: 1.2.2 -> 1.3.0Kurt Jaeger2016-03-053-6/+5
| | | | | | | | | | | | | | | | | Fixes the build with boost 1.60. Other Changes see https://github.com/Oslandia/SFCGAL/releases Add a validity flag to geometries Add an option to straight skeleton to return the distance to borders Add sfcgal_geometry_is_valid_detail to the C API Remove grid and ASC reader Remove the viewer Fix compilation issue with boost 1.60 (#119) Fix WKT parsing issues (#81 #117) Retain bisectors of narrow angles in MedialAxis output PR: 207698 Approved by: coder@tuxfamily.org (maintainer)
* databases/datamodeler: 4.1.1.888 -> 4.1.3.901Kurt Jaeger2016-03-053-5/+5
| | | | | | | | Changes: http://www.oracle.com/technetwork/developer-tools/datamodeler/downloads/data-modeler-relnotes-v412-2714825.html PR: 207683 Submitted by: jjuanino@gmail.com (maintainer)
* Update to 1.27.Adam Weinberger2016-03-052-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/Mango
* Update to 3.8.0.Raphael Kubo da Costa2016-03-052-3/+3
| | | | | PR: 207499 Submitted by: coder@tuxfamily.org (maintainer)
* Update to version 3.2.3Dmitry Sivachenko2016-03-042-4/+3
| | | | Approved by: maintainer
* - Update to 1.10.4Wen Heping2016-03-042-3/+3
|
* databases/sfcgal: 1.1.0 -> 1.2.2Kurt Jaeger2016-03-044-19/+5
| | | | | | | | Changes: databases/sfcgal PR: 206907 Submitted by: coder@tuxfamily.org (maintainer)
* - Update to 0.96.005Wen Heping2016-03-033-13/+5
| | | | - Convert to autoplist
* Update to 0.6.Raphael Kubo da Costa2016-03-032-3/+3
| | | | | PR: 207649 Submitted by: yuri@rawbw.com (maintainer)
* - Update maintainer's email addressLi-Wen Hsu2016-03-022-4/+4
| | | | Submitted by: maintainer (via facebook chat)
* Update databases/elixir-calecto to version 0.5.2.Jimmy Olgeni2016-03-022-3/+3
|
* databases/tdbc: update to 1.0.4Pietro Cerutti2016-03-023-68/+44
| | | | | While at it, switch to OPTIONS helper and install header files in a dedicated directory to avoid potential clashes.
* Update e-d-s and evolution-ews to 3.18.5 and evolution to 3.18.5.1.Koop Mast2016-03-012-3/+3
| | | | | | | | Add patch to fix evolution crash when trying to open the preferences menu. [1] PR: 207360 [1] Reported by: lumiwa@gmail.com [1] Obtained from: evolution upstream [1]
* Update to 1.6.0Matthew Seaman2016-03-012-3/+3
| | | | ChangeLog: https://sourceforge.net/projects/pgbarman/files/1.6.0/
* Security Update to 4.5.5.1Matthew Seaman2016-03-012-3/+3
| | | | | | | | Multiple XSS vulnerabilities and a man-in-the-middle attack against API calls to GitHub. MFH: 2016Q1 Security: f682a506-df7c-11e5-81e4-6805ca0b3d42
* New port: databases/pguri.Raphael Kubo da Costa2016-02-295-0/+36
| | | | | | | | | URI datatype for PostgreSQL WWW: https://github.com/petere/pguri PR: 203949 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
* Fix the port's configure script to properly detect SQLite3.Raphael Kubo da Costa2016-02-292-1/+53
| | | | | | | | | This has been broken since r397227 ("Upgrade to 3.1"): the port's build system passes -ldl when trying to detect SQLite3. Since this will always fail on FreeBSD, SQLite3 support will always be disabled as well. PR: 203424 MFH: 2016Q1
* Update to 0.10.1.Raphael Kubo da Costa2016-02-293-4/+4
| | | | | PR: 206424 Submitted by: jochen@jochen-neumeister.de
* Switch from USE_SQLITE=3 to USES=sqlite.Raphael Kubo da Costa2016-02-291-2/+1
|
* databases/postgresql-odbc: Update version 09.03.0400=>09.05.0100Muhammad Moinur Rahman2016-02-284-10/+10
| | | | - Fix patch files for 'make makepatch'
* databases/pecl-mongo: Update version 1.6.11=>1.6.12Muhammad Moinur Rahman2016-02-282-3/+3
|
* databases/geoserver-mysql-plugin: Update version 2.8.1=>2.8.2Muhammad Moinur Rahman2016-02-282-4/+4
|
* databases/mongodb32: Update to 3.2.3Kubilay Kocak2016-02-272-19/+15
| | | | | | | | | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (3.2.3) [1] - Depend explicitly on Clang 3.7 - Update ONLY_FOR_ARCHS{_REASON} to exclude i386 Removes i386 support entirely, as even now I get pkg-fallout due to mozjs failing to build in some circumstances, and the maintenance burden isn't worth it given 32bit is deprecated. A future revision may conditionally check the existence of a global clang that meets the requirements of this port, but right now that requires fixing some issues in compiler.mk and I don't feel it appropriate to replicate its entire functionality to fix this port for now. PR: 207417 Reported by: <numisemis yahoo.com> [1] Submitted by: Brendan Molloy <brendan+freebsd bbqsrc net> (maintainer)
* Update to 1.26.Adam Weinberger2016-02-272-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/Mango
* - Upgrade to 1.6.8.529Veniamin Gvozdikov2016-02-274-55/+6
|
* Update databases/elixir-db_connection to version 0.2.4.Jimmy Olgeni2016-02-262-3/+3
|
* databases/py-psycopg: mark deprecatedRuslan Makhmatkhanov2016-02-261-0/+3
| | | | | | This port is obsoleted by databases/py-psycopg2 and no longer developed upstream since 2011. Last consumer of it was just marked as deprecated. So mark this DEPRECATED too and set to expire in one month.
* - Install pgadmin3.desktop desktop entry and iconsMax Khon2016-02-251-2/+19
| | | | | | | | (16x16 and 32x32 that are present in src tarball) - Bump PORTREVISION to reflect package changes. PR: 207399 Submitted by: Dmitri Goutnik
* databases/freetds-devel: Update version 0.99.479=>0.99.614Muhammad Moinur Rahman2016-02-242-3/+3
|
* databases/freetds: Update version 0.95.73=>0.95.87Muhammad Moinur Rahman2016-02-242-3/+3
|
* Update databases/elixir-calecto to version 0.5.1.Jimmy Olgeni2016-02-232-3/+3
|
* Update databases/elixir-mariaex to version 0.6.4.Jimmy Olgeni2016-02-232-3/+3
|
* Update databases/elixir-ecto to version 1.1.4.Jimmy Olgeni2016-02-232-3/+3
|
* - Update to 0.8.6Martin Wilke2016-02-232-3/+3
|
* - Update to 1.9.2Martin Wilke2016-02-232-3/+3
|
* Update to 4.5.5Matthew Seaman2016-02-232-3/+3
| | | | | | This is a routine maintenance update. ChangeLog: https://www.phpmyadmin.net/files/4.5.5/
* Fix build as a user. Again.Mathieu Arnold2016-02-233-3/+17
| | | | | | While there, make the port prefix safe, again. Sponsored by: Absolight
* databases/opentsdb: update to 2.2.0Rene Ladan2016-02-226-41/+26
| | | | | PR: 207292 Submitted by: xmj (maintainer)
* .Fix build on 9.x.Raphael Kubo da Costa2016-02-221-2/+2
| | | | | | | | | | Setting WITH_OPENSSL_PORT after including bsd.ports.pre.mk is a no-op, include bsd.port.options.mk instead. The 2016Q1 is unaffected by this bug. PR: 207382 Submitted by: m.tsatsenko@gmail.com (maintainer)
* Update databases/elixir-timex_ecto to version 0.9.0.Jimmy Olgeni2016-02-202-3/+3
|
* databases/py-bsddb3: Update version 6.1.0=>6.1.1Muhammad Moinur Rahman2016-02-204-24/+24
|
* [NEW] databases/py3-bsddb3: Python3 version of databases/py-bsddb3Muhammad Moinur Rahman2016-02-206-0/+120
| | | | | | | - Assign MAINTAINER to submitter PR: 207033 Submitted by: woodsb02@gmail.com
* Update to version 3.2.1.Dmitry Sivachenko2016-02-202-3/+3
| | | | Approved by: maintainer
* Update to 1.48.Adam Weinberger2016-02-192-3/+4
| | | | Changes: https://metacpan.org/changes/distribution/DBIx-XHTML_Table
* - Ignore php70Martin Wilke2016-02-191-0/+2
| | | | - While here add NO_ARCH
* - Ignore php70Martin Wilke2016-02-194-0/+8
|
* - ignore php70Martin Wilke2016-02-191-0/+1
|
* - Use mysqli onlyMartin Wilke2016-02-191-1/+2
|
* - Switch to mysqli to support php7Martin Wilke2016-02-191-1/+2
|
* - Ignore php70Martin Wilke2016-02-181-0/+1
|
* - Ignore php70Martin Wilke2016-02-1813-4/+13
| | | | - While here remove old php gruft
* - Set ignore php70, mysqldumper doesnt work with php7 becauseMartin Wilke2016-02-181-0/+1
| | | | it dosent support mysqli or pdo_mysql
* databases/adminer: Update to 4.2.4Mark Felder2016-02-183-12/+19
| | | | | | | | | | This update resolves several security issues MFH: 2016Q1 Security: https://vuxml.freebsd.org/freebsd/8cf54d73-d591-11e5-8fa8-14dae9d210b8.html Security: https://vuxml.freebsd.org/freebsd/18201a1c-d59a-11e5-8fa8-14dae9d210b8.html Security: https://vuxml.freebsd.org/freebsd/ad91ee9b-d599-11e5-8fa8-14dae9d210b8.html Security: https://vuxml.freebsd.org/freebsd/dd563930-d59a-11e5-8fa8-14dae9d210b8.html
* Update databases/elixir-postgrex to version 0.11.1.Jimmy Olgeni2016-02-173-3/+6
|
* Update to 1.25.Adam Weinberger2016-02-172-3/+3
| | | | Changes: https://metacpan.org/changes/release/ODC/Mango-1.25
* Welcome php 7.0.3Martin Wilke2016-02-1517-0/+332
| | | | | | | | | | | | | | | | | Changelog: http://php.net/ChangeLog-7.php#7.0.0 http://php.net/ChangeLog-7.php#7.0.1 http://php.net/ChangeLog-7.php#7.0.2 http://php.net/ChangeLog-7.php#7.0.3 I'd like to thanks: Kurt Jaeger Matthias Breddin Rainer Duffner Victor van Vlaardingen Torsten Zuehlsdorff Franco Fichtner and all helpers and testers from ports@.
* Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and theRene Ladan2016-02-1521-371/+0
| | | | | | | | | | ports expired last month. Adjust Mk/bsd.php.mk Reviewed by: antoine, marino Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D5278
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.Koop Mast2016-02-153-36/+40
| | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006
* Add MySQL 5.7 symlinks for mysqlclient_r libsSteven Hartland2016-02-152-0/+10
| | | | | | | | | | | | | | | MySQL 5.7 changes lib_r from mysqlclient_r to mysqlclient which causes packages which don't correctly use mysql_config to determine library locations to fail due to missing -lmysqlclient_r. As there are quite a few ports, most of which will require upstream fixes for now we create symlinks so said ports build without issue. PR: 206805 Reviewed by: Mahdi Mokhtari (maintainer) Approved by: koobs (ports) MFH: 2016Q1 Sponsored by: Multiplay
* Update to 2.23.Adam Weinberger2016-02-142-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/Mojo-Pg
* Deprecate PostgreSQL 9.0Palle Girgensohn2016-02-141-0/+5
| | | | | EOL was reached in September 2015 http://www.postgresql.org/support/versioning/
* Update PostgreSQL to latest versions.Palle Girgensohn2016-02-1422-158/+186
| | | | | | | | | | | | | | | | | Security Fixes for Regular Expressions, PL/Java This release closes security hole CVE-2016-0773, an issue with regular expression (regex) parsing. Prior code allowed users to pass in expressions which included out-of-range Unicode characters, triggering a backend crash. This issue is critical for PostgreSQL systems with untrusted users or which generate regexes based on user input. The update also fixes CVE-2016-0766, a privilege escalation issue for users of PL/Java. Certain custom configuration settings (GUCS) for PL/Java will now be modifiable only by the database superuser URL: http://www.postgresql.org/about/news/1644/ Security: CVE-2016-0773, CVE-2016-0766
* databases/mariadb101-{client,server}: Add missing patchesBernard Spil2016-02-149-0/+185
| | | | | | | - Patches that were non-existent in the source of the repocopy (mariadb100-*) were not part of the initial commit Differential Revision: D3953
* databases/mariadb101-server: Remove empty files after repo-copyBernard Spil2016-02-143-3/+0
| | | | Differential Revision: D3953
* [NEW PORTS] databases/mariadb101-{server,client}: 10.1.11Bernard Spil2016-02-1449-0/+1685
| | | | | | | | | | | | | | | | | | | | | | MariaDB is one of the most popular database servers in the world. It's made by the original developers of MySQL and guaranteed to stay open source. Notable users include Wikipedia, Facebook and Google. MariaDB turns data into structured information in a wide array of applications, ranging from banking to websites. It is an enhanced, drop-in replacement for MySQL. MariaDB is used because it is fast, scalable and robust, with a rich ecosystem of storage engines, plugins and many other tools make it very versatile for a wide variety of use cases. MariaDB is developed as open source software and as a relational database it provides an SQL interface for accessing data. This latest versions of MariaDB also include GIS and JSON features. WWW: http://mariadb.org/ Reviewed by: koobs (mentor), feld (mentor) Approved by: koobs (mentor), feld (mentor) Differential Revision: D3953
* Update to 2.21.Adam Weinberger2016-02-142-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/Mojo-Pg
* Update to 1.50. Many changes since 1.48 so it's worth a read through theAdam Weinberger2016-02-142-3/+13
| | | | | | | | | | Changes file. Also, add a BUNDLED_SQLITE option, which defaults to on, to choose whether to use the included sqlite (as it has been) or the installed library from ports. Changes: https://metacpan.org/changes/distribution/DBD-SQLite
* databases/py-fdb: update to 1.5Ruslan Makhmatkhanov2016-02-133-4/+16
| | | | | | | | | | | - update to 1.5 while here: - fix build with python 3.x - add NO_ARCH, sort USE_PYTHON PR: 206865 Submitted by: jjachuf@gmail.com (maintainer)
* databases/py-firebirdsql: update to 0.9.12Ruslan Makhmatkhanov2016-02-132-5/+5
| | | | | | | | - update to 0.9.12 - add NO_ARCH, sort USE_PYTHON PR: 206867 Submitted by: jjachuf@gmail.com (maintainer)
* - Update to 1.24Wen Heping2016-02-122-4/+6
| | | | | Changes: http://cpansearch.perl.org/src/MARKSTOS/SQL-Interp-1.24/Changes - Add LICENSE
* - Update to 0.082821Wen Heping2016-02-122-3/+3
| | | | Changes: http://cpansearch.perl.org/src/RIBASUSHI/DBIx-Class-0.082821/Changes
* databases/sqlite3: Enable one of the command line editing optionsKurt Jaeger2016-02-121-5/+8
| | | | | | | | | - The last update to sqlite3 disabled readline support - Now several variants can be selected. PR: 206944 Submitted by: Tobias Kortkamp <t@tobik.me> Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* Upgrade databases/elixir-ecto_migrate to version 0.6.3.Jimmy Olgeni2016-02-112-3/+3
|
* Upgrade databases/elixir-timex_ecto to version 0.8.0.Jimmy Olgeni2016-02-112-3/+3
|
* databases/mongodb32{-tools}: Disable WIRETIGER on i386, Mark BROKEN on 9.xKubilay Kocak2016-02-102-6/+35
| | | | | | | | | | | | | MongoDB 3.2 doesn't build on FreeBSD 9.x, and its tools fail to build for a separate reason: TLS 1.1 and 1.2 are not found in the OpenSSL version that the builder detects. Fortunately, we don't have to solve that as the primary port does not support FreeBSD 9 either. Patched to IGNORE on < FreeBSD 10. PR: 206795, 206796 Submitted by: Brendan Molloy <brendan+freebsd bbqsrc net> (maintainer) MFH: 2016Q1
* - Add NO_ARCHDmitry Marakasov2016-02-101-0/+1
|
* Update to 1.22.1Max Khon2016-02-102-7/+5
| | | | PR: 206340
* New port: databases/rubygem-em-redis-unified Eventmachine-based ↵Bartek Rutkowski2016-02-104-0/+28
| | | | | | | | | | | | | implementation of the Redis protocol An EventMachine based library for interacting with the Redis data store by Salvatore 'antirez' Sanfilippo. Modeled after eventmachine's implementation of the memcached protocol, and influenced by Ezra Zygmuntowicz's redis-rb library (distributed as part of Redis). WWW: https://rubygems.org/gems/em-redis-unified Submitted by: Bartek Rutkowski <robak@FreeBSD.org>
* - Fix build on 9.xDmitry Marakasov2016-02-091-2/+8
|
* x11/xterm: document ncurses requirement (USES+=ncurses)John Marino2016-02-091-1/+4
| | | | | | Also link with ncurses, not termcap approved by: infrastructure blanket
* databases/sqlitestudio: document ncurses requirement (USES+=ncurses)John Marino2016-02-092-1/+12
| | | | | | Also link with ncurses, not curses. approved by: infrastructure blanket
* databases/sqlcached: document ncurses requirement (USES+=ncurses)John Marino2016-02-091-1/+2
| | | | | | Also link with ncurses, not curses approved by: infrastructure blanket
* databases/influxdb: 0.9.6.1 -> 0.10.0Kurt Jaeger2016-02-096-132/+137
| | | | | | | | Release-Notes: https://influxdata.com/blog/announcing-chronograf-0-10-ga/ PR: 207021 Submitted by: cheffo@freebsd-bg.org (maintainer)
* - Fix documentation installationDmitry Marakasov2016-02-082-2/+22
| | | | | - Clarify LICENSE - Add LICENSE_FILE
* Revert recent change on performance_schema; introduce OPTION for itThomas Zander2016-02-073-6/+12
| | | | | | | | | | | | | | | | | | The recent port version 5.7.10_2 introduced a change in the default behaviour of performance_schema. Due to an ongoing debate in the community whether the default setting should lean towards performance (previous default before 5.7.10_2) or memory consumption, maintainer had changed the default to memory consumption in 5.7.10_2. This introduces an OPTION knob PERFSCHM to control the default behaviour of performance_schema. It defaults to ON, hence restoring the previous default. Bump PORTREVISION. PR: 206912 Submitted by: smh Reviewed by: mokhi64@gmail.com (maintainer), riggs Approved by: mokhi64@gmail.com (maintainer) MFH: 2016Q1
* databases/py-carbon: update to 0.9.15Steve Wills2016-02-078-107/+102
| | | | | PR: 206532 Submitted by: Michael Zhilin <mizhka@gmail.com>
* devel/lfcbase: 1.7.0 -> 1.7.2Kurt Jaeger2016-02-066-17/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/cego: 2.28.3 -> 2.29.1 databases/cegobridge: 1.1.1 -> 1.1.2 Please note: Updating cego databases needs an export/import cycle for 2.28 -> 2.29 lfcbase: - Fix in Datetime.cc, added include config.h, otherwiese the local implementation of strptime ist used. This should just be done, if the system API does not provide this call ( e.g. MINGW ) . - Memory leak fixed in File::readLine cego: - Started with clob datatype implementation - Fix in CegoSelect constructor, _cacheEnabled var was not initialized in the decoding constructor, which might lead to core dumps in case of recovery of complex with enabled querycache Fix in CegoAdminThread constructor, disableAuth method for TableManger called, otherwise tableset recovery might fail with auth error - Required network protocol expansions done for clob handling (putclob, getclob, delclob) - More work on clob handling. A fix was done for update operations on clob values in CegoTableManager::updateTuple method. Before updating the tuple, all clob references must be cloned, otherwise in case of untouched clobs, references are invalid. This approach is brute force, better would be, to stay on the untouched clob references. But in terms of transaction and recovery handling, this is not trivial - Very long strings are handled now in CegoAction and CegoClient to also parse large clob values - Modification in cgclt for raw mode, Now just plain data is listed, with the command line option --raw=X, a separator token can be setup as a column separator cegobridge: - fix build problem Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* - fix @sampleDirk Meyer2016-02-062-4/+2
| | | | PR: 205243
* databases/sqlite3: remove CONFLICTS=sqlcipher-[0-9]*, no longer trueKurt Jaeger2016-02-061-2/+0
| | | | | | PR: 206860 Submitted by: yuri@rawbw.com Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* - Fix @sampleDmitry Marakasov2016-02-062-2/+2
| | | | Approved by: portmgr blanket
* Fix BUILD_DEPENDSAntoine Brodin2016-02-051-1/+1
|
* cleanup after puppet renameSteve Wills2016-02-052-2/+2
|
* - Fix plistThomas Zander2016-02-047-17/+18
| | | | | | | | | | | | | | | | | | | - binary_log_types.h is now installed only by client, not server - lib/mysql/plugin/ha_example.so is only installed if EXAMPLES OPTION is turned off - Bump PORTREVISION - Allow slave port to override PORTREVISION if necessary - Deactivate performance_schema feature to conserve memory - Add notes to pkg-message: - root password - performance_schema feature is deactivated by default to reduce memory footprint PR: 205956 206065 Submitted by: smh Reviewed by: mokhi64@gmail.com (maintainer) Approved by: mokhi64@gmail.com (maintainer) MFH: 2016Q1
* databases/rubygem-bdb1: fix build with Ruby 2.2 and 2.3Steve Wills2016-02-042-4/+18
|
* Upgrade from 3.0.7 to latest 3.2.0-rc3.Sergey A. Osokin2016-02-037-56/+66
|
* Upgrade from 3.0.5 to 3.0.7.Sergey A. Osokin2016-02-034-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> --[ Redis 3.0.7 ] Release date: 28 jan 2016 Upgrade urgency MODERATE: this release fixes important Redis Cluster bugs. * [FIX] avg_ttl reporting in INFO improved. (Salvatore Sanfilippo) * [FIX] Redis Cluster address update (via gossip section) processing improved to avoid initiating inwanted handshakes. * [FIX] Many fixes to MIGRATE multiple keys implementation. The command could handle errors in a faulty way leading to crashes or other unexpected behaviors. MIGRATE command refactoring. (The analysis of the faulty conditions was conducted by Kevin McGehee. The fix was developed by Salvatore Sanfilippo) * [FIX] A Redis Cluster node crash was fixed because of wrong handling of node->slaveof pointers. (Reported by JackyWoo, fixed by Salvatore Sanfilippo) * [FIX] Fix redis-trib rebalance when nodes need to be left empty because the specified weight is zero. (Reported by Shahar Mor, fixed by Salvatore Sanfilippo) * [FIX] MIGRATE: Never send -ASK redirections for MIGRATE when there are open slots. Redis-trib and other cluster management utility must always be free to move keys between nodes about open slots, in order to reshard, fix the cluster configuration, and so forth. (Salvatore Sanfilippo) * [FIX] Redis-trib is now able to fix more errors. A new CLUSTER subcommand called BUMPEPOCH was introduced in order to support new modes for the "fix" subcommand. (Salvatore Sanfilippo) * [NEW] Cluster/Sentinel tests now use OSX leak to perform leak detection at the end of every unit. (Salvatore Sanfilippo) * [NEW] Detect and show server crashes during Cluster/Sentinel tests. (Salvatore Sanfilippo) * [NEW] More reliable Cluster/Sentinel test becuase of timing errors and -LOADING errors. (Salvatore Sanfilippo) --[ Redis 3.0.6 ] Release date: 18 Dec 2015 Upgrade urgency: MODERATE. We fixed a crash that happens very rarely, so updating does not hurt, but most users are unlikely to experience this condition because it requires some odd timing. However if you are a Redis Cluster user, upgrading is strongly adviced since this release includes very important improvements to Redis Cluster. * [FIX] lua_struct.c/getnum security issue fixed. (Luca Bruno discovered it, patched by Sun He and Chris Lamb) * [FIX] Redis Cluster replica migration fixed. See issue #2924 for details. (Salvatore Sanfilippo) * [FIX] Fix a race condition in processCommand() because of interactions with freeMemoryIfNeeded(). Details in issue #2948 and especially in the commit message d999f5a. (Race found analytically by Oran Agra, patch by Salvatore Sanfilippo) * [NEW] Backported from the upcoming Redis 3.2: MIGRATE now supports an extended multiple-keys pipelined mode, which is an order of magnitude faster. Redis Cluster now uses this mode in order to perform reshardings and rebalancings. (Salvatore Sanfilippo) * [NEW] Backported from the upcoming Redis 3.2: Redis Cluster has now support for rebalancing via the redis-trib rebalance command. Demo here: https://asciinema.org/a/0tw2e5740kouda0yhkqrm5790 Official documentation will be available ASAP. (Salvatore Sanfilippo) * [NEW] Redis Cluster redis-trib.rb new "info" subcommand. * [NEW] Redis Cluster tests improved. (Salvatore Sanfilippo) * [NEW] Log offending memory access address on SIGSEGV/SIGBUS (Salvatore Sanfilippo) </ChangeLog>
* Horde package update:Martin Matuska2016-02-034-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.30.2 -> 2.30.6 devel/pear-Horde_Alarm 2.2.5 -> 2.2.6 devel/pear-Horde_Argv 2.0.11 -> 2.0.12 security/pear-Horde_Auth 2.1.10 -> 2.1.11 devel/pear-Horde_Autoloader 2.1.1 -> 2.1.2 www/pear-Horde_Browser 2.0.10 -> 2.0.11 devel/pear-Horde_Cache 2.5.0 -> 2.5.2 archivers/pear-Horde_Compress 2.1.3 -> 2.1.4 archivers/pear-Horde_Compress_Fast 1.1.0 -> 1.1.1 devel/pear-Horde_Constraint 2.0.2 -> 2.0.3 devel/pear-Horde_Controller 2.0.3 -> 2.0.4 devel/pear-Horde_Core 2.22.3 -> 2.22.5 security/pear-Horde_Crypt 2.6.1 -> 2.7.0 security/pear-Horde_Crypt_Blowfish 1.1.0 -> 1.1.1 www/pear-Horde_Css_Parser 1.0.7 -> 1.0.8 devel/pear-Horde_Data 2.1.3 -> 2.1.4 devel/pear-Horde_Date 2.1.1 -> 2.2.0 devel/pear-Horde_Date_Parser 2.0.4 -> 2.0.5 databases/pear-Horde_Db 2.3.0 -> 2.3.1 devel/pear-Horde_Exception 2.0.6 -> 2.0.7 www/pear-Horde_Feed 2.0.3 -> 2.0.4 www/pear-Horde_Form 2.0.11 -> 2.0.12 security/pear-Horde_Group 2.0.5 -> 2.1.0 databases/pear-Horde_HashTable 1.2.3 -> 1.2.4 devel/pear-Horde_History 2.3.5 -> 2.3.6 www/pear-Horde_Http 2.1.5 -> 2.1.6 devel/pear-Horde_Icalendar 2.1.2 -> 2.1.3 dns/pear-Horde_Idna 1.0.3 -> 1.0.4 graphics/pear-Horde_Image 2.3.3 -> 2.3.4 mail/pear-Horde_Imap_Client 2.29.4 -> 2.29.5 devel/pear-Horde_Injector 2.0.4 -> 2.0.5 devel/pear-Horde_Itip 2.1.0 -> 2.1.1 mail/pear-Horde_ListHeaders 1.2.2 -> 1.2.3 devel/pear-Horde_Lock 2.1.1 -> 2.1.2 sysutils/pear-Horde_Log 2.1.2 -> 2.1.3 devel/pear-Horde_LoginTasks 2.0.5 -> 2.0.6 mail/pear-Horde_Mail 2.6.2 -> 2.6.3 mail/pear-Horde_Mapi 1.0.5 -> 1.0.6 mail/pear-Horde_Mime 2.9.2 -> 2.9.3 mail/pear-Horde_Mime_Viewer 2.1.1 -> 2.1.2 devel/pear-Horde_Notification 2.0.3 -> 2.0.4 archivers/pear-Horde_Pack 1.0.5 -> 1.0.6 textproc/pear-Horde_Pdf 2.0.6 -> 2.0.7 devel/pear-Horde_Prefs 2.7.4 -> 2.7.5 devel/pear-Horde_Rdo 2.0.4 -> 2.0.5 www/pear-Horde_Routes 2.0.4 -> 2.0.5 net/pear-Horde_Rpc 2.1.5 -> 2.1.6 security/pear-Horde_Secret 2.0.5 -> 2.0.6 devel/pear-Horde_Serialize 2.0.4 -> 2.0.5 www/pear-Horde_SessionHandler 2.2.5 -> 2.2.7 security/pear-Horde_Share 2.0.7 -> 2.0.8 mail/pear-Horde_Smtp 1.9.1 -> 1.9.2 net/pear-Horde_Socket_Client 2.0.0 -> 2.1.0 textproc/pear-Horde_SpellChecker 2.1.2 -> 2.1.3 devel/pear-Horde_Stream 1.6.2 -> 1.6.3 devel/pear-Horde_Stream_Filter 2.0.3 -> 2.0.4 devel/pear-Horde_Stream_Wrapper 2.1.2 -> 2.1.3 devel/pear-Horde_Support 2.1.4 -> 2.1.5 comms/pear-Horde_SyncMl 2.0.5 -> 2.0.6 www/pear-Horde_Template 2.0.2 -> 2.0.3 textproc/pear-Horde_Text_Diff 2.1.1 -> 2.1.2 textproc/pear-Horde_Text_Filter 2.3.2 -> 2.3.3 textproc/pear-Horde_Text_Flowed 2.0.2 -> 2.0.3 devel/pear-Horde_Timezone 1.0.9 -> 1.0.10 devel/pear-Horde_Token 2.0.7 -> 2.0.8 devel/pear-Horde_Translation 2.2.0 -> 2.2.1 net/pear-Horde_Url 2.2.4 -> 2.2.5 devel/pear-Horde_Util 2.5.6 -> 2.5.7 sysutils/pear-Horde_Vfs 2.3.0 -> 2.3.1 devel/pear-Horde_View 2.0.5 -> 2.0.6 textproc/pear-Horde_Xml_Element 2.0.3 -> 2.0.4 textproc/pear-Horde_Xml_Wbxml 2.0.2 -> 2.0.3 ftp/horde-gollem 3.0.6 -> 3.0.7 www/horde-base 5.2.8 -> 5.2.9 mail/horde-imp 6.2.11 -> 6.2.12 mail/horde-ingo 3.2.7 -> 3.2.8 deskutils/horde-kronolith 4.2.11 -> 4.2.12 deskutils/horde-mnemo 4.2.8 -> 4.2.9 deskutils/horde-nag 4.2.6 -> 4.2.7 devel/horde-timeobjects 2.1.0 -> 2.1.1 www/horde-trean 1.1.3 -> 1.1.4 mail/horde-turba 4.2.11 -> 4.2.12 mail/horde-webmail 5.2.11 -> 5.2.12 devel/horde-whups 3.0.5 -> 3.0.6
* - Update to 3.2.22.1Sunpoet Po-Chuan Hsieh2016-02-032-3/+3
| | | | | | | Changes: https://github.com/rails/rails/blob/3-2-stable/activerecord/CHANGELOG.md https://github.com/rails/rails/compare/v3.2.22...v3.2.22.1 Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888 MFH: 2016Q1
* - Update to 3.2.22.1Sunpoet Po-Chuan Hsieh2016-02-032-3/+3
| | | | | | | Changes: https://github.com/rails/rails/blob/3-2-stable/activemodel/CHANGELOG.md https://github.com/rails/rails/compare/v3.2.22...v3.2.22.1 Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888 MFH: 2016Q1
* - Update to 4.2.5.1Sunpoet Po-Chuan Hsieh2016-02-032-3/+3
| | | | | | | Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md https://github.com/rails/rails/compare/v4.2.5...v4.2.5.1 Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888 MFH: 2016Q1
* - Update to 4.2.5.1Sunpoet Po-Chuan Hsieh2016-02-032-3/+3
| | | | | | | Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md https://github.com/rails/rails/compare/v4.2.5...v4.2.5.1 Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888 MFH: 2016Q1
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2016-02-031-1/+1
|
* Remove Python 3.2 related slave ports to unbreak INDEXRuslan Makhmatkhanov2016-02-033-16/+0
| | | | With hat: python
* databases/ruby-bdb: fix build with Ruby 2.3Steve Wills2016-02-022-7/+1
| | | | | PR: 206232 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* - Update to 1.2.2Sunpoet Po-Chuan Hsieh2016-02-022-4/+11
| | | | Changes: http://search.cpan.org/dist/MongoDB/Changes
* - Update to 0.14Sunpoet Po-Chuan Hsieh2016-02-022-3/+3
| | | | Changes: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes
* Upgrade databases/elixir-geo to version 1.0.1.Jimmy Olgeni2016-02-013-5/+5
|
* Upgrade databases/elixir-db_connection to version 0.2.3.Jimmy Olgeni2016-01-312-3/+3
|
* - Update to 0.10.8TAKATSU Tomonari2016-01-312-4/+4
|
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-01-311-0/+2
|
* Welcome Centos 6.7Martin Wilke2016-01-313-11/+10
| | | | | | | | | | | | | | - Upgrade all linux-c6- to CentOS 6.7 - Cleanups PR: 205846 Submitted by: xmj In Collaboration with: allanjude, netchild, xmj Exp-run: antoine Sponsored by: Perceivon Hosting Inc. Differential Revision: D3428 We'd like to thanks for all the feedback and comments.
* Remove expired port:Rene Ladan2016-01-314-51/+0
| | | | 2016-01-15 databases/php5-redis: PHP 5.4 EOL reached, use databases/php55-redis or databases/php56-redis instead
* databases/firebird25-client: Fix build for ports ncursesJohn Marino2016-01-301-0/+1
| | | | | libedit pulls in libncurses, but in some cases the linker can't find the library, so explicitly set a search path for ports ncurses.
* Add missing pg_rewindPalle Girgensohn2016-01-302-1/+3
| | | | | Pointed out by: Nat Howard PR: 206750
* Update to 0.9.15Steven Kreuzer2016-01-304-3/+18
| | | | | PR: 206531 Submitted by: Michael Zhilin <mizhka@gmail.com>
* databases/rubygem-activemodel41Kurt Jaeger2016-01-304-0/+12
| | | | | | | | | | | | | | | | | | | | | | databases/rubygem-activerecord41 databases/rubygem-after_commit_queue-rails41 databases/rubygem-paranoia-rails41 devel/rubygem-actionview41 devel/rubygem-activesupport41 devel/rubygem-coffee-rails41 devel/rubygem-jbuilder-rails41 devel/rubygem-omniauth_crowd-rails41 devel/rubygem-sprockets-rails-rails41 mail/rubygem-actionmailer41 textproc/rubygem-sass-rails4-rails41 www/rubygem-actionpack41 www/rubygem-railties41 www/rubygem-turbolinks-rails41 - DEPRECATE those ports in favor of Rails 4.2 PR: 206735 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
* Update to 4.5.4.1Matthew Seaman2016-01-302-3/+3
| | | | | | | | This is actually pretty much a no-op on FreeBSD: we're using the bundled verion of phpseclib, and the regrssion fix does not apply to the 4.5.x branch. ChangeLog: https://www.phpmyadmin.net/files/4.5.4.1/
* Update to 0.9.Vanilla I. Shu2016-01-292-3/+3
|
* Update to 2.15.Adam Weinberger2016-01-292-7/+5
| | | | Changes: https://metacpan.org/changes/distribution/Dancer2-Plugin-Database
* Update to 2.12, and remove author-only dependencies from TEST_DEPENDS.Adam Weinberger2016-01-292-6/+4
| | | | Changes: https://metacpan.org/changes/distribution/Dancer-Plugin-Database
* Upgrade databases/elixir-db_connection to version 0.2.2.Jimmy Olgeni2016-01-282-3/+3
|
* Security Update to 4.5.4Matthew Seaman2016-01-282-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a combination of feature- and security- updates. The PMA project has not yet published the relevant advisories, so there is very little information available about what the vulnerabilities are and what versions they affect. PMSA-2016-1 to PMSA-2016-9 are expected to be available at https://www.phpmyadmin.net/security/ shortly. [Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-1 [Security] Unsafe generation of CSRF token, see PMASA-2016-2 [Security] Multiple XSS vulnerabilities, see PMASA-2016-3 [Security] Insecure password generation in JavaScript, see PMASA-2016-4 [Security] Unsafe comparison of CSRF token, see PMASA-2016-5 [Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-6 [Security] XSS vulnerability in normalization page, see PMASA-2016-7 [Security] Full path disclosure vulnerability in SQL parser, see PMASA-2016-8 [Security] XSS vulnerability in SQL editor, see PMASA-2016-9 VuXML entries to follow once the advisories are available. ChangeLog: https://www.phpmyadmin.net/files/4.5.4/ MFH: 2016Q1 Security: https://www.phpmyadmin.net/security/PMASA-2016-1/ Security: https://www.phpmyadmin.net/security/PMASA-2016-2/ Security: https://www.phpmyadmin.net/security/PMASA-2016-3/ Security: https://www.phpmyadmin.net/security/PMASA-2016-4/ Security: https://www.phpmyadmin.net/security/PMASA-2016-5/ Security: https://www.phpmyadmin.net/security/PMASA-2016-6/ Security: https://www.phpmyadmin.net/security/PMASA-2016-7/ Security: https://www.phpmyadmin.net/security/PMASA-2016-8/ Security: https://www.phpmyadmin.net/security/PMASA-2016-9/
* Fix Perl and Ruby module builds.Niclas Zeising2016-01-283-4/+20
| | | | | | | | | | I made a mistake when updating one of the patches for the new version of rrdtools, and as a consequence perl and ruby modules stopped building, fix this by correcting the patch. Noted by: kib PR: 206685 Submitted by: Helge Oldach
* Update to 1.5.5Niclas Zeising2016-01-2713-281/+56
| | | | | | | | | | | | | | | | | Rework the DEJAVU option to actually work. [1] Before this commit rrdtool depends on x11-fonts/dejavu if that port is already installed, but not otherwise, and this sort of implicit dependencies are bad. Make the DEJAVU option default to on. If cairo and pango are built without X11 support, please consider disabling this option to avoid pulling in large parts of X11 Remove the JSON option. This is a third party patch that doesn't apply any more. Feel free to port it to this version of RRDTool. Discussed with: marino [1] PR: 205883 [1] Submitted by: marino [1]
* databases/php5-pdo_cassandra: unbreakRene Ladan2016-01-272-15/+8
| | | | | | | | | | | | | - Do not hardcode expired PHP version - Fix regression with Thrift 0.9.3, see https://issues.apache.org/jira/browse/THRIFT-3317 - Use C++11 compiler via the Ports framework instead of hardcoding GCC - Bump PORTREVISION PR: 205749 Submitted by: stephon@gmail.com Approved by: Gasol Wu (maintainer) MFH: 2016Q1
* Remove expired ports that are consumers of expired lang/php5. Exceptions:Rene Ladan2016-01-2714-489/+0
| | | | | | | | - www/pecl-zendopcache : used by Mk/bsd.php.mk - databases/php5-redis : optionally used by www/magento A PR exists for databases/php5-pdo_cassandra to make it work with supported versions of PHP.
* Remove BROKEN_FreeBSD_8 from all remaining ports.Raphael Kubo da Costa2016-01-261-2/+0
| | | | FreeBSD 8 is no longer supported.
* Upgrade databases/elixir-calecto to version 0.5.0.Jimmy Olgeni2016-01-253-3/+10
|
* Update to version 3.2.Dmitry Sivachenko2016-01-252-3/+3
| | | | Approved by: maintainer
* Upgrade databases/elixir-db_connection to version 0.2.1.Jimmy Olgeni2016-01-243-3/+5
|
* Upgrade from 1.1.6 to 1.1.7. The changes are listed as:Mikhail Teterin2016-01-244-20/+39
| | | | | | | | | | | GA 1.1.7 - - Add JSON support - Allow building without server flags (Bug#21391025) - Correct relative() not seeking after changing position.(Bug#21152054) The first item is only available if the mysql-client is recent enough (version 5.7). For older client-libraries the new patch is required.
* Upgrade to 0.08.Vanilla I. Shu2016-01-242-3/+3
|
* - Update to 2.2.0Sunpoet Po-Chuan Hsieh2016-01-233-22/+3
| | | | Changes: https://github.com/camertron/arel-helpers/blob/master/History.txt
* - Update to 2.18Sunpoet Po-Chuan Hsieh2016-01-232-3/+3
| | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
* New port: mongodb32-tools. Extra tools factored out from mongodb portDmitry Sivachenko2016-01-237-0/+105
| | | | | | | in version 3. PR: 205510 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Add mongodb32 port.Dmitry Sivachenko2016-01-231-0/+1
|
* Add a port for mongodb version 3.2.Dmitry Sivachenko2016-01-236-0/+153
| | | | | | | | | | PR: 205510 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net> Maintainer of databases/mongodb port timeout (3 weeks) I bumped version to 3.2.1. mongodb32-tools port coming soon.
* Upgrade databases/elixir-postgrex to version 0.11.0.Jimmy Olgeni2016-01-233-10/+62
|
* Add databases/elixir-db_connection, a database connection behaviour for Elixir.Jimmy Olgeni2016-01-235-0/+80
|
* Upgrade databases/elixir-ecto to version 1.1.3.Jimmy Olgeni2016-01-232-3/+3
|
* databases/tcl-sqlite3: 3.10.0 -> 3.10.2Kurt Jaeger2016-01-232-3/+3
| | | | | | | - Chase upstream sqlite3 PR: 206464 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* - Update to 2.14Sunpoet Po-Chuan Hsieh2016-01-222-3/+3
| | | | Changes: http://search.cpan.org/dist/Dancer2-Plugin-Database/Changes
* Upgrade databases/elixir-ecto to version 1.1.2.Jimmy Olgeni2016-01-222-3/+3
|
* Upgrade databases/elixir-calecto to version 0.4.5.Jimmy Olgeni2016-01-222-3/+3
|
* libtool --finish is a nop on FreeBSD, remove faulty pkg-install scriptAntoine Brodin2016-01-222-7/+1
| | | | With hat: portmgr
* databases/sqlite3: 3.10.0 -> 3.10.2Kurt Jaeger2016-01-223-3/+10
| | | | | | | | Changes: https://www.sqlite.org/releaselog/3_10_2.html PR: 206463 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* Update poppler to 0.40.0. [1]Koop Mast2016-01-221-1/+1
| | | | | | | | | Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build of these ports with poppler 0.39+. PR: 206293 [1] Submitted by: olivierd@ [1] Obtained from: ubuntu [2], rubygem-poppler upstream [3]
* - Update to 0.5.2Veniamin Gvozdikov2016-01-212-3/+3
|
* - Update to latest git versionVeniamin Gvozdikov2016-01-215-10/+17
| | | | - Bump PORTREVISION because developers call is version 0.0.1
* - Update to 1.6.8.371Veniamin Gvozdikov2016-01-2112-181/+60
|
* Add a few patches to fix the build with the upcoming Qt 5.5.1.Raphael Kubo da Costa2016-01-213-0/+30
| | | | | | | Several places were using QDataStream without including the proper headers. These fixes are not enough: the ports needs to explicitly depend on more Qt components, but we are still working on that and may end up creating a new, smaller port out of devel/qt5-designer.
* Switch back to rubygem-activerecord (3.x) to unbreak metasploit at runtimeAntoine Brodin2016-01-212-1/+20
| | | | MFH: 2016Q1
* - Reassign milki@'s ports after his commit bit was taken in for safekeepingFrederic Culot2016-01-201-1/+1
|
* - Update to 3.0.3Sunpoet Po-Chuan Hsieh2016-01-202-3/+3
| | | | Changes: https://github.com/collectiveidea/awesome_nested_set/blob/master/CHANGELOG
* - Upgrade to lates versionVeniamin Gvozdikov2016-01-202-8/+4
|
* - Update to 2.3.3Wen Heping2016-01-203-7/+25
| | | | | | PR: 204251 Submitted by: tbabut@mobileobjects.de Approved by: maintainer(timeout, >60 days)
* New port: databases/sql-workbenchKurt Jaeger2016-01-196-0/+93
| | | | | | | | | | | | | | | SQL Workbench/J is a free, DBMS-independent, cross-platform SQL query tool. It is written in Java and should run on any operating system that provides a Java Runtime Environment. Its main focus is on running SQL scripts (either interactively or as a batch) and export/import features. Graphical query building or more advanced DBA tasks are not the focus and are not planned. WWW: http://www.sql-workbench.net/ PR: 202116 Submitted by: Aldis Berjoza <graudeejs@inbox.lv>
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-01-191-1/+1
|
* - fix build with ruby-2.1Dirk Meyer2016-01-192-1/+21
|
* pgBadger 7.3 was released today to fix a major bug. Everyone usingPalle Girgensohn2016-01-192-3/+3
| | | | | | version 7.2 and the incremental mode of pgBadger must upgrade. https://github.com/dalibo/pgbadger/blob/master/ChangeLog
* Upgrade databases/elixir-calecto to version 0.4.4.Jimmy Olgeni2016-01-182-3/+3
|
* - Update to 0.9.6.1Martin Wilke2016-01-182-5/+11
| | | | | PR: 206366 Submitted by: maintainer
* Update to 1.7Matthew Seaman2016-01-182-4/+11
| | | | | | | - Adds the ability to connect via TLS PR: 206365 Submitted by: m.tsatsenko@gmail.com (maintainer)
* Apply patch from upstream GitHub to provide compile- and run-timeMatthew Seaman2016-01-182-1/+44
| | | | | | compatibility with postgresql95 Obtained from: https://github.com/2ndquadrant-it/pgespresso/commit/7bedbfb894aedff8c08de85ede430a15a8888a0a
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2016-01-171-0/+1
| | | | | Approved by: portmgr (blanket) Sponsored by: PortsCamp Taiwan
* - Update to 2.1.5Sunpoet Po-Chuan Hsieh2016-01-172-3/+3
| | | | | Changes: https://github.com/rubysherpas/paranoia/commits/rails4 Sponsored by: PortsCamp Taiwan
* - Update to 0.6.1Sunpoet Po-Chuan Hsieh2016-01-172-3/+4
| | | | | | | - Add LICENSE_FILE Changes: https://github.com/redis/hiredis-rb/blob/master/CHANGELOG.md Sponsored by: PortsCamp Taiwan
* - Update to 1.5.0Sunpoet Po-Chuan Hsieh2016-01-172-3/+4
| | | | | | | - Add LICENSE_FILE Changes: https://github.com/copiousfreetime/amalgalite/blob/master/HISTORY.md Sponsored by: PortsCamp Taiwan
* - Update to 1.2.22Sunpoet Po-Chuan Hsieh2016-01-172-3/+4
| | | | | | | - Add LICENSE_FILE Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.22 Sponsored by: PortsCamp Taiwan
* - Update to 1.2.22Sunpoet Po-Chuan Hsieh2016-01-173-4/+7
| | | | | | Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.22 http://search.cpan.org/dist/Search-Xapian/Changes Sponsored by: PortsCamp Taiwan
* - Update to 1.2.22Sunpoet Po-Chuan Hsieh2016-01-175-8/+9
| | | | | | | - Add LICENSE_FILE Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.22 Sponsored by: PortsCamp Taiwan
* mark ports that don't work with Ruby 2.3Steve Wills2016-01-173-0/+4
| | | | PR: 205774
* - Remove deprecated @dirrm usage, convert to @dirPawel Pekala2016-01-171-14/+7
| | | | | | | - Add LICENSE_FILE, NO_ARCH - Use options helpers Approved by: portmgr blanket
* - Switch to py-django18Martin Wilke2016-01-161-2/+2
|
* - Switch forgotten ports over to py-django18Martin Wilke2016-01-161-1/+2
| | | | | | - Fix PYTHON_PKGNAMEPREFIX Reported by: antoinebot
* - update to 1.3.0Jason Helfman2016-01-162-3/+3
| | | | | | - address deprecation of get_memory_percent (fixed upstream) Reported by: Mehdi Ravanbakhsh (via mail)
* Update to 1.24.Adam Weinberger2016-01-162-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/Mango
* - use @sampleDirk Meyer2016-01-142-6/+3
| | | | | - drop support for PGADMOLDDIR PR: 205243
* Update to 5.4.1.Mathieu Arnold2016-01-134-15/+5
| | | | Sponsored by: Absolight
* Some binaries where moved from contrib to base in 9.5, like pgbench andPalle Girgensohn2016-01-1313-18/+32
| | | | | | | | | | | | | | | | | | | pg_upgrade. Other where added in 9.5, but the port failed to install them. Make sure they are properly installed by the correct port (-client or -server) [1] Remove unused and hence confusing OSSP_UUID parameters from Makefile [2] Add options to allow user to be set for the backup script in periodic. Add this option only to 9.5 for now. It will be updated to other servers at next regular patch release. [3] The path to perl in hard coded into pgxs/src/Makefile.global which is then installed. Hence, we must depend on perl when that file is installed. Noticed by: Paul Guyot [1] PR: 192387 [2] PR: 172110 [3] PR: 206046 [4]
* Upgrade to 0.7.1.4.Vanilla I. Shu2016-01-137-136/+3
|
* 1: Upgrade to 0.5.Vanilla I. Shu2016-01-132-7/+4
| | | | 2: Switch to USES=sqlite
* 1: Upgrade to 4.0.3.Vanilla I. Shu2016-01-132-5/+4
| | | | 2: switch to USES=sqlite.
* - Remove unused USE_* knobs:Alex Kozlov2016-01-131-2/+0
| | | | | | | | | | | | | | | | | | | | databases/mysql57-server games/kajongg textproc/ruby-htree - Fix typos in USE_* knobs: graphics/fortytwo math/hexcalc misc/gnustep-examples www/h2o - Remove unused BROKEN_alpha knob: devel/directfb - Remove user-settable knob: multimedia/tovid Approved by: portmgr blanket
* - Update to 0.1601Sunpoet Po-Chuan Hsieh2016-01-132-3/+5
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/SQLite-Work/Changes
* - Update to 2.17Sunpoet Po-Chuan Hsieh2016-01-132-3/+3
| | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
* - Update to 1.47Sunpoet Po-Chuan Hsieh2016-01-132-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-XHTML_Table/Changes
* - Update to 0.37Sunpoet Po-Chuan Hsieh2016-01-132-6/+11
| | | | | | | - Add LICENSE - Strip shared library Changes: http://search.cpan.org/dist/DBD-SQLite2/Changes
* - Fix RUN_DEPENDSSunpoet Po-Chuan Hsieh2016-01-131-1/+2
| | | | | | | - Bump PORTREVISION for dependency change PR: 206113 Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de>
* Make databases/pecl-rrd to build when rrdtool has no GRAPH support enabledRenato Botelho2016-01-133-1/+106
| | | | | | | PR: 206156 Approved by: flo (maintainer) Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate)
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-1312-12/+12
| | | | Approved by: portmgr blanket
* Add Public Domain support to ports license framework. You can now useDmitry Marakasov2016-01-122-8/+2
| | | | | | | | | | | | | LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149
* - Correct MASTERSITE and unbreak the portWen Heping2016-01-122-9/+10
| | | | | | | | | - Update from version 1.4.0 to 2.1.7 - Add license - Pass maintainership to submitter PR: 205505 Submitted by: rhurlin@gwdg.de
* databases/cegobridge: 1.1.0 -> 1.1.1, fixes buildKurt Jaeger2016-01-123-4/+14
|
* Update to 5.1.38Matthew Seaman2016-01-122-4/+4
| | | | | | | - Don't insert a sed token into the plist when we can simply use a make(1) variable. ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-38.html
* Update to 0.9993Guido Falsi2016-01-122-3/+3
|
* - Update to 3.10.0Frederic Culot2016-01-113-5/+5
| | | | | PR: 206063 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* - Update to 3.10.0Frederic Culot2016-01-113-31/+45
| | | | | | | | | | | | - Add options to choose the command line library used by shell tools - Add option for static linking - Add option to compile sqlite with SQLITE_LIKE_DOESNT_MATCH_BLOBS option - Remove option TEMP_CACHE_SIZE - Cosmetic changes Changes: http://www.sqlite.org/releaselog/3_10_0.html PR: 206062 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* devel/lfcbase: 1.6.7 -> 1.7.0Kurt Jaeger2016-01-114-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/lfcxml: 1.1.8 -> 1.2.2 databases/cego: 2.27.2 -> 2.28.3 databases/p5-DBD-cego: bump portrevision databases/cegobridge: bump portrevision IMPORTANT: Upgrades of cego 2.27.x to 2.28.x databases has to be done by export and import. lfcbase: - Adaptions made for build with msys2 / mingw64. Many windows specific stuff could be eliminated, since mingw64 provides better POSIX support ( e.g. pthreads, timer functions .. ) lfcxml: - Fix in configure.ac to find lfcbase and for FreeBSD cego: - Fix in CegoSelect::CegoSelect, the pCacheList variable was not initialized to 0 for all constructors. In case of system table selects, the variable might be undefined which might lead to segmetation faults. - Changed synchronization level for btree creation. So the base table can also be accessed while btree is created ( During creation btree status is invalid ) This also allows to perform on online btree reorganization, since a new btree can be build up in parallel - Fix in CegoSystemObject::createSystemSpace, id values for bustat table must start with id 1 instead of id 0, otherwise, bustat information retrievel fails or may result in a core dump ( select * from $bustat ) - Added performance fix for CegoQueryHelper::decodeFVL, since the tuple context information is already from the method called, the tid, tastep and ts parameters have been remove from this method. This saves some decoding time - Please note, that version 2.28.x makes datafiles from older versions incompatible. An upgrade requires a xml tableset export of existing data and a restore after succesful upgrade - 2.28.x also contains many code cleanup fixes and some fixes for btree handling. - Fix in CegoTableManager::createBTree, in case of an exception during build up, the allocated have to be cleanup up. For this the a rollback method was introduced in class CegoBTreeManager. Fix in CegoTableCursor, invalid btree objects have not been ignored - Many adapations to make cego full 64bit ready also in combination with MSYS2 / MINGW64. This resulted in change of many variables from type long to type unsigned long long (type long is just 32 bit for Windows ) With an appropriate MSYS2 / MINGW64 installation, cego compiles proper and runs stable now. Many thanks to the MSYS/MINGW developers for their amazing work ! - Several changes from type int to type unsigned long long - Fix in CegoTableManager::deleteDataTable ( renamed to deleteDataTableEntry ) Since we allow now parallel updates, the method must check if the target tuple has already been touched by another transaction. Otherwise, invalid double entries could occur in case of concurrent updates on the same tuple. If a concurrent transaction is detected, the method returns false. This return value is used by the updateTuple method to decide, if the subsequent insert operation must be performed. - Since it is not enough jut checking the tuple header info for update deletes, a record locking has to be added to avoid duplicates. In this sense, record locking for setTupleInfo method call ( used in CegoTableManager and CegoTransactionManager ) was added. For this, the lockRecord and unlockRecord method have been reactivated in CegoLockManager class. This lock avoids, that in case of concurrent tuple updates duplicate tuples are produced by an update. - Fix in configure.ac to find lfcbase and lfcxml and for FreeBSD Submitted by: lemke@lemke-it.com
* - Update lang/php55 to 5.5.31Martin Wilke2016-01-111-7/+7
| | | | | | | - Update lang/php56 to 5.6.17 MFH: 2016Q1 Security: 6b771fe2-b84e-11e5-92f9-485d605f4717
* databases/mysql57-client, databases/mysql57-server:Kurt Jaeger2016-01-1125-322/+392
| | | | | | change all files that were missed in the last commit PR: 204607
* databases/mysql57-client, databases/mysql57-server:Kurt Jaeger2016-01-1148-0/+1435
| | | | | | re-add for proper repo-copy PR: 204607
* databases/mysql57-client, databases/mysql57-server:Kurt Jaeger2016-01-1148-1505/+0
| | | | | | remove to prepare for proper repo-copy PR: 204607
* - Update to 2.3.3Martin Wilke2016-01-104-3/+6
| | | | | | PR: 205942 Submitted by: pfg Approved by: maintainer
* Update to 1.2.18Mikolaj Golub2016-01-102-81/+81
|
* Upgrade databases/elixir-mariaex to version 0.6.2.Jimmy Olgeni2016-01-082-3/+3
|
* Upgrade databases/erlang-epgsql to version 3.1.1.Jimmy Olgeni2016-01-082-4/+3
|
* Fix probable typo (and PKGNAME collision)Antoine Brodin2016-01-082-38/+30
| | | | While here, fix plist
* Fix probable typo (and PKGBASE collision)Antoine Brodin2016-01-081-1/+1
|
* Hook postgresql95-* to the buildAntoine Brodin2016-01-081-0/+8
|
* The PostgreSQL Global Development Group announces thePalle Girgensohn2016-01-0834-0/+2636
| | | | | | | | | | | | | | | | | release of PostgreSQL 9.5. This release adds UPSERT capability, Row Level Security, and multiple Big Data features, which will broaden the user base for the world's most advanced database. With these new capabilities, PostgreSQL will be the best choice for even more applications for startups, large corporations, and government agencies. Release Notes: http://www.postgresql.org/docs/current/static/release-9-5.html What's New in 9.5: https://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.5
* - Fix wrong path searching for logback.xmlMartin Wilke2016-01-062-3/+6
| | | | | | | | | - While here remove unused sed line - Bump PORTREVISION PR: 205868 Submitted by: Davide D'Amico (based on) Approved by: Johannes Jost Meixner (maintainer)
* - Update to 3.9.2Martin Wilke2016-01-064-13/+14
| | | | | | | - Update WWW PR: 205892 Submitted by: ports fury
* Add additional CMAKE-argument to avoid build-time conflicts betweenMikhail Teterin2016-01-062-3/+2
| | | | | | | | | | Boost-1_59 used privately by this port and Boost-1_55 installed by its own port. While at it, replace WRKSRC/.. with simply WRKDIR. PR: 205815 Approved by: maintainer
* PickleShare - a small 'shelve' like datastore with concurrency supportMartin Wilke2016-01-044-0/+32
| | | | | | | | | | | | Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike shelve, many processes can access the database simultaneously. Changing a value in database is immediately visible to other processes accessing the same database. WWW: https://github.com/vivainio/pickleshare/ PR: 205514 Submitted by: Yuri Victorovich <yuri@rawbw.com>
* databases/mariadb100-{client,server}: Update to 10.0.23Bernard Spil2016-01-049-51/+76
| | | | | | | | | | | | | | | | | - Update to 10.0.23 - Re-patch files due to path change in WRKSRC - Harmonize CONFLICTS and quench portlint warnings - Use variables to construct INSTALL_CONFLICTS - Fix json.cpp clang compilation issue - Refactor and upstream jemalloc patch Changes: - https://mariadb.com/kb/en/mariadb/mariadb-10023-changelog/ Reviewed by: koobs (mentor), feld (mentor) Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D4709
* - Update MASTER_SITES and unbreak this port [1]Sunpoet Po-Chuan Hsieh2016-01-041-4/+2
| | | | | | | | | | - While I'm here, use DISTVERSIONSUFFIX instead of DISTNAME PR: 205762 Submitted by: rakuco Obtained from: antoine [1] Approved by: portmgr (blanket) With hat: python
* - Do not silence installation messageSunpoet Po-Chuan Hsieh2016-01-041-9/+9
| | | | | | | - Remove superfluous / - Use . instead of \* for COPYTREE_SHARE Approved by: portmgr (blanket)
* - Remove superfluous /Sunpoet Po-Chuan Hsieh2016-01-041-4/+4
|
* databases/freetds-devel: Updated version 0.99.307=>0.99.479Muhammad Moinur Rahman2016-01-024-8/+8
|
* Remove perl5.16-specific bits from perl@ ports. While here, sortAdam Weinberger2016-01-021-7/+1
| | | | plists as necessary.
* databases/freetds: Update version 0.95.69=>0.95.73Muhammad Moinur Rahman2016-01-023-4/+4
|
* - Update to 0.8.4Li-Wen Hsu2016-01-022-3/+3
|
* - Add rubygem-activerecord-session_store 0.1.2Sunpoet Po-Chuan Hsieh2015-12-314-0/+32
| | | | | | | | A session store backed by an Active Record class. A default class is provided, but any object duck-typing to an Active Record Session class with text session_id and data attributes is sufficient. WWW: https://github.com/rails/activerecord-session_store
* - Update to 0.0011Sunpoet Po-Chuan Hsieh2015-12-303-5/+4
| | | | | | | | - While I'm here, sort PLIST Changes: http://search.cpan.org/dist/Dancer2-Plugin-DBIC/CHANGES PR: 205730 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
* - Add rubygem-state_machines-activerecord 0.3.0Sunpoet Po-Chuan Hsieh2015-12-304-0/+30
| | | | | | | The StateMachines Active Record 4.1+ integration adds support for database transactions, automatically saving the record, named scopes, validation errors. WWW: https://github.com/state-machines/state_machines-activerecord
* - Add rubygem-state_machines-activemodel 0.3.0Sunpoet Po-Chuan Hsieh2015-12-304-0/+32
| | | | | | | | | The StateMachines ActiveModel integration is useful for both standalone usage and for providing the base implementation for ORMs which implement the ActiveModel API. This integration adds support for validation errors and dirty attribute tracking. WWW: https://github.com/state-machines/state_machines-activemodel