Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (18m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (52d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 14:55:18 UTC Now

2019-03-06 09:28:43 UTC MAIN commitmail json YAML

doc: Updated lang/coq to 8.9.0

(jaapb)

2019-03-06 09:28:23 UTC MAIN commitmail json YAML

Updated lang/coq to version 8.9.0.

Many improvements and fixes, but none that appear to break compatibility.
For more details see the CHANGES file.

(jaapb)

2019-03-06 08:48:49 UTC MAIN commitmail json YAML

Updated databases/py-peewee, net/py-tldextract

(adam)

2019-03-06 08:48:31 UTC MAIN commitmail json YAML

py-tldextract: updated to 2.2.1

2.2.1:
Bugfixes
Ignore case on punycode prefix check
Drop support for EOL Python 2.6
Improve sundry doc and README bits

(adam)

2019-03-06 08:37:57 UTC MAIN commitmail json YAML

py-peewee: updated to 3.9.0

3.9.0:
New and improved stuff
Added new document describing how to use peewee interactively.
Added convenience functions for generating model classes from a pre-existing database, printing model definitions and printing CREATE TABLE sql for a model. See the "use peewee interactively" section for details.
Added a __str__ implementation to all Query subclasses which converts the query to a string and interpolates the parameters.
Improvements to sqlite_ext.JSONField regarding the serialization of data, as well as the addition of options to override the JSON serialization and de-serialization functions.
Added index_type parameter to Field
Added DatabaseProxy, which allows one to use database-specific decorators with an uninitialized Proxy object.
Added support for INSERT ... ON CONFLICT when the conflict target is a partial index (e.g., contains a WHERE clause). The OnConflict and on_conflict() APIs now take an additional conflict_where parameter to represent the WHERE clause of the partial index in question.
Enhanced the playhouse.kv extension to use efficient upsert for all database engines. Previously upsert was only supported for sqlite and mysql.
Re-added the orwhere() query filtering method, which will append the given expressions using OR instead of AND.
Added some new examples to the examples/ directory
Added select_from() API for wrapping a query and selecting one or more columns from the wrapped subquery. Docs.
Added documentation on using row values.
Removed the (defunct) "speedups" C extension, which as of 3.8.2 only contained a barely-faster function for quoting entities.

Bugfixes
Fix bug in SQL generation when there was a subquery that used a common table expressions.
Enhanced prefetch() and fixed bug that could occur when mixing self-referential foreign-keys and model aliases.
MariaDB 10.3.3 introduces backwards-incompatible changes to the SQL used for upsert. Peewee now introspects the MySQL server version at connection time to ensure proper handling of version-specific features.
Fixed bug where TimestampField would treat zero values as None when reading from the database.

(adam)

2019-03-06 08:19:15 UTC MAIN commitmail json YAML

pluma: reflect revised patch-configure

Missed in previous update. Ride update.

(gutteridge)

2019-03-06 08:14:33 UTC MAIN commitmail json YAML

mate-session-manager: regenerate distinfo for patch change

(gutteridge)

2019-03-06 08:12:36 UTC MAIN commitmail json YAML

2019-03-06 08:03:35 UTC MAIN commitmail json YAML

doc: Updated editors/pluma to 1.22.0

(gutteridge)

2019-03-06 08:03:22 UTC MAIN commitmail json YAML

pluma: update to 1.22

### pluma 1.22.0

    tx: sync with transifex
    Add update-authors.pl script which helps to update pluma.about
    Read authors (updated) from pluma.about file
    show enchant version when configure
    Replace the deprecated enchant_dict_add_to_pwl with enchant_dict_add.
    Make translatable the documenters in the about dialog
    Ensure proper translation of the about dialog title
    initial travis support
    Add License button in About Pluma dialog
    Make translatable the copyright in about dialog
    Update Documenters
    remove type & url attr of ulink in translation
    remove deprecated help section: Opening a File from a URI
    eggsmclient: avoid deprecated 'g_type_class_add_private'
    addresses #391 - gets snippet window size before destroying it
    simple bug fix of misplaced underscore
    disable deprecation warnings for distcheck
    move appdata to metainfo directory
    pluma-utils: Fix memory leak
    pluma-window: Fix memory leaks

(gutteridge)

2019-03-06 08:01:04 UTC MAIN commitmail json YAML

doc: Updated x11/mozo to 1.22.0

(gutteridge)

2019-03-06 08:00:47 UTC MAIN commitmail json YAML

mozo: update to 1.22

### mozo 1.22.0

  * Translations update
  * Fix menu entry can not move
  * Initialize Travis CI support

(gutteridge)

2019-03-06 07:58:34 UTC MAIN commitmail json YAML

doc: Updated misc/mate-utils to 1.22.0

(gutteridge)

2019-03-06 07:58:24 UTC MAIN commitmail json YAML

mate-utils: update to 1.22

### mate-utils 1.22.0

  * Translations update
  * Initialize Travis CI support
  * Make translatable the copyright in about dialog
  * enable translations for  ca@valencia again
  * help - bump docbook 4.5
  * eggsmclient: avoid deprecated 'g_type_class_add_private'
  * move appdata to metainfo directory

(gutteridge)

2019-03-06 07:55:16 UTC MAIN commitmail json YAML

doc: Updated net/mate-user-share to 1.22.0

(gutteridge)

2019-03-06 07:55:01 UTC MAIN commitmail json YAML

mate-user-share: update to 1.22

### mate-user-share 1.22.0

  * Translations update
  * Use the same legal.xml file
  * Initialize Travis CI support

(gutteridge)

2019-03-06 07:51:24 UTC MAIN commitmail json YAML

doc: Updated x11/mate-terminal to 1.22.0

(gutteridge)

2019-03-06 07:51:05 UTC MAIN commitmail json YAML

mate-terminal: update to 1.22

### mate-terminal 1.22.0

  * Translations update
  * Initialize Travis CI support
  * Remove unused files in help dir
  * Remove generated files
  * Add update-authors.pl which helps to update terminal.about
  * Update authors
  * Update Documenters
  * drop umtp suport
  * Help - Window title when MATE Terminal is started for first time
  * Help - alternative text for tabbed window picture
  * Help - TERM=xterm-256color
  * eggsmclient: avoid deprecated 'g_type_class_add_private'
  * src/terminal-screen.c: Set TERM to 'xterm-256color' (instead of just 'xterm').
  * move appdata to metainfo directory

(gutteridge)

2019-03-06 07:48:38 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-system-monitor to 1.22.0

(gutteridge)

2019-03-06 07:48:28 UTC MAIN commitmail json YAML

mate-system-monitor: update to 1.22

### mate-system-monitor 1.22.0

  * Translations update
    Initialize Travis CI support
    Ensure proper translation of the about dialog title
    License text in About dialog
    Make translatable the copyright in about dialog
    Update Catalan screenshot
    Help - Priority preset values, including custom value
    procman: avoid deprecated 'g_settings_list_keys'

(gutteridge)

2019-03-06 07:42:21 UTC MAIN commitmail json YAML

doc: Updated x11/mate-settings-daemon to 1.22.0

(gutteridge)

2019-03-06 07:42:04 UTC MAIN commitmail json YAML

mate-settings-daemon: update to 1.22

### mate-settings-daemon 1.22.0

  * update translations
  * Initialize travis support
  * disable deprecation warnings for distcheck
  * media-keys: Execute default calculator application defined by schema

(gutteridge)

2019-03-06 07:38:10 UTC MAIN commitmail json YAML

doc: Updated x11/mate-session-manager to 1.22.0

(gutteridge)

2019-03-06 07:37:52 UTC MAIN commitmail json YAML

mate-session-manager: update to 1.22

### mate-session-manager 1.22.0

  * Translations update
  * initial travis-CI support
  * manager: restart user bus if last graphical session
  * systemd: add api for detecting if this is the last session for a user
  * gsm: Disconnect all dbus clients when dbus is disconnected
  * manager: don't wait for all clients to exit before exiting
  * [gsm-autostart-app] Migrate from dbus-glib to gdbus
  * gsm-app-dialog: make the seconds translatables in the spinbutton
  * disable deprecation warnings for distcheck
  * change app startup dalay where it in system path
  * Remove X-GNOME-Autostart-Delay support
  * Add a delay setting to Startup Manager
  * gsm-properties-dialog: avoid 'gtk_dialog_add_buttons' with stock ids
  * avoid 'gtk_dialog_add_button' with stock ids
  * mate-session-save: show icon in error dialog
  * Migrate from dbus-glib to gdbus
  * gsm-inhibit-dialog.ui: avoid deprecated GtkVBox
  * session-properties.ui: avoid deprecations
  * gsm-manager: avoid deprecated 'g_settings_list_schemas'
  * Avoid compile warning for g_type_class_add_private
  * Only show application name when run with --version
  * Strip outer single quotes from string value returned by gsettings in mate-wm script.
  * replace deprecated gdk_error_trap functions
  * Fixed typo in --logout-dialog option

(gutteridge)

2019-03-06 07:34:22 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-sensors-applet to 1.22.0

(gutteridge)

2019-03-06 07:34:13 UTC MAIN commitmail json YAML

mate-sensors-applet: update to 1.22

### mate-sensors-applet 1.22.0

  * Translations update
  * Initialize Travis CI support
  * Make translatable the copyright in about dialog

(gutteridge)

2019-03-06 07:31:55 UTC MAIN commitmail json YAML

doc: Updated x11/mate-screensaver to 1.22.0

(gutteridge)

2019-03-06 07:31:46 UTC MAIN commitmail json YAML

mate-screensaver: update to 1.22

### mate-screensaver 1.22.0

  * Translations update
  * Initialize Travis CI support
  * Make translatable the auth-username-label in lock-dialog-default.ui
  * mate-screensaver-command: Support unlocking (--unlock) the screensaver via CLI.
  * disable deprecation warnings for distcheck
  * fade: fix fade computation math
  * fix more GdkScreen related deprecations
  * gs-grab-x11: replace deprecated gdk_error_trap_push/pop
  * gs-visual-gl: replace deprecated gdk_error_trap_push/pop
  * Remove "monitor" pointer from debug information
  * lock-plug: Only scale lock-screen widgets on older versions of GTK
  * gs-lock-plug: avoid deprecated 'gdk_keymap_get_default'

(gutteridge)

2019-03-06 07:29:59 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-power-manager to 1.22.0

(gutteridge)

2019-03-06 07:29:46 UTC MAIN commitmail json YAML

mate-power-manager: update to 1.22

### mate-power-manager 1.22.0

  * Translations update
  * Initialize Travis CI support
  * use libtool generated during build instead of external one

(gutteridge)

2019-03-06 07:26:27 UTC MAIN commitmail json YAML

doc: Updated security/mate-polkit to 1.22.0

(gutteridge)

2019-03-06 07:26:18 UTC MAIN commitmail json YAML

mate-polkit: update to 1.22

### mate-polkit 1.22.0

  * Translations update
  * Initialize Travis CI support

(gutteridge)

2019-03-06 07:24:09 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-notification-daemon to 1.22.0

(gutteridge)

2019-03-06 07:23:51 UTC MAIN commitmail json YAML

mate-notification-daemon: update to 1.22

### mate-notification-daemon 1.22.0

  * Translations update
  * initial travis-CI support
  * disable deprecation warnings for distcheck
  * Avoid compile warning for g_type_class_add_private

(gutteridge)

2019-03-06 07:21:57 UTC MAIN commitmail json YAML

doc: Updated wm/mate-netbook to 1.22.0

(gutteridge)

2019-03-06 07:21:47 UTC MAIN commitmail json YAML

mate-netbook: update to 1.22

### mate-netbook 1.22.0

  * Initialize Travis CI support

(gutteridge)

2019-03-06 07:18:25 UTC MAIN commitmail json YAML

doc: Updated x11/mate-menus to 1.22.0

(gutteridge)

2019-03-06 07:18:16 UTC MAIN commitmail json YAML

mate-menus: update to 1.22

### mate-menus 1.22.0

  * Translations update
  * initial travis-ci support
  * Switch to modern realpath()
  * disable deprecation warnings for distcheck
  * drop Python support leftovers

(gutteridge)

2019-03-06 07:15:11 UTC MAIN commitmail json YAML

doc: Updated multimedia/mate-media to 1.22.0

(gutteridge)

2019-03-06 07:14:56 UTC MAIN commitmail json YAML

mate-media: update to 1.22

### mate-media 1.22.0

  * Translations update
  * Initialize Travis CI support
  * disable deprecation warnings for distcheck

(gutteridge)

2019-03-06 07:13:10 UTC MAIN commitmail json YAML

doc: Updated x11/mate-indicator-applet to 1.22.0

(gutteridge)

2019-03-06 07:13:00 UTC MAIN commitmail json YAML

mate-indicator-applet: update to 1.22

### mate-indicator-applet 1.22.0

  * bump version

(gutteridge)

2019-03-06 07:10:58 UTC MAIN commitmail json YAML

doc: Updated graphics/mate-icon-theme to 1.22.0

(gutteridge)

2019-03-06 07:10:48 UTC MAIN commitmail json YAML

mate-icon-theme: update to 1.22

### mate-icon-theme 1.22.0

  * Translations update
  * Initialize Travis CI support

(gutteridge)

2019-03-06 07:04:26 UTC MAIN commitmail json YAML

doc: Updated x11/mate-desktop to 1.22.0

(gutteridge)

2019-03-06 07:04:10 UTC MAIN commitmail json YAML

mate-desktop: update to 1.22

### mate-desktop 1.22.0

  * Translations update
  * Fixed make distcheck fail on debian.
  * mate-colorsel: avoid deprecated 'gtk_widget_modify_bg'
  * Initialize travis support
  * [mate-rr] Avoid deprecated g_type_class_add_private
  * Avoid deprecated g_type_class_add_private
  * [mate-colorsel] Avoid deprecated g_type_class_add_private
  * mate-bg: avoid deprecated 'g_settings_list_keys'
  * update copyright  to 2019
  * disable deprecation warnings for distcheck
  * mate-bg: Corrected some comments
  * schemas: Define schema for a default calculator

(gutteridge)

2019-03-06 06:59:56 UTC MAIN commitmail json YAML

doc: Updated x11/mate-control-center to 1.22.0

(gutteridge)

2019-03-06 06:59:44 UTC MAIN commitmail json YAML

mate-control-center: update to 1.22

### mate-control-center 1.22.0

  * Translations update
  * Initialize travis support
  * eggcellrendererkeys: avoid deprecated 'gtk_widget_modify_bg/fg'
  * Update MCC help
  * default-applications: Use more common icon names for Office documents
  * mate-display-properties: Migrate from dbus-glib to GDBus
  * Fix the runtime warning about gtk_widget_destroy.
  * Fixed number of cols error after reload menus.
  * Fixed crash when install/remove application.
  * capplets/mouse: .svg files instead .png in doubleclick artwork
  * capplets/mouse: New doubleclick artwork with mate logo
  * disable deprecation warnings for distcheck
  * default-applications: Fix assertion failture on g_icon_to_string
  * default-applications: Add a widget for a default calculator application
  * default-applications: Use the selected word processor for RTF as well

(gutteridge)

2019-03-06 06:57:14 UTC MAIN commitmail json YAML

doc: Updated devel/mate-common to 1.22.0

(gutteridge)

2019-03-06 06:57:05 UTC MAIN commitmail json YAML

mate-common: update to 1.22

### mate-common 1.22.0

  * initial Travis-CI

(gutteridge)

2019-03-06 06:55:26 UTC MAIN commitmail json YAML

doc: Updated misc/mate-calc to 1.22.0

(gutteridge)

2019-03-06 06:55:14 UTC MAIN commitmail json YAML

mate-calc: update to 1.22

### mate-calc 1.22.0

  * Translations update
  * Initialize Travis CI support
  * math-window: update copyright year to 2019
  * Increase accuracy range to 15
  * math-display: avoid deprecated 'gtk_widget_modify_bg'
  * currency-manager: avoid deprecated 'g_type_class_add_private'
  * currency: avoid deprecated 'g_type_class_add_private'
  * math-equation: avoid deprecated 'g_type_class_add_private'
  * unit-manager: avoid deprecated 'g_type_class_add_private'
  * unit-category: avoid deprecated 'g_type_class_add_private'
  * unit: avoid deprecated 'g_type_class_add_private'
  * mp-serializer: avoid deprecated 'g_type_class_add_private'
  * math-variable-popup: avoid deprecated 'g_type_class_add_private'
  * math-preferences: avoid deprecated 'g_type_class_add_private'
  * math-variables: avoid deprecated 'g_type_class_add_private'
  * math-converter: avoid deprecated 'g_type_class_add_private'
  * math-buttons: avoid deprecated 'g_type_class_add_private'
  * math-window: avoid deprecated 'g_type_class_add_private'
  * Remove dublicated assignment
  * disable deprecation warnings for distcheck
  * math-display: avoid deprecated 'g_type_class_add_private'
  * math-window: Fix memory leak
  * math-display.c: avoid deprecated 'gtk_widget_ensure_style' (#66)
  * data: update appdata directory
  * ui files: add missing icons in titles to dialogs
  * buttons-programming.ui: Fix buttons
  * Use make functions for HELP_LINGUAS
  * Write equation using MathML
  * Fix application name
  * Fix repeated words
  * tx: add help for user-guide to transifex config
  * Copy equation as ASCII text

(gutteridge)

2019-03-06 06:52:33 UTC MAIN commitmail json YAML

doc: Updated graphics/mate-backgrounds to 1.22.0

(gutteridge)

2019-03-06 06:52:21 UTC MAIN commitmail json YAML

mate-backgrounds: update to 1.22

### mate-backgrounds 1.22.0

  * Initialize Travis CI support

(gutteridge)

2019-03-06 06:48:36 UTC MAIN commitmail json YAML

doc: Updated x11/mate-applets to 1.22.0

(gutteridge)

2019-03-06 06:48:22 UTC MAIN commitmail json YAML

mate-applets: update to 1.22

### mate-applets 1.22.0

  * update translations
  * Issues reported by translators
  * multiload: ignore priviledged mount points
  * disable deprecation warnings for distcheck
  * Silent output when building.
  * Support git.mk to generate .gitignore

(gutteridge)

2019-03-06 06:40:31 UTC MAIN commitmail json YAML

doc: Updated misc/libmateweather to 1.22.0

(gutteridge)

2019-03-06 06:40:20 UTC MAIN commitmail json YAML

libmateweather: update to 1.22

### libmateweather 1.22.0

  * Translations update
  * Initialize Travis CI support
  * disable deprecation warnings for distcheck
  * locations: Clean up municipalities of Puerto Rico

(gutteridge)

2019-03-06 06:37:58 UTC MAIN commitmail json YAML

doc: Updated x11/libmatekbd to 1.22.0

(gutteridge)

2019-03-06 06:37:47 UTC MAIN commitmail json YAML

libmatekbd: update to 1.22

### libmatekbd 1.22.0

  * sync with transifex
  * Initialize Travis CI support
  * rename g_strv_equal to matekbd_strv_equal

(gutteridge)

2019-03-06 06:34:37 UTC MAIN commitmail json YAML

doc: Updated graphics/eom to 1.22.0

(gutteridge)

2019-03-06 06:34:22 UTC MAIN commitmail json YAML

eom: update to 1.22

### eom 1.22.0

  * tx: sync with transifex
  * Add update-authors.pl script which helps to update eom.about
  * Read authors (updated) and documenters (updated) from eom.about gresource
  * Initialize Travis CI support
  * Ensure proper translation of the about dialog title
  * Make translatable the copyright in about dialog
  * Help - fix gui labels
  * disable deprecation warnings for distcheck
  * Update the appdata XML file
  * Use make functions for HELP_LINGUAS
  * Fix url of ulink to point to mate-user-guide
  * Update Catalan screenhots
  * Fix spelling and grammar mistakes
  * Update eom_start_window.png
  * tx: add eom help to transifex config
  * Reduce the number of g_file_query_info calls at start-up
  * EomImage: Remove unused constructor
  * fix a memory leak

(gutteridge)

2019-03-06 06:30:54 UTC MAIN commitmail json YAML

doc: Updated archivers/engrampa to 1.22.0

(gutteridge)

2019-03-06 06:29:42 UTC MAIN commitmail json YAML

engrampa: update to 1.22

### engrampa 1.22.0

  * Translations update
  * Avoid array index out of bounds parsing dpkg-deb --info
  * warning: Use of memory after it is freed
  * Read authors (updated) from engrampa.about gresource
  * Enable Travis CI
  * eggsmclient: avoid deprecated 'g_type_class_add_private'
  * update copyright year to 2019
  * rar/unrar: Fix: "overwrite existing files" disabled must work
  * fix fr-command-cfile.c: fr_process_set_working_dir
  * fr-command-cfile.c: fix indentation
  * Added test integrity for brotli
  * Added test integrity for the cfile compressors: gzip, bzip2, etc.
  * move appdata to metainfo directory
  * fr-window: show the pause button only if the dialog is working
  * disable deprecation warnings for distcheck
  * fr-window: avoid 'gtk_dialog_add_button' with stock ids
  * fr-window: hide the progress bar if the process is paused
  * fr-window: change the info label if process is paused/resumed
  * fr-window: little improvements in the look of pause/resume button
  * Adding pause and start functions
  * Fix implementation and use of the alternative package name lookup
  * Added support for brotli (*.tar.br) compressed tar archives
  * Add brotli support
  * Use make functions for HELP_LINGUAS
  * Replace -Dokumentationteam
  * Replace -Dokumentationsprojekt with Documentation Project
  * Manual: Update file format descriptions using shared-mime-info
  * Fix url of ulinks to point to mate-user-guide
  * UNIX and Linux systems -> Linux and UNIX-like systems
  * tx: add atril help to transifex config
  * Add the ability to support 'unar' over .zip archives
  * Add support for OpenDocument formats
  * UI: on the properties dialog, focus the Close button instead of the Help button by default

(gutteridge)

2019-03-06 06:24:36 UTC MAIN commitmail json YAML

doc: Updated sysutils/caja-dropbox to 1.22.0

(gutteridge)

2019-03-06 06:24:17 UTC MAIN commitmail json YAML

caja-dropbox: update to 1.22

### caja-dropbox 1.22.0

  * fix distcheck about caja_extension_dir
  * Initialize Travis CI support
  * Fix distcheck fail
  * use only Python 3 during the build to complete the migration
  * migrate from python2 to python3 of rst2man.py
  * remove more -u modifier for dropbox-cli

### caja-dropbox 1.21.0

  * Python 3 update for dropbox-cli
  * Add Keywords entry to desktop file
  * Use cross-compilation-safe pkg-config macro.
  * Remove deprecated glib2.0 API calls
  * Use GIR bindings instead of pygtk
  * fix UnicodeWarning when exclude command is used with non-latin args
  * Update to redesigned icons
  * small caja-dropbox.in fixes
  * Add a new "dropbox update" command
  * Unlink files that are going to be replaced by the unpack
  * Validate that Dropbox runs after downloading it
  * Use python-gpg instead of python-gpgme
  * Explicitly load using python2 interpreter
  * Refer to .dropbox-dist in only one place
  * fixed 'exclude command raise UnicodeDecodeError'
  * Avoid reading or writing invalid memory addresses
  * Display link url on status
  * Update dropbox.py with shmodel, proxy, and throttle features.
  * update Copyright year

(gutteridge)

2019-03-06 06:18:31 UTC MAIN commitmail json YAML

doc: Updated sysutils/caja-extensions to 1.22.0

(gutteridge)

2019-03-06 06:18:11 UTC MAIN commitmail json YAML

caja-extensions: update to 1.22

Change log:

  * Translations update
  * Initialize Travis CI support
  * require caja >= 1.21.3

(gutteridge)

2019-03-06 06:12:23 UTC MAIN commitmail json YAML

doc: Updated sysutils/caja to 1.22.0

(gutteridge)

2019-03-06 06:09:01 UTC MAIN commitmail json YAML

doc: Updated print/atril to 1.22.0

(gutteridge)

2019-03-06 06:08:16 UTC MAIN commitmail json YAML

atril: remove duplicated CONFIGURE_ARGS setting in Makefile

Ride previous revision. Also, the change log was missed in my previous
commit.

Change log:

  * update translations
  * Add update-authors.pl script which helps to update atril.about
  * Read authors (updated) from atril.about gresource
  * Initialize Travis CI support
  * Update Documenters
  * [ephy-zoom-control] Avoid deprecated g_type_class_add_private
  * [ephy-zoom-action] Avoid deprecated g_type_class_add_private
  * Add pixbuf, tiff and xps TypeDescription to POTFILES.in
  * eggsmclient: avoid deprecated 'g_type_class_add_private'
  * move appdata to metainfo directory
  * message-area: set a11y object name from actual icon name
  * shell: remove duplicate condition check
  * tiff: fix possible NULL pointer dereference
  * pdf: add missing break statement
  * libdocument: drop useless freeing of NULL pointer
  * comics: fix incorrect mimetype saying to open and thumbnail all rarfiles
  * disable deprecation warnings for distcheck

(gutteridge)

2019-03-06 06:02:25 UTC MAIN commitmail json YAML

caja: update to version 1.22

Change log:

  * update translations
  * Add update-authors.pl script which helps to update atril.about
  * Read authors (updated) from atril.about gresource
  * Initialize Travis CI support
  * Update Documenters
  * [ephy-zoom-control] Avoid deprecated g_type_class_add_private
  * [ephy-zoom-action] Avoid deprecated g_type_class_add_private
  * Add pixbuf, tiff and xps TypeDescription to POTFILES.in
  * eggsmclient: avoid deprecated 'g_type_class_add_private'
  * move appdata to metainfo directory
  * message-area: set a11y object name from actual icon name
  * shell: remove duplicate condition check
  * tiff: fix possible NULL pointer dereference
  * pdf: add missing break statement
  * libdocument: drop useless freeing of NULL pointer
  * comics: fix incorrect mimetype saying to open and thumbnail all rarfiles
  * disable deprecation warnings for distcheck

(gutteridge)

2019-03-06 05:48:55 UTC MAIN commitmail json YAML

atril: update to version 1.22

While here, fix the PLIST to reflect the optionally installed
components, too.

(gutteridge)

2019-03-06 05:47:42 UTC MAIN commitmail json YAML

2019-03-05 22:35:31 UTC MAIN commitmail json YAML

www/ruby-jquery-rails: fix DEPENDS format

Fix DEPENDS format which was missing minimum version spec.

(taca)

2019-03-05 21:17:17 UTC MAIN commitmail json YAML

2019-03-05 21:05:00 UTC MAIN commitmail json YAML

Correct x11-links, and add overpass.

(maya)

2019-03-05 21:02:50 UTC MAIN commitmail json YAML

2019-03-05 21:02:03 UTC MAIN commitmail json YAML

overpass: add overpass version 3.0.3

Open source web font family, inspired by Highway Gothic.
Sponsored by Red Hat and designed by Delve Fonts.

(maya)

2019-03-05 20:00:26 UTC MAIN commitmail json YAML

2019-03-05 19:56:50 UTC MAIN commitmail json YAML

x11-links 1.15: update for not-yet-committed netbsd mesa update.
while here, sort files.

pointed out by jakllsch, thanks!

(maya)

2019-03-05 19:40:33 UTC MAIN commitmail json YAML

Updated texstproc/ocaml-csv for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 19:39:00 UTC MAIN commitmail json YAML

doc: Updated security/ocaml-safepass to 3.0nb3

(jaapb)

2019-03-05 19:38:49 UTC MAIN commitmail json YAML

Updated security/ocaml-safepass for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 19:36:32 UTC MAIN commitmail json YAML

Updated devel/scons, databases/mongodb

(adam)

2019-03-05 19:35:58 UTC MAIN commitmail json YAML

pkgsrc/databases/mongodb/Makefile@1.33 / diff
pkgsrc/databases/mongodb/PLIST@1.3 / diff
pkgsrc/databases/mongodb/distinfo@1.24 / diff
pkgsrc/databases/mongodb/options.mk@1.4 / diff
pkgsrc/databases/mongodb/patches/patch-SConstruct@1.8 / diff
pkgsrc/databases/mongodb/patches/patch-debian_mongod.conf deleted
pkgsrc/databases/mongodb/patches/patch-site__scons_mongo_platform.py@1.1 / diff
pkgsrc/databases/mongodb/patches/patch-site__scons_site__tools_libtool.py@1.1 / diff
pkgsrc/databases/mongodb/patches/patch-src_mongo_base_initializer.h@1.2 / diff
pkgsrc/databases/mongodb/patches/patch-src_mongo_db_dbwebserver.cpp deleted
pkgsrc/databases/mongodb/patches/patch-src_mongo_db_fts_unicode_string.cpp deleted
pkgsrc/databases/mongodb/patches/patch-src_mongo_db_matcher_expression__leaf.cpp@1.2 / diff
pkgsrc/databases/mongodb/patches/patch-src_mongo_db_repl_master__slave.cpp deleted
pkgsrc/databases/mongodb/patches/patch-src_mongo_db_repl_oplog__fetcher.cpp deleted
pkgsrc/databases/mongodb/patches/patch-src_mongo_installer_msi_SConscript deleted
pkgsrc/databases/mongodb/patches/patch-src_mongo_platform_random.cpp@1.4 / diff
pkgsrc/databases/mongodb/patches/patch-src_mongo_platform_stack__locator__dragonfly.cpp deleted
pkgsrc/databases/mongodb/patches/patch-src_mongo_platform_stack__locator__netbsd.cpp@1.2 / diff
pkgsrc/databases/mongodb/patches/patch-src_mongo_shell_bench.cpp deleted
pkgsrc/databases/mongodb/patches/patch-src_mongo_shell_linenoise__utf8.h@1.4 / diff
      :
(more 12 files)
mongodb: updated to 4.0.6

4.0.6:
Issues fixed:
SERVER-37778: Platform Support: Add Community & Enterprise Ubuntu 18.04 (zSeries)
SERVER-37777: Platform Support: Add Community SLES12 (zSeries)
SERVER-37775: Platform Support: Add Community RHEL7 (zSeries)
SERVER-39180: Wrong initial chunk owner shard can be selected when sharding non-empty collection with pre-created zones
SERVER-32146: Log slow oplog entry application
SERVER-38293: Make listDatabases understand collection privileges
SERVER-38887: Mongo.getDBs() does not correctly inspect privileges

4.0.5:
Issues fixed:
SERVER-36437: The dbstats command should lock the database in MODE_IS instead of MODE_S
SERVER-37182: Different values when referencing whole object vs. a field of that object after $arrayToObject
SERVER-37200: $match stage following $listSessions not working against mongos
SERVER-37557: Add startup warning about enableMajorityReadConcern and usage of arbiters

4.0.4:
Issues fixed:
SERVER-26854: LockStats for sub-operations should not include time for previous sub ops
SERVER-35323: sessionId matching ignores userId part of the lsid
SERVER-37058: Update with numeric field names inside an array can cause validation to fail
SERVER-37132: Negation of $in with regex can incorrectly plan from the cache, leading to missing query results
TOOLS-2069: mongoreplay does not support SCRAM-SHA-256
TOOLS-2131: mongorestore hang in replaying oplog with 窶殿rchive and 窶登plogReplay option

4.0.3:
Issues fixed:
SERVER-19815: Make repair more robust with the WiredTiger storage engine
SERVER-35989: db.collection.countDocuments() and db.collection.estimatedDocumentCount() helpers
SERVER-36982: Reintroduce enableMajorityReadConcern:false server parameter

4.0.2:
Issues fixed:
SERVER-35720: Allow zones to be created on non-existent collection
SERVER-35441: drop/dropDatabase does not cleanup config.tags
SERVER-36102: Create initial chunks on appropriate shards for zoned sharding
SERVER-36070: Aggregation with $out results in error when Auditing is enabled
SERVER-34846: Covered index with collated field returns incorrect result when collation not involved in match or sort
SERVER-34664: Commands that are unsupported in a transaction should error

4.0.1:
Issues fixed:
SERVER-33000: Platform Support: add Ubuntu 18.04.
SERVER-34933: PCRE verb support.
SERVER-35101: Handle bindIp argument that contains whitespaces.
SERVER-36027: Enterprise build does not recognize the --redactClientLogData flag.

(adam)

2019-03-05 19:30:01 UTC MAIN commitmail json YAML

scons: updated to 3.0.4

RELEASE 3.0.4:
- Improve finding of Microsoft compiler: add a 'products' wildcard
  in case 2017 Build Tools only is installed as it is considered a separate
  product from the default Visual Studio
- Add TEMPFILESUFFIX to allow a customizable filename extension.
- Improved support for VC14.1 and Visual Studio 2017, as well as arm and arm64 targets.
- Initial support for ARM targets with Visual Studio 2017
- Update TempFileMunge class to use PRINT_CMD_LINE_FUNC
- Enhance cpp scanner regex logic to detect if/elif expressions without whitespaces but
  parenthesis like "#if(defined FOO)" or "#elif!(BAR)" correctly.

RELEASE 3.0.3:
NOTE: 3.0.2 release was dropped because there was a packaging bug. Please consider all 3.0.2
    content.
- Fixes to packaging logic.  Ensuring the SCons.Tool.clangCommon module is added
  to the release packages.
- Modify scons.bat script to check for scons python script without .py extension if no file
  scons.py exists. This enables an all platform wheel to work.
- Update doc examples to work with Python 3.5+:  map() now returns an iterable instead of a list.

(adam)

2019-03-05 18:53:26 UTC MAIN commitmail json YAML

doc: Updated net/ocaml-ipaddr to 3.1.0

(jaapb)

2019-03-05 18:53:16 UTC MAIN commitmail json YAML

Updated net/ocaml-ipaddr to version 3.1.0.

Package is now compatible with dune 1.7.

Several backwards incompatible changes in version 3.0.0:
- sexp serialisers removed from main interface;
- macaddr module now in separate opam package;
- replace of_string/bytes functions with rresult types;
- use sexplib0 instead of the full sexp library;
- changes to function signatures.

Full details in the CHANGES.md file; there are also several minor changes.

(jaapb)

2019-03-05 18:36:37 UTC MAIN commitmail json YAML

doc: Updated misc/ocaml-opam to 2.0.3

(jaapb)

2019-03-05 18:36:24 UTC MAIN commitmail json YAML

Updated misc/ocaml-opam to version 2.0.3.

Package is now compatible with dune 1.7.

Other upstream changes are minor; see the CHANGES file.

(jaapb)

2019-03-05 18:30:53 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-extlib to 1.7.6

(jaapb)

2019-03-05 18:30:38 UTC MAIN commitmail json YAML

Updated devel/ocaml-extlib to version 1.7.6.

Minor fixes; see the CHANGES file for details.

(jaapb)

2019-03-05 18:23:41 UTC MAIN commitmail json YAML

doc: Updated devel/pcre-ocaml to 7.4.1

(jaapb)

2019-03-05 18:23:31 UTC MAIN commitmail json YAML

Updated devel/pcre-ocaml to version 7.4.1.

Package is now compatible with dune 1.7.

Main upstream changes are support for DFAs.

(jaapb)

2019-03-05 18:21:16 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-yojson to 1.7.0

(jaapb)

2019-03-05 18:21:04 UTC MAIN commitmail json YAML

Updated devel/ocaml-yojson to version 1.7.0.

Package is now compatible with dune 1.7.

Main change is that json types are now replaced by their t aliases;
there are some other minor bugfixes and changes as well. Full details in
the CHANGES.md file.

(jaapb)

2019-03-05 18:17:34 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-sexplib to 0.12.0

(jaapb)

2019-03-05 18:17:19 UTC MAIN commitmail json YAML

Updated devel/ocaml-sexplib to version 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.

(jaapb)

2019-03-05 18:10:01 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_optcomp to 0.12.0

(jaapb)

2019-03-05 18:09:51 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_optcomp to version 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.

(jaapb)

2019-03-05 18:08:00 UTC MAIN commitmail json YAML

Updated devel/ocaml-hash to version 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.

(jaapb)

2019-03-05 18:06:35 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_sexp_conv to 0.12.0

(jaapb)

2019-03-05 18:06:23 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_sexp_conv to version 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date; upstream changes are minor only.

(jaapb)

2019-03-05 18:03:52 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_enumerate to 0.12.0

(jaapb)

2019-03-05 18:03:41 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_enumerate to version 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date, but other changes are minor.

(jaapb)

2019-03-05 17:59:50 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_compare to 0.12.0

(jaapb)

2019-03-05 17:59:40 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_compare to version 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date, but other changes are minor.

(jaapb)

2019-03-05 17:57:46 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppxlib to 0.5.0

(jaapb)

2019-03-05 17:57:36 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppxlib to version 0.5.0.

Package is now compatible with dune 1.7.

Other minor changes, bugfixes and additions, see CHANGES.md in the
distfile.

(jaapb)

2019-03-05 17:51:54 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-parsexp to 0.12.0

(jaapb)

2019-03-05 17:51:42 UTC MAIN commitmail json YAML

Updated devel/ocaml-parsexp to verison 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date, but changes are minor.

(jaapb)

2019-03-05 17:48:22 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-lwt_ssl to 1.1.2nb4

(jaapb)

2019-03-05 17:48:09 UTC MAIN commitmail json YAML

Updated devel/ocaml-lwt_ssl for dune compatiblity.

Package compatible with dune 1.7; revbump.
Also put Makefile variables in canonical order.

(jaapb)

2019-03-05 17:44:50 UTC MAIN commitmail json YAML

Updated security/ocaml-ssl for dune compatiblity.

Package is now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:43:19 UTC MAIN commitmail json YAML

Updated devel/ocaml-lwt_react for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:42:36 UTC MAIN commitmail json YAML

Updated devel/ocaml-lwt_ppx for dune compatibility.

Package is now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:41:13 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-lwt_camlp4 to 20180325nb4

(jaapb)

2019-03-05 17:41:04 UTC MAIN commitmail json YAML

Updated package devel/ocaml-lwt_camlp4 for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:38:39 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-compiler-libs to 0.11.0nb4

(jaapb)

2019-03-05 17:38:30 UTC MAIN commitmail json YAML

Updated devel/ocaml-compiler-libs for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:37:22 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-biniou to 1.2.0nb5

(jaapb)

2019-03-05 17:37:11 UTC MAIN commitmail json YAML

Updated devel/ocaml-biniou for dune compatibility.

Pacakge now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:36:02 UTC MAIN commitmail json YAML

doc: Updated textproc/ocaml-easy-format to 1.3.1nb1

(jaapb)

2019-03-05 17:35:52 UTC MAIN commitmail json YAML

Updated textproc/ocaml-easy-format for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:34:31 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-base64 to 3.1.0

(jaapb)

2019-03-05 17:34:16 UTC MAIN commitmail json YAML

Updated devel/ocaml-base64 to version 3.1.0.

The package is now compatible with dune 1.7.

Several API-breaking changes in version 3.0.0: module renames and
changes in function signatures.

Other, more minor bugfixes and additions.

(jaapb)

2019-03-05 17:31:13 UTC MAIN commitmail json YAML

doc: Updated devel/js_of_ocaml to 3.3.0nb1

(jaapb)

2019-03-05 17:31:04 UTC MAIN commitmail json YAML

Updated devel/js_of_ocaml for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:27:22 UTC MAIN commitmail json YAML

Updated package Makefile for devel/ocaml-ppx_deriving

Replaced a DEPENDS= by a buildlink3.mk include. No upstream changes.

(jaapb)

2019-03-05 17:16:45 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-lwt_log to 1.1.0nb4

(jaapb)

2019-03-05 17:16:32 UTC MAIN commitmail json YAML

Updated devel/ocaml-lwt_log for dune compatibility.

Package is now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:15:08 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-reactiveData to 0.2.2

(jaapb)

2019-03-05 17:14:52 UTC MAIN commitmail json YAML

Updated package devel/ocaml-reactiveData to version 0.2.2.

Minor bugfixes and additions.

(jaapb)

2019-03-05 17:10:18 UTC MAIN commitmail json YAML

doc: Updated textproc/ocaml-tyxml to 4.3.0nb1

(jaapb)

2019-03-05 17:10:05 UTC MAIN commitmail json YAML

Updated textproc/ocaml-tyxml for dune compatibility.

Package is now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:08:20 UTC MAIN commitmail json YAML

doc: Updated textproc/ocaml-markup to 0.8.0nb1

(jaapb)

2019-03-05 17:08:08 UTC MAIN commitmail json YAML

Updated textproc/ocaml-markup for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 17:07:03 UTC MAIN commitmail json YAML

doc: Updated textproc/ocaml-uutf to 1.0.2

(jaapb)

2019-03-05 17:06:52 UTC MAIN commitmail json YAML

Updated package textproc/ocaml-uutf to version 1.0.2.

Minor bugfix (substring folding).

(jaapb)

2019-03-05 17:05:46 UTC MAIN commitmail json YAML

Bump version after pkg update.

(hauke)

2019-03-05 16:58:31 UTC MAIN commitmail json YAML

Back out dependency that options.mk already takes care of (thanks,
leot@).

(hauke)

2019-03-05 16:56:27 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-lwt to 4.1.0nb3

(jaapb)

2019-03-05 16:56:16 UTC MAIN commitmail json YAML

Updated devel/ocaml-lwt for dune compatibility.

Package now compatible with dune 1.7; revbump..

(jaapb)

2019-03-05 16:54:03 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-cppo to 1.6.5nb1

(jaapb)

2019-03-05 16:53:49 UTC MAIN commitmail json YAML

Updated package devel/ocaml-cppo for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 16:51:27 UTC MAIN commitmail json YAML

doc: Updated mail/dovecot2 to 2.3.5

(hauke)

2019-03-05 16:51:04 UTC MAIN commitmail json YAML

Update mail/dovecot2 to v2.3.5.

From the upstream release-note:

NEWS:

+ Lua push notification driver: mail keywords and flags are provided
in MessageNew and MessageAppend events.
+ submission: Implement support for plugins.
+ auth: When auth_policy_log_only=yes, only log what the policy server
response would do without actually doing it.
+ auth: Always log policy server decisions with auth_verbose=yes
- v2.3.[34]: doveadm log errors: Output was missing user/session
- lda: Debug log lines could have shown slightly corrupted
- login proxy: Login processes may have crashed in various ways when
login_proxy_max_disconnect_delay was set.
- imap: Fix crash with Maildir+zlib if client disconnects during APPEND
- lmtp proxy: Fix potential assert-crash
- lmtp/submission: Fix crash when SMTP client transaction times out
- submission: Split large XCLIENT commands to 512 bytes per command,
so Postfix accepts them.
- submission: Fix crash when client sends invalid BURL command
- submission: relay backend: VRFY command: Avoid forwarding 500 and
502 replies back to client.
- lib-http: Fix potential assert-crash when DNS lookup fails
- lib-fts: Fix search query generation when one language ignores a
token (e.g. via stopwords).

(hauke)

2019-03-05 16:51:03 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-re to 1.8.0nb1

(jaapb)

2019-03-05 16:50:45 UTC MAIN commitmail json YAML

Updated devel/ocaml-re for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 16:35:41 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_tools_versioned to 5.2.1nb1

(jaapb)

2019-03-05 16:35:29 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_tools_versioned for dune compatibility.

Package is now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 16:33:56 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-migrate-parsetree to 1.2.0

(jaapb)

2019-03-05 16:33:41 UTC MAIN commitmail json YAML

Updated devel/ocaml-migrate-parsetree to version 1.2.0.

The package is now compatible with dune 1.7.

Upstream changes are minor.

(jaapb)

2019-03-05 16:32:17 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_derivers to 1.2nb4

(jaapb)

2019-03-05 16:30:39 UTC MAIN commitmail json YAML

Updated package devel/ocaml-ppx_derivers for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 16:30:37 UTC MAIN commitmail json YAML

doc: Updated devel/py-meson to 0.49.2

(prlw1)

2019-03-05 16:30:18 UTC MAIN commitmail json YAML

2019-03-05 16:27:53 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-result to 1.3nb4

(jaapb)

2019-03-05 16:27:42 UTC MAIN commitmail json YAML

Updated devel/ocaml-result for dune compatibility.

Package now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 16:25:37 UTC MAIN commitmail json YAML

doc: Updated databases/ocaml-sqlite3 to 4.4.1nb2

(jaapb)

2019-03-05 16:25:25 UTC MAIN commitmail json YAML

Updated databases/ocaml-sqlite3 for dune compatibility.

Package is now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 16:23:56 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-configurator to 0.11.0nb4

(jaapb)

2019-03-05 16:23:43 UTC MAIN commitmail json YAML

Updated devel/ocaml-configurator for dune compatibility.

Package is now compatible with dune 1.7; revbump.

(jaapb)

2019-03-05 16:21:44 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-stdio to 0.12.0

(jaapb)

2019-03-05 16:21:31 UTC MAIN commitmail json YAML

Updated package devel/ocaml-stdio to version 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file in the distribution is not up to date, but changes
from the previous version are minor.

(jaapb)

2019-03-05 16:18:18 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-base to 0.12.0

(jaapb)

2019-03-05 16:18:08 UTC MAIN commitmail json YAML

Updated devel/ocaml-base to version 0.12.0.

The package is now compatible with dune 1.7.

Changes otherwise are fairly minor.

(jaapb)

2019-03-05 16:14:35 UTC MAIN commitmail json YAML

Added variable OCAML_TOPKG_FLAGS

(jaapb)

2019-03-05 16:13:37 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-sexplib0 to 0.12.0

(jaapb)

2019-03-05 16:13:26 UTC MAIN commitmail json YAML

Updated devel/ocaml-sexplib0 to version 0.12.0

Package now compatible with dune 1.7.

There doesn't seem to be a changes file upstream, but changes are minor
only.

(jaapb)

2019-03-05 16:11:14 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-dune to 1.7.3

(jaapb)

2019-03-05 16:11:03 UTC MAIN commitmail json YAML

Updated devel/ocaml-dune to version 1.7.3.

The biggest change (introduced in 1.7.0) is that dune-package files are
generated instead of .dune files. This means that every package that is
built with dune needs an update, of the PLIST if nothing else (I'll be
committing those ASAP).

There are several other changes, improvments and bugfixes that are
listed in the CHANGES.md file in the distfile.

(jaapb)

2019-03-05 15:56:54 UTC MAIN commitmail json YAML

doc: Removed databases/ruby-cassandra

(taca)

2019-03-05 15:56:38 UTC MAIN commitmail json YAML

databases/ruby-cassandra: remove package

Remove a package which dose not maintained any more.

(taca)

2019-03-05 15:55:13 UTC MAIN commitmail json YAML

databases/Makefile: remove ruby-cassandra

(taca)

2019-03-05 15:52:38 UTC MAIN commitmail json YAML

doc: Removed databases/ruby-activerecord-cassandra

(taca)

2019-03-05 15:52:13 UTC MAIN commitmail json YAML

databases/Makefile: remove ruby-activerecord-cassandra

(taca)

2019-03-05 15:51:26 UTC MAIN commitmail json YAML

databases/ruby-activerecord-cassandra: remove package

Remove a package which dose not maintained any more.
Source codes moved from GitHub to bitbucket, but no commit since then.

(taca)

2019-03-05 15:20:47 UTC MAIN commitmail json YAML

doc: Updated lang/py27-html-docs to 2.7.16

(leot)

2019-03-05 15:20:32 UTC MAIN commitmail json YAML

py27-html-docs: Update to 2.7.16

Changes:
2.7.16
======
Documentation
-------------
- bpo-35035: Rename documentation for :mod:`email.utils` to
  ``email.utils.rst``.
- bpo-34967: Use app.add_object_type() instead of the deprecated Sphinx
  function app.description_unit()
- bpo-13407: Add a note to :mod:`bz2` and :mod:`tarfile` stating that
  handling of multi-stream bzip2 files is not supported.
- bpo-33503: Fix broken pypi link

(leot)

2019-03-05 14:27:12 UTC MAIN commitmail json YAML

Updated databases/mongo-c-driver, databases/php-mongodb; Removed devel/libbson

(adam)

2019-03-05 14:26:42 UTC MAIN commitmail json YAML

php-mongodb: updated to 1.5.3

MongoDB PHP Driver 1.5.0:

It supports all new features for MongoDB 2.6, including:

Aggregate can now return a cursor
Aggregation pipelines can now be explained
Possible to set maxTimeMS for commands and queries
Transparent support for the new command-based MongoDB write API
New MongoWriteBatch classes (using the new MongoDB write API)
Support for MongoDB Enterprise features (e.g. Kerberos, LDAP, X509)
Option to tune acceptable server latency for secondary reads (secondaryAcceptableLatencyMS)
With this release, some driver functionality which was previously documented as deprecated will now formally raise deprecation notices. This includes:

Instantiating the Mongo class
Calling MongoCursor::slaveOkay()
"wtimeout" and "safe" options for MongoCollection write operations
Manipulating public properties on core classes (such as $collection->w)

MongoDB PHP Driver 1.4.0:

The 1.4 series introduced fundemental changes in how connections are created to the MongoDB servers. The driver now utilizes PHP native streams, so all normal PHP stream options apply. Furthermore, an experimental Stream Context Support was added.

The 1.4.x series also added support for MongoDB 2.4.x.

The most important improvements however deal with the handling of replica sets, especially nodes that timeout and nodes that are unreachable for various reasons. Besides the improvements to replica set handling, this release addresses issues with read preferences through mongos nodes. It also adds support for SSL enabled connections as well as journal and fsync connection string options.

(adam)

2019-03-05 14:25:21 UTC MAIN commitmail json YAML

Removed devel/libbson successor databases/mongo-c-driver

(adam)

2019-03-05 14:24:13 UTC MAIN commitmail json YAML

mongo-c-driver: updated to 1.14.0

mongo-c-driver 1.14.0
=====================
It is my pleasure to announce the MongoDB C Driver 1.14.0.

Features:
  * Support for OpenSSL 1.1.1 and its implementation of TLS v1.3.
  * New function mongoc_stream_should_retry.
  * New accessor mongoc_server_description_last_update_time.
  * New method mongoc_client_reset to be called after forking.

Bug fixes:
  * OP_MSG with unacknowledged writes (write concern of w:0) would serialize
    incorrectly on big-endian platforms, causing writes to use the default
    write concern of w:1.
  * mongoc_collection_update_many and mongoc_collection_delete_many would fail
    with the URI option retryWrites=true.
  * In a transaction, the driver now properly ignores the readConcern configured
    on a client, database, or collection: only the mongoc_transaction_opt_t's
    readConcern is used.
  * Remove timestamp from uninstall scripts to permit reproducible build.
  * Setting mongoc_ssl_opt_t.pem_file or ca_file to a bad file path caused a
    hang with Darwin SSL.
  * Fix the ENABLE_SASL cmake option:
    * Remove unnecessary GSSAPI value. It was equivalent to specifying ENABLE_SASL=CYRUS.
    * ENABLE_SASL=AUTO now correctly chooses SSPI on Windows instead of CYRUS.
  * The client pool failed to set proper apm callbacks for clients created
    via try_pop().

mongo-c-driver 1.13.1
=====================
It is my pleasure to announce the MongoDB C Driver 1.13.1.

Bug fixes:
  * mongoc_collection_update_many and mongoc_collection_delete_many would fail
    with the URI option retryWrites=true.
  * Remove timestamp from uninstall scripts to permit reproducible build.
  * Add missing header files to the release tarball to fix compilation when
    configuring with ENABLE_SASL=GSSAPI.
  * Separate libmongoc and libbson uninstall scripts so they do not overwrite
    each other.
  * Fix running make install with DESTDIR.

mongo-c-driver 1.13.0
=====================
It is my pleasure to announce the MongoDB C Driver 1.13.0.

Features:
  * Report a new error code, MONGOC_ERROR_GRIDFS_CORRUPT, when a chunk larger
    than chunkSize is detected. Before, the driver had crashed with an assert.
  * Restructure of install directory. All mongoc headers are under mongoc/
    and all bson headers are under bson/. The preferred way of including the
    headers are mongoc/mongoc.h and bson/bson.h respectively.
    Forwarding headers in the root are provided for backwards compatibility.
  * The default CMake build type had been unspecified, now it is RelWithDebInfo.
  * Support LibreSSL 2.7+.

Bug fixes:
  * mongoc_collection_replace_one is now a correctly exported symbol.
  * Fix multiple issues with readConcern and writeConcern inheritance.
  * Fix rare crash with mongodb+srv URIs on Windows.
  * mongoc_gridfs_create_file_from_stream ignored errors while writing chunks
    to the server.
  * The following functions should not have taken a "bypassDocumentValidation"
    option in bson_t *opts, the option is now prohibited:
    - mongoc_bulk_operation_insert_with_opts
    - mongoc_bulk_operation_update_one_with_opts
    - mongoc_bulk_operation_update_many_with_opts
    - mongoc_bulk_operation_replace_one_with_opts
  * The heartbeat-succeeded and heartbeat-failed events (part of SDAM
    Monitoring) had uninitialized "duration" fields, they are now set correctly.

mongo-c-driver 1.12.0
=====================
It is my pleasure to announce the MongoDB C Driver 1.12.0.

Features:
  * New function mongoc_client_session_in_transaction to check if a multi-
    document transaction is started.
  * New examples for change streams and transactions, improved guide for
    migrating from mongoc_collection_count to mongoc_collection_count_documents

Bug fixes:
  * Fix occasional crash in sharded queries
  * Retry all retryable write concern errors
  * mongoc_client_session_commit_transaction sets the correct error label when
    the primary is unavailable
  * mongoc_collection_find_with_opts had prohibited read preference "primary"
    in a transaction
  * mongoc_collection_aggregate had not inherited its mongoc_collection_t's
    read preference; only an explicitly provided read preference was used.
  * Allow unencoded delimiters in username/password if unambiguous

mongo-c-driver 1.11.0
=====================
It is my pleasure to announce the MongoDB C Driver 1.11.0. This release adds
support for MongoDB 4.0 features. It includes the following additions and
improvements:
  * Multi-document transactions, see mongoc_client_session_start_transaction
  * New function mongoc_error_has_label to check for specific error labels such
    as "TransientTransactionError" or "UnknownTransactionCommitResult" in
    error replies.
  * New functions to subscribe to changes on an entire client or database:
    - mongoc_client_watch
    - mongoc_database_watch
  * New option for change streams, "startAtOperationTime".
  * mongoc_collection_count_with_opts is deprecated for two new functions:
    - mongoc_collection_count_documents
    - mongoc_collection_estimated_document_count
  * Support for SCRAM-SHA-256 authentication, including support for non-ASCII
    passwords using libicu is an optional dependency.
  * Faster mongoc_database_get_collection_names_with_opts fetches only names,
    not the entire collection metadata.

Additional changes not specific to MongoDB 4.0:
  * All "destroy" functions such as mongoc_collection_destroy now ignore a NULL
    argument.
  * The driver now returns an error if you attempt to use "arrayFilters" in an
    update with a MongoDB server older than 3.6.
  * Update functions include a new "upsertedCount" field in the reply document.
  * Replace MD5 with FNV-1a hash to generate ObjectIds (for FIPS compliance).

Bug fixes:
  * Functions incorrectly marked with the "const" compiler attribute are now
    marked as "pure", fixes build error when link-time optimization is enabled.

mongo-c-driver 1.10.3
=====================
No change since 1.10.2; released to keep pace with libbson's version.

mongo-c-driver 1.10.2
=====================
It is my pleasure to announce the MongoDB C Driver 1.10.2. This release fixes
the libbson and libmongoc installed library filenames and SONAMEs on Linux.
They had changed unintentionally with the switch to CMake in 1.10.0; they are
now consistent with 1.9.x and previous releases. Thanks to Roberto C. S叩nchez
for the fix.

mongo-c-driver 1.10.1
=====================
It is my pleasure to announce the MongoDB C Driver 1.10.1. This release fixes
the following bugs introduced in version 1.10.0:

  * Client sessions were not prohibited with unacknowledged write concern and
    mongoc_bulk_operation_execute; now they are prohibited. Client sessions have
    been prohibited with all other unacknowledged writes since 1.10.
  * The "arrayFilters" update option, new in MongoDB 3.6 and supported since
    libmongoc 1.9.0, was inadvertently prohibited by
    mongoc_bulk_operation_update_one_with_opts and
    mongoc_bulk_operation_update_many_with_opts in 1.10. The option is now
    permitted again.
  * The mongoc-stat tool for displaying shared counters was disabled on Linux
    and not installed; it is now restored.

mongo-c-driver 1.10.0
=====================
It is my pleasure to announce MongoDB C Driver 1.10.0. This version drops
support for MongoDB 2.6 and adds the following features and bugfixes:

  * libbson and libmongoc are now maintained in the mongo-c-driver repository,
    although they are still built as separate libraries, and libbson can still
    be used without libmongoc.
  * Building libbson and libmongoc now requires CMake on all platforms. The
    Autotools build scripts ("configure" and related scripts) have been deleted.
    See the "installing" page for updated instructions, including the new
    ENABLE_MONGOC option and changes to the ENABLE_BSON option.
  * IPv6 is now fully supported and conforms to RFC-6555. If a hostname has both
    IPv4 and IPv6 DNS records, the driver tries connecting with IPv6 first. If a
    connection can't be established after 250ms then IPv4 is tried in parallel.
    Whichever succeeds connection first cancels the other. The successful DNS
    result is cached for 10 minutes.
  * If CMake is configured with ENABLE_SSL=AUTO (the default), libmongoc now
    uses native TLS libraries on Mac and Windows, and OpenSSL everywhere else.
    Before, it would search for OpenSSL on all platforms and only use native
    TLS on Mac and Windows as a fallback.
  * The driver now handshakes SSL connections to multiple servers in a replica
    set or sharded cluster in parallel, so long as it uses OpenSSL or Windows
    SChannel. (SSL handshakes with Apple's Secure Transport are still serial.)
    A larger receive buffer with SChannel increases performance over slow
    connections.
  * All functions that accept read concern now prohibit it, if MongoDB is too
    old to support it (MongoDB 3.0).
  * Client sessions are now prohibited with unacknowledged writes.
  * mongoc_collection_find_and_modify_with_opts now prohibits write concern if
    MongoDB is too old to support it (MongoDB 3.0).
  * Other helper functions for commands that write, now prohibit write concern
    if MongoDB is too old to support it (pre-3.4):
      mongoc_client_read_write_command_with_opts
      mongoc_client_write_command_with_opts
      mongoc_collection_read_write_command_with_opts
      mongoc_collection_write_command_with_opts
      mongoc_database_read_write_command_with_opts
      mongoc_database_write_command_with_opts
      mongoc_collection_aggregate with $out
      mongoc_collection_drop_index_with_opts
      mongoc_collection_drop_with_opts
      mongoc_collection_rename_with_opts
      mongoc_database_drop_with_opts
    Write concern behavior is unchanged for regular CRUD functions.
  * Setting a negative writeConcern level of -2 or smaller, via the "opts"
    parameter to functions that accept BSON options, is now prohibited. The
    special "w" values -2 through -4 are only used internally. The deprecated
    "w=-1" is still allowed, as a synonym for "w=0".
  * The Kerberos URI option authMechanismProperties=CANONICALIZE_HOST_NAME:true
    is now implemented with the Windows Kerberos provider, SSPI.
  * This repository now includes GDB and LLDB customizations for pretty-printing
    bson_t structs as JSON while debugging. See the "debugging" page.
  * The internal preprocessor symbol HAVE_STRINGS_H has been renamed
    BSON_HAVE_STRINGS_H. If you maintain a handwritten bson-config.h you must
    rename this symbol.
  * The following helper functions do not work with mongoc_client_session_t,
    they are deprecated in favor of running MongoDB commands directly with a
    function like mongoc_client_read_command_with_opts:
      mongoc_client_get_server_status
      mongoc_collection_stats
      mongoc_collection_validate
  * mongoc_cursor_is_alive is now deprecated for mongoc_cursor_more, which is
    functionally equivalent.

(adam)

2019-03-05 12:48:46 UTC MAIN commitmail json YAML

Updated lang/python27, devel/py-flake8-import-order

(adam)

2019-03-05 12:48:17 UTC MAIN commitmail json YAML

py-flake8-import-order: updated to 0.18.1

0.18.1:
* Fix case-sensitive related I100 errors for the pycharm style
* Fix noqa regexp

(adam)

2019-03-05 12:44:55 UTC MAIN commitmail json YAML

Make the libreadline dependency explicit.

(hauke)

2019-03-05 12:43:41 UTC MAIN commitmail json YAML

python27: updated to 2.7.16

Python 2.7.16 is a bugfix release in the Python 2.7 series.

(adam)

2019-03-05 12:13:38 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-snes9x to 1.59.2

(nia)

2019-03-05 12:13:27 UTC MAIN commitmail json YAML

doc: Updated emulators/snes9x-gtk to 1.59.2

(nia)

2019-03-05 12:13:16 UTC MAIN commitmail json YAML

doc: Updated emulators/snes9x to 1.59.2

(nia)

2019-03-05 12:12:32 UTC MAIN commitmail json YAML

snes9x: Update to 1.59.2

Changes:

- Count clock cycles to synchronize SA1 with S-CPU properly. Based mostly on
  work by Vitor Vilela.
- Only allow instant IRQ when toggling IRQ. Fixes WWF - Wrestlemania.
- Refactored APU output code to buffer less on the client side. Removed 8-bit,
  Mono, and Reverse Stereo options.
- Consistently handle interlacing when we skip frames.
- Changed APU clock to reflect nominal values for original hardware.
- Fix C4 square instruction regression.

libretro:
- Fix multiline cheats.

GTK+:
- Switch from autotools to Meson build system.
- Readd glFinish option as alternative to glFenceSync.
- Fix size fallthrough with xBRZ filter.
- Fix loading of key bindings with spaces in them and modifier keys used alone.
- Add support for libretro ".slang" shaders to OpenGL driver.
- Use a cleaner onscreen font.
- Trap errors to allow OpenGL <= 2.1 to run again.
- Break display settings up to make it easier to access hardware accel section.

(nia)

2019-03-05 11:29:05 UTC MAIN commitmail json YAML

Updated devel/pycharm-bin to 2018.3.5nb1

(ryoon)

2019-03-05 11:28:33 UTC MAIN commitmail json YAML

Depend on fsnotifier and fix an installation issue

* Depend on sysutils/fsnotifier
* Replace PKGNAME with PKGNAME_NOREV in do-install target for consistent PLIST
* Bump PKGREVISION

(ryoon)

2019-03-05 11:28:15 UTC MAIN commitmail json YAML

Updated devel/intellij-ce-bin to 2018.3.5nb1

(ryoon)

2019-03-05 11:27:52 UTC MAIN commitmail json YAML

Depend on fsnotifier and fix installation issues

* Depend on sysutils/fsnotifier
* Replace PKGNAME with PKGNAME_NOREV in do-install target for consistent PLIST
* REPLACE_BASH requires USE_TOOLS+=bash not to cause empty #! line
* Bump PKGREVISION

(ryoon)

2019-03-05 11:25:24 UTC MAIN commitmail json YAML

enable intellij-fsnotifier

(ryoon)

2019-03-05 11:24:46 UTC MAIN commitmail json YAML

Added sysutils/intellij-fsnotifier version 0.0.20190228

(ryoon)

2019-03-05 11:24:01 UTC MAIN commitmail json YAML