summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-1/+1
| | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries)
* mariadb* build fine with bsd makeAntoine Brodin2016-12-102-2/+2
|
* Move py35-mysqlclient and py35-psycopg2 to match existing naming conventionAntoine Brodin2016-12-105-6/+6
|
* databases/tdbc: switch to USES=mysqlPietro Cerutti2016-12-091-1/+2
|
* - Use WANT_PGSQL instead of hard-coded RUN_DEPENDSSunpoet Po-Chuan Hsieh2016-12-092-2/+5
| | | | | | | | | | - Fix PLIST - Bump PORTREVISION for package change Note that postgresql-client was already brought in via USES=pgsql. Therefore the equivalent WANT_PGSQL is "lib server". Approved by: portmgr (blanket)
* - Add missing LIB_DEPENDS via WANT_PGSQL=libSunpoet Po-Chuan Hsieh2016-12-092-3/+9
| | | | | | | | | | - Enable RASTER by default - Fix PLIST - Bump PORTREVISION for package change ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/pgsql2shp is linked to /usr/local/lib/libpq.so.5 from databases/postgresql96-client but it is not declared as a dependency Warning: you need USES+=pgsql
* Remove expired ports:Rene Ladan2016-12-085-217/+0
| | | | | | | | 2016-08-20 databases/py-sqlalchemy06: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10 2016-05-02 print/py-reportlab2: no longer supported - use reportlab 3.x (py-reportlab) instead 2016-12-08 devel/py-itools: Depends on broken and expired py-reportlab2 2016-12-08 graphics/py-aafigure: Depends on broken and expired py-reportlab2 2016-12-08 converters/py-pisa: Deprecated upstream, depends on broken and expired py-reportlab2
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-0818-17/+18
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* databases/py-Elixir: unexpire by bumping py-sqlalchemy version.Rene Ladan2016-12-081-5/+2
| | | | | | PR: 213681 Submitted by: vlad-fbsd@acheronmedia.com Approved by: maintainer timeout (nivit, 7 weeks)
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libexpat.so.6 compatibility link that was added in r374303 toTijl Coosemans2016-12-083-0/+3
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libpcre.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-082-1/+2
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* update postgis23 to 2.3.1Christoph Moench-Tegeder2016-12-083-8/+14
| | | | | PR: 215069 Approved by: lbartoletti@tuxfamily.org (maintainer), rene (mentor)
* New port: databases/php70-memcachedKurt Jaeger2016-12-084-0/+46
| | | | | | | | | | | | | | memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. This extension uses the libmemcached library to provide the API for communicating with memcached servers. WWW: http://pecl.php.net/package/memcached PR: 208049 Submitted by: townwear@gmail.com
* databases/rubygem-sqlite3: update to 1.3.12Steve Wills2016-12-072-3/+4
|
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-1/+1
| | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry
* Upgrade from 4.0-rc1 to 4.0-rc2.Sergey A. Osokin2016-12-062-4/+4
| | | | | | | | | | | | | | | | | | <ChangeLog> Upgrade urgency LOW: This release mainly fixes a rare GEO API bug and a crash related to the modules subsystem. Redis 4.0.0-RC2 (version number 3.9.102) just fixes two bugs: 1. GEORADIUS could fail reporting items with very big radius lengths because of a bug in the bounding box computation function. This was fixed and tests with large radius sizes were added. 2. There was a crash in the modules subsystem that was not merged into RC1 for an error, while it was already fixed into the "unstable" branch. </ChangeLog>
* Upgrade from 3.2.5 to 3.2.6.Sergey A. Osokin2016-12-062-4/+4
| | | | | | | | | | | | | | | | | | | | <ChangeLog> Upgrade urgency MODERATE: GEORADIUS, BITFIELD and Redis Cluster minor fixes. This release mainly fixes three bugs: 1. A bug with BITFIELD that may cause the bitmap corruption when setting offsets larger than the current string size. 2. A GEORADIUS bug that may happen when using very large radius lengths, in the range of 10000km or alike, due to wrong bounding box calculation. 3. A bug with Redis Cluster which crashes when reading a nodes configuration file with zero bytes at the end, which sometimes happens with certain ext4 configurations after a system crash. </ChangeLog>
* databases/rubygem-rubyrep: deprecate due to dependency on deprecated ↵Steve Wills2016-12-061-0/+3
| | | | | | databases/rubygem-activerecord With hat: ruby@
* Deprecate ruby@ ports that depend on deprecated rails 3.xSteve Wills2016-12-064-0/+12
| | | | With hat: ruby@
* Deprecate rails 3.x since upstream support has endedSteve Wills2016-12-062-0/+6
| | | | | | See also: http://guides.rubyonrails.org/maintenance_policy.html With hat: ruby@
* - Add py35-psycopg2, python 3.5 variant of py-psycopg2Dmitry Marakasov2016-12-062-0/+8
|
* Update to 4.6.5.2Matthew Seaman2016-12-062-4/+4
| | | | ChangeLog: https://www.phpmyadmin.net/files/4.6.5.2/
* Upgrade from 3.2.5 to 4.0-rc1.Sergey A. Osokin2016-12-064-42/+66
| | | | ChangeLog: https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
* - Add py35-mysqlclient, python 3.5 variant of py-mysqlclientDmitry Marakasov2016-12-052-1/+9
|
* Update to latest version.Palle Girgensohn2016-12-053-18/+19
| | | | PR: 213857
* - Update RUN_DEPENDS: use newer rubygem-rackSunpoet Po-Chuan Hsieh2016-12-051-1/+2
| | | | - Update WWW
* Upgrade from 3.2.4 to 3.2.5.Sergey A. Osokin2016-12-054-8/+8
| | | | | | | | | | | | | | | | | <ChangeLog> Upgrade urgency LOW: This release only fixes a compilation issue due to the missing -ldl at linking time. zach shipko in commit 4736407: BSDs don't have -ldl 1 file changed, 15 insertions(+), 5 deletions(-) antirez in commit 9ada818: Fix modules compilation when libc malloc is used. 1 file changed, 2 insertions(+), 2 deletions(-) </ChangeLog>
* databases/memcached: remove unnecessary lineSteve Wills2016-12-041-1/+0
| | | | Reported by: mat
* databases/memcached: fix and enable DTrace optionSteve Wills2016-12-042-4/+25
|
* databases/cego: update 2.31.6 -> 2.31.7Kurt Jaeger2016-12-042-4/+4
| | | | | | | | | | | - Fix in CegoFieldValue for fixed value handling. In case of fixed value aggregations, the specified fixed dimension should be kept. This has been done be analysing the value dimension in the CegoFieldValue:add/sub/mu/div methods. In CegoQueryHelper::prepareFieldValue, fixed values are checked now for right dimension Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* - Fix build with PostgreSQL 9.5+Sunpoet Po-Chuan Hsieh2016-12-041-0/+15
| | | | | | PR: 207314 Reported by: Vladyslav <vladka@webdevelop.pro> Approved by: maintainer (implicit)
* - Fix build with PostgreSQL 9.5+Sunpoet Po-Chuan Hsieh2016-12-041-0/+14
| | | | | PR: 207314 Reported by: Vladyslav <vladka@webdevelop.pro>
* - Add LICENSEDmitry Marakasov2016-12-045-21/+18
| | | | | | | - Switch to options helpers - Regenerate patches - Add WWW - Remove useless patch
* - Update to 3.3.2Sunpoet Po-Chuan Hsieh2016-12-032-3/+4
| | | | Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2016-12-031-1/+2
| | | | - Bump PORTREVISION for package change
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2016-12-031-2/+2
| | | | - Bump PORTREVISION for package change
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2016-12-031-1/+2
| | | | - Bump PORTREVISION for package change
* Update sqliteodbc to 0.9995Guido Falsi2016-12-023-8/+8
|
* Update to 1.6Tom Judge2016-12-022-4/+4
|
* Update to 2.033002Tom Judge2016-12-022-4/+4
| | | | Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.033002/Changes
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-0210-13/+9
| | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-028-8/+8
| | | | Sponsored by: Absolight
* Don't quote {} in find -exec calls.Mathieu Arnold2016-12-012-4/+4
| | | | | | | | Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight
* - Pet portlintDmitry Marakasov2016-12-012-3/+5
| | | | | | | - Remove bogus (in presence of USE_GITHUB) USES=tar* - Add NO_ARCH Approved by: portmgr blanket
* update databases/postgis22 to 2.2.4Christoph Moench-Tegeder2016-11-303-4/+12
| | | | | | | | | also, fixes build when older version is installed[1] PR: 214906, 211203 [1] Reported by: robert.kruus@utoronto.ca [1] Approved by: rhurlin@gwdg.de (maintainer), rene (mentor) MFH: 2016Q4
* Update to 6.0.1Matthew Seaman2016-11-302-4/+4
| | | | ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
* - Update to 1.60Sunpoet Po-Chuan Hsieh2016-11-303-9/+16
| | | | Changes: http://search.cpan.org/dist/MongoDB/Changes
* - Update to 1.2.2Sunpoet Po-Chuan Hsieh2016-11-303-11/+37
| | | | | | | - Update LICENSE - Add LICENSE_FILE Changes: http://search.cpan.org/dist/BSON/Changes
* - Update to 4.041Sunpoet Po-Chuan Hsieh2016-11-292-4/+4
| | | | Changes: http://search.cpan.org/dist/DBD-mysql/Changes