summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/cego: 2.20.17 -> 2.20.18Kurt Jaeger2014-12-062-3/+3
| | | | | | Added more detailed log information for tableset import and export operation Submitted by: Björn Lemke <lemke@lemke-it.com>
* Update to 4.3.0Matthew Seaman2014-12-062-3/+3
| | | | | | | This is the fist release from the new 4.3.x branch, and brings with it some significant new functionality. Release Notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.3.0/phpMyAdmin-4.3.0-notes.html/view
* New port: databases/rubygem-arel-helpersAntoine Brodin2014-12-054-0/+23
| | | | | | Useful tools to help construct database queries with ActiveRecord and Arel. WWW: https://github.com/camertron/arel-helpers
* Update "BSD" licenses in databases categoryMark Felder2014-12-0520-17/+43
|
* - Fix build on FreeBSD 10+Sunpoet Po-Chuan Hsieh2014-12-041-7/+7
|
* Mark broken for FreeBSD 10.0+Mathieu Arnold2014-12-041-1/+7
| | | | | Reported by: portsmon Sponsored by: Absolight
* Security update to 4.2.13.1Matthew Seaman2014-12-042-3/+3
| | | | | | | | | | Serious DoS vulnerability by use of long passwords Non-critical XSS vulnerability in the rediection mechanism Release Notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.13.1/phpMyAdmin-4.2.13.1-notes.html/view MFH: 2014Q4 Security: c9c46fbf-7b83-11e4-a96e-6805ca0b3d42
* Ooops. Replace the %%PREFIX%% special tokens accidentally lost duringMatthew Seaman2014-12-031-2/+2
| | | | the previous update.
* - Install man pages to a location where man(1) can find themMatthew Seaman2014-12-035-3/+103
| | | | | | | - While here update man pages and speciment barman.conf file to use FreeBSD-ish locations for various things, particularly that our idea of the PostgreSQL default user is 'pgsql' although the database to connect to is 'postgres'
* Update to 5.6.22 release.Alex Dupre2014-12-033-6/+6
|
* Update to 5.5.41 release.Alex Dupre2014-12-036-23/+31
|
* Update GNOME to 3.14.2.Koop Mast2014-12-032-4/+4
| | | | | | | | | | | | | | This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo
* Finish resetting maintainershipBaptiste Daroussin2014-12-022-2/+2
| | | | PR: 195059
* Update vsqlite-- to 0.3.13.Koop Mast2014-12-022-6/+5
|
* New port:Matthew Seaman2014-12-026-0/+73
| | | | | | | | | | | | | Barman: backup and recovery manager for PostgreSQL. Barman is an open-source administration tool for disaster recovery of PostgreSQL servers written in Python. It allows your organisation to perform remote backups of multiple servers in business critical environments and helps DBAs during the recovery phase. WWW: http://www.pgbarman.org/
* New port:Matthew Seaman2014-12-024-0/+40
| | | | | | | pgespresso is an extension to postgresql that adds functions and views to be used by Barman, the disaster recovery tool WWW: https://github.com/2ndquadrant-it/pgespresso
* Remove expired ports:Rene Ladan2014-12-016-70/+0
| | | | | | | | | | 2014-11-30 ports-mgmt/pkg-plist: Generate incorrect plists 2014-11-30 sysutils/rubygem-hiera-puppet: Has been incorporated into hiera 2014-11-30 sysutils/rubygem-hiera-json: Has been incorporated into hiera 2014-11-30 databases/memcachedb: Depends on deprecated Berkeley DB version, needs porting to DB_SITE 2014-12-01 games/djgame2: Online servers gone, game is not playable 2014-12-01 devel/creduce: Unmaintained and depends on ancient LLVM 3.2 2014-12-01 lang/clay: No development since July 2013, depends on obsolete clang-3.2
* Fix build when linking with libperl.so.Mathieu Arnold2014-12-011-0/+2
| | | | | With hat: portmgr, perl Sponsored by: Absolight
* Update to 4.2.13Matthew Seaman2014-11-302-3/+3
| | | | | | | This is a routine bugfix update, and will be the last of the 4.2.x series, barring any emergency fixes. Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.13/phpMyAdmin-4.2.13-notes.html/view
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine)
* - Bump PORTREVISIONDmitry Marakasov2014-11-294-125/+96
| | | | | | | | | | | | - Add USE_GCC=yes, fix mysql signal 11 crash - Remove dependency on net/asio, use asio from devel/boost-libs - Remove GARB option (linker problem - upstream notified) - Fix errnos warnings - Fix problem with 'ar' and pass RPATH properly PR: 195457 Submitted by: amdmi3 (but all changes by maintainer) Approved by: horia@racoviceanu.com (maintainer)
* databases/mariadb-(server,client): Update conflictsJohn Marino2014-11-282-2/+8
| | | | | | PR: 194824 Submitted by: Bernard Spil Approved by: maintainer timeout
* databases/py-postgresql: Support python 3.4John Marino2014-11-281-2/+2
| | | | | | | | | When python 3 only is specified, building the port tries to install python 3.3 even if python 3.4 is requested, so this change addresses that. PR: 194656 Submitted by: Axel Rau (chaos1.de) Approved by: maintainer timeout
* Extend expiration date of 3 months, *coin ports still need it and nowAntoine Brodin2014-11-271-1/+1
| | | | | | audio/jack needs it too With hat: portmgr
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-26489-618/+583
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* databases/pgaccess: fix typos in pkg-descrJohn Marino2014-11-251-2/+2
| | | | PR: 195335
* Bump PORTREVISION after graphics/poppler update to 0.26.3Max Brazhnikov2014-11-251-1/+1
|
* Update to 5.6.21-70.1Florian Smeets2014-11-257-53/+59
| | | | | | | Update CONFLICTS [1] PR: 194821 [1] Submitted by: Bernard Spil <spil.oss@gmail.com> [1]
* Update to 5.5.40-36.1Florian Smeets2014-11-254-14/+21
| | | | | | | Update CONFLICTS [1] PR: 194820 [1] Submitted by: Bernard Spil <spil.oss@gmail.com> [1]
* databases/mariadb55-server: Fix FreeBSD 8 and 9 (jemallac issue)John Marino2014-11-251-8/+4
| | | | | | | | | | Bring in MariaDB 10's jemalloc logic to fix FreeBSD 8 and 9. While here, convert to USES+= execinfo PR: 195320 Reported by: FreeBSD 9 users Submitted by: maintainer Final fix by: marino
* - Update to 2.5.4Sunpoet Po-Chuan Hsieh2014-11-242-16/+14
| | | | | | | - Add LICENSE - Add DOCS and EXAMPLES to OPTIONS_DEFINE Changes: http://initd.org/psycopg/articles/2014/08/30/psycopg-254-released/
* - Update to 1.2.19.0Sunpoet Po-Chuan Hsieh2014-11-242-3/+3
| | | | | Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.19 http://search.cpan.org/dist/Search-Xapian/Changes
* - Update to 1.2.19Sunpoet Po-Chuan Hsieh2014-11-242-3/+3
| | | | Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.19
* - Update to 1.2.19Sunpoet Po-Chuan Hsieh2014-11-243-4/+4
| | | | Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.19
* - Update to 0.08Sunpoet Po-Chuan Hsieh2014-11-242-3/+3
| | | | Changes: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes
* - Update to 3.7Sunpoet Po-Chuan Hsieh2014-11-243-15/+4
| | | | Changes: https://github.com/facebook/rocksdb/releases
* databases/linux-oracle-instantclient-*: fix download link, take maintainerKurt Jaeger2014-11-234-20/+41
| | | | | | - The download link given in the IGNORE message was out-dated. - ldconfig was not invoked so the shared libraries were not found - taking maintainer
* - Take maintainershipSunpoet Po-Chuan Hsieh2014-11-231-1/+1
|
* Fix DEPENDS lineChris Rees2014-11-221-2/+2
|
* Finally retire USE_PGSQLChris Rees2014-11-2215-26/+17
|
* Switch to USES=pgsqlChris Rees2014-11-223-3/+3
|
* databases/mariadb55-(client,server): Upgrade version 5.5.39 => 5.5.40John Marino2014-11-2210-194/+55
| | | | | | | PR: 194434 PR: 194435 Submitted by: Bernard Spil Approved by: maintainer timeout (Ukraine)
* We currently only support kerberos from base. Make sure it disabled andKoop Mast2014-11-221-1/+3
| | | | | | | not accidently picked up by configure. PR: 194760 Submitted by: Neel Chauhan <neel@neelc.org>
* - Update to 3.8.7.2Danilo Egea Gondolfo2014-11-222-4/+4
| | | | | PR: 195063 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* - Update to 3.8.7.2Danilo Egea Gondolfo2014-11-222-5/+6
| | | | | PR: 195062 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* - tiny cleanups.Jun Kuriyama2014-11-221-4/+10
| | | | | PR: ports/194342 Submitted by: amdmi3@amdmi3.ru
* Horde package update:Martin Matuska2014-11-212-3/+3
| | | | | | | | | | comms/pear-Horde_ActiveSync 2.20.0 -> 2.20.1 www/pear-Horde_Browser 2.0.7 -> 2.0.8 security/pear-Horde_Crypt 2.5.0 -> 2.5.1 databases/pear-Horde_Db 2.2.0 -> 2.2.2 devel/pear-Horde_History 2.3.2 -> 2.3.3 mail/pear-Horde_Mime_Viewer 2.0.7 -> 2.0.8 deskutils/horde-nag 4.2.2 -> 4.2.3
* Security update to 4.2.12Matthew Seaman2014-11-212-3/+3
| | | | | | | | - 4 security advisories covering XSS and information disclosure vulnerabilities MFH: 2014Q4 Security: a5d4a82a-7153-11e4-88c7-6805ca0b3d42
* databases/p5-Dancer2-Plugin-Database: fix pkg-descrKurt Jaeger2014-11-201-4/+5
| | | | PR: 194960
* New port: databases/p5-Dancer2-Plugin-DatabaseKurt Jaeger2014-11-205-0/+43
| | | | | | | | | | | | | | | | Dancer2::Plugin::Database provides an easy way to obtain a connected DBI database handle by simply calling the database keyword within your Dancer2 application. Returns a Dancer2::Plugin::Database::Handle object, which is a subclass of DBI's DBI::db connection handle object, so it does everything you'd expect to do with DBI, but also adds a few convenience methods. See the documentation for Dancer2::Plugin::Database::Handle for full details of those. WWW: http://search.cpan.org/dist/Dancer2-Plugin-Database/ PR: 194960 Submitted by: Henk van Oers <hvo.pm@xs4all.nl>