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 (4h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 00:29:56 UTC Now

2020-04-27 16:21:53 UTC MAIN commitmail json YAML

Update py-imageio to 2.8.0

Highlights:
- Add support for compressed FITS images
- Fix security vulnerability rlt dcmjpeg code path (#483)
- delete py2 compat code
- remove avbin support (#511)

(prlw1)

2020-04-27 15:58:10 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-slop to 4.8.1

(taca)

2020-04-27 15:57:46 UTC MAIN commitmail json YAML

misc/ruby-slop: update to 4.8.1

Update ruby-slop to 4.8.1.

v4.8.1 (2020-03-31)
-------------------

Bug fixes:
  * Fix keyword argument
    warning. [#251](https://github.com/leejarvis/slop/pull/251)

(taca)

2020-04-27 15:52:23 UTC MAIN commitmail json YAML

changesentry for go-textseg

(nikita)

2020-04-27 15:51:43 UTC MAIN commitmail json YAML

changesentry for go-wordwrap

(nikita)

2020-04-27 15:46:02 UTC MAIN commitmail json YAML

doc: Updated x11/mlterm to 3.9.0

(tsutsui)

2020-04-27 15:45:43 UTC MAIN commitmail json YAML

mlterm: update to 3.9.0.

pkgsrc changes:

- adjust options.mk and PLIST for new build support of both mlterm-wscons
  and mlterm-x68kgrf on NetBSD/m68k (now packages build on any
  NetBSD/m68k machines can build x68k grf(4) framebuffer version too)
- remove obsolete CONFIGURE_ARGS
- utmp is no longer optional

Upstream changes noted in doc/en/ReleaseNote:

ver 3.9.0
* Support CSI>4;1m.
* Support uniscribe for libotl on win32.
* Support SCP by Shift+DnD on HaikuOS.
* Support xdg-shell on wayland.
* Support DEC Technical character set.
* Support input of unicode characters on mlterm-fb.
* Support ormode of Sixel Graphics.
* Update unicode property table (generated from UnicodeData.txt and
  EastAsianWidth.txt) to version 12.1.0.
* Mlconfig configures files in ~/.mlterm directly if it starts without options
  or with --file option.
* Change DA1 response.
  \x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c
* geometry / -g option works on HaikuOS.
* Add vte 0.60 API symbols to libvte compatible library.
* Merge patches:
  https://sourceforge.net/p/mlterm/bugs/78/
  https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff
* Bug fixes:
  Fix a bug which disabled to change the value of "logsize" option from "0" to "unlimited".
  Fix segfault when "snapshot" command of OSC 5379 is executed.
  Fix mouse tracking position if "use_ot_layout = true".
  Fix segfault when mlterm-sdl2 starts with -im=uim option.
  Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig.
  Fix compiling error on HaikuOS + gcc-x86.
  Fix http://twitter.com/hamano/status/1177087752208183296
  Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)

(tsutsui)

2020-04-27 15:42:20 UTC MAIN commitmail json YAML

Add devel/go-textseg version 12.0.0

go-textseg s an implementation of the Unicode Text Segmentation
specification for Go. Specifically, it currently includes only the
"grapheme cluster" segmentation algorithm.

Each major version of Unicode includes a set of tables that define how
each codepoint participates in the segmentation algorithms. Therefore
any caller of this library must select a specific version of Unicode
to support.

To allow for each caller to make that decision separately even though
multiple callers may coexist in the same program, there is a separate
major release of this module for each supported major Unicode
version. Therefore you can select the specific version you want by
module path.

(nikita)

2020-04-27 15:39:13 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-license-acceptance to 1.0.19

(taca)

2020-04-27 15:38:49 UTC MAIN commitmail json YAML

misc/ruby-license-acceptance: update to 1.0.19

Update ruby-license-acceptance to 1.0.19.

1.0.19 (2020-04-14)

Merged Pull Requests

* Fixing error with Expeditor update_version.sh script #76 (tyler-ball)

(taca)

2020-04-27 15:37:42 UTC MAIN commitmail json YAML

doc: Updated www/php-nextcloud to 18.0.4

(ryoon)

2020-04-27 15:33:30 UTC MAIN commitmail json YAML

(sysutils/webmin) correction to typo on patch-ai

(mef)

2020-04-27 15:32:08 UTC MAIN commitmail json YAML

php-nextcloud: Update to 18.0.4

Changelog:
Changes
    [stable18] Use contacts name on federated activities (server#19879)
    [stable18] Allow to edit admin/own user in the user management (server#19882)
    [stable18] Fix hostname in Apple configuration profile (server#19884)
    [stable18] Don't break when one remote share is down (server#19886)
    [stable18] Properly emit Viewer event on files and files_sharing (server#19897)
    [stable18] Get correct mimetype on objectstores (server#19916)
    [stable18] Properly respect hide download on sharebymail (server#19921)
    [stable18] Use placeholder values for password fields in external storage webui (server#19922)
    [stable18] Do not use the instance name as user part of from mail addresses (server#19924)
    [stable18] Don't allow anchors and queries in remote urls (server#19933)
    [stable18] fix external storage controller tests (server#19940)
    Bump acorn from 6.3.0 to 6.4.1 (server#19945)
    [stable18] properly set 'hide_download' as integer (server#19950)
    [stable18] fix safari useragent for versions with 3 digits (server#19966)
    [stable18] Fix default action for deleted shares (server#19982)
    [stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998)
    [stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999)
    [stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001)
    [stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008)
    [stable18] Update the target when it isempty after sharing (server#20016)
    [stable18] remove the requirement that everything that looks like a placeholder ... (server#20021)
    [stable18] Handle long dav property paths by hashing them (server#20030)
    [stable18] Allow the video player on the hide download (server#20044)
    [stable18] fixes auto-detecting UUID attributes (server#20046)
    [stable18] Force compatible dependency versions in acceptance tests (server#20051)
    [stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060)
    [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102)
    [stable18] fix dav browser error page not styled (server#20104)
    [stable18] Fix language multiselect action (server#20136)
    [stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140)
    [stable18] change quota design (server#20144)
    [stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148)
    [stable18] Close updatenotification channel selector on click outside (server#20155)
    [stable18] Add app config to disable user flows (server#20158)
    [stable18] Auto accept group shares for users added to a group (server#20161)
    [stable18] Use global used space in quota wrappen when external storage is included (server#20163)
    [stable18] Check the user on remote wipe (server#20166)
    [stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175)
    Bump version on stable18 (server#20195)
    [stable18] Actually check if the owner is not null (server#20202)
    [stable18] Remove Acrobat logo from PDF filetype icon (server#20238)
    [stable18] Dont always use the current users quota when calculating storage info (server#20258)
    Silence LDAP deprecation logs in NC 18 (server#20274)
    [stable18] Check for empty authorization headers for office requests (server#20282)
    [stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296)
    [stable18] Properly catch NoUserException during upload cleanup (server#20334)
    [stable18] Catch NotFoundException when getting the user folder (server#20335)
    [stable18] Try to use the display name of file transfers (server#20366)
    [stable18] Clear comment on successful post (server#20382)
    [stable18] Fix systemtags overflow (server#20387)
    [stable18] update icewind/smb to 3.2.3 (server#20405)
    [stable18] Add text restore after restore icon (server#20407)
    [18] Use a normal string to translate. (server#20420)
    [stable18] Make sure group management works with all types of group names (server#20433)
    [stable18] Properly display share error messages (server#20471)
    [stable18] Handle unset owner in sharing (server#20483)
    [stable18] Update root.crl due to revocation of spgverein.crt (server#20485)
    [stable18] Close the streams in `writeStream` even when there is an exception (server#20493)
    [stable18] Fix absolute redirect (server#20495)
    [stable18] Provide the proper language to the mailer (server#20512)
    [stable18] do not advertise nulled userId for for systemwide credentials (server#20516)
    [18] Allow to edit admin user (server#20530)
    [stable18] Update list of multiple properties (server#20531)
    [stable18] Fix jsunit tests (server#20548)
    [stable18] Set fileInfo correctly for LegacyTabs (server#20588)
    [stable18] Fix Sharing recommendation user display (server#20596)
    [stable18] Fix IE11 upload fallback methods (server#20602)
    [stable18] Email activity is missing information (activity#441)
    [stable18] catch new notfound exception while trying to get owner (activity#446)
    [stable18] Skip notifications for users with invalid email address. (activity#449)
    [stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169)
    Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301)
    [stable18] Hide slide for app store if disabled (firstrunwizard#313)
    Bump acorn from 6.4.0 to 6.4.1 (notifications#592)
    [stable18] Request the permissions for notifications via user interaction (notifications#608)
    Bump acorn from 6.4.0 to 6.4.1 (recommendations#196)
    [stable18] Update DefaultOs.php (serverinfo#189)
    Public pages compatibility (viewer#422)
    Move cypress to gh actions (viewer#423)
    Bump acorn from 5.7.3 to 5.7.4 (viewer#425)
    [stable18] Fix trying to open the sidebar when not available (viewer#428)
    [stable18] Add public testing (viewer#435)
    [stable18] Fix public preview url cropping (viewer#450)
    [stable18] Fix babel transpile settings (viewer#453)
    [stable18] Await sidebar (viewer#467)
    [stable18] Change sidebar icon to proper understandable one (viewer#469)
    [stable18] Fix sidebar full state (viewer#470)

(ryoon)

2020-04-27 15:21:19 UTC MAIN commitmail json YAML

(sysutils/webmin and wbm-* ) updated to 1.941, -acl and -proc added

Updated sysutils/webmin to 1.941
Added sysutils/wbm-acl version 1.941
Added sysutils/wbm-proc version 1.941

(mef)

2020-04-27 15:16:52 UTC MAIN commitmail json YAML

(sysutils/webadmin, sysutils/wbm-*) Updated 1.831 to 1.941

(pkgsrc)
- sysutils/wbm-acl Added
- sysutils/wbm-proc Added
- sysutils/wbm-file deleted
- sysutils/wbm-cyrus-imapd converted 2.1 to 2.4

(upstream)
Version 1.941 (15th January 2019)
    o Put back an updated version of the built-in Let's Encrypt client.

Version 1.940 (28th December 2019)
    o Removed Webmin's built-in Let's Encrypt client, in favor of
        recommending the official certbot command.
    o Added support for creating "safe-mode" Webmin users who have access
        only to modules and permissions that don't grant root access.
    o Added support for CAA records in the BIND module.
    o Postfix maps with more than 100 entries by default are now shown with a
        search box.
    o Updated the Authentic Theme to the latest version, which includes
        numerous improvements to the file manager and overall UI.

Version 1.930 (17th August 2019)
    o Fixed a security hole that allows remote exploits if the option to
        change expired passwords is enabled. All users should upgrade
        immediately to pick up this fix!
    o Updated the Authentic Theme to the latest version.

Version 1.920 (6th July 2019)
    o Updated the Authentic Theme to the latest version.
    o Added an option to disable (comment out) hosts file entries.
    o Added a monitor type to check if a bootup action is running or not.
    o Translation updates for multiple languages.

Version 1.910 (9th May 2019)
    o Updated the Authentic Theme to the latest version.
    o More translation updates for multiple languages.
    o The next run time of each cron job can be displayed by enabling a new
        config option.
    o Added a tab for managing APT and YUM repos to the Software Packages
        module.
    o Added support for file ownership and permission checks to the File or
        Directory monitor.

Version 1.900 (19th November 2018)
    o Updated the Authentic Theme to the latest version.
    o Translation updates for multiple languages.
    o When installing a package, the list of other dependencies that will be
        also installed is displayed for confirmation.
    o Wildcard SSL certs can now be requested via Let's Encrypt in DNS mode,
        if the native client is installed.
    o Announcements to all Webmin users can now be displayed on the System
        Information page.

Version 1.890 (19th July 2018)
    o Added support to the Network Configuration module for the Netplan
        interface format used on Ubuntu 18 and above.
    o Bulgarian, German and Catalan language translation updates.
    o Theme updates to the file manager, high-contrast mode, Japanese,
        German, Swedish and Albanian language updates, better date display and
        more.
    o Improved support for freezing and thawing dynamic zones and IPv6 zone
        transfers in the BIND module.
    o Scheduled funtions are now recorded in the Webmin Actions Log module.
    o Improved detection of new Postfix versions.
    o Email autoresponder option to prevent replies to forwarded email.
    o OpenSuSE Leap, Debian 9 and Ubuntu 18 support.

Version 1.881 (16th March 2018)
    o Bugfixes for the Cron module.
    o Further updates to the Authentic theme.

Version 1.880 (4th March 2018)
    o German, Catalan and Bulgarian translation updates.
    o The newest version of the Authentic theme.
    o Added a page for manually editing the MySQL config files, and
        implemented support for config includes.
    o Added a page for manually editing the allowed hosts config file.
    o Added a config option to set a minimum interval between notifications
        for each monitor in the System and Server Status module.
    o Bugfixes for DNS validation for Let's Encrypt certificates.

Version 1.870 (8th December 2017)
    o Major updates to the Authentic theme to speed up page loads and add
        real-time system statistics.
    o Greek, Bulgarian, Catalan and Russian translation updates and encoding
        fixes.
    o Severel fixes for Let's Encrypt SSL certificate requests.
    o UI cleanups in the Majordomo module.
    o UI unification in the IPv4 and IPv6 firewall modules.
    o Numerous fixes for minor Perl error and warnings.

Version 1.860 (10th October 2017)
    o Fixed an XSS vulnerability in the MySQL module (thanks to Munzir Taha).
    o Fixed a security issue that could be exploited by using the Upload and
        Download module to fetch an untrusted URL (thanks to Maor Shwartz)
    o Updated to the latest version of the Authentic theme.
    o More Majordomo module improvements, thanks to gnadelwartz.
    o Fixed upstart vs systemd detection.
    o German translation updates from Raymond Vetter, Albanian from Adalen
        Vladi, and Catalan from Jaume Badiella.
    o Let's Encrypt fixes when using DNS-based validation in a sub-domain.

Version 1.850 (28th June 2017)
    o Fixed multi-hostname DNS registration and the display of error messages
        in Let's Encrypt support.
    o Numerous Majordomo module improvements, thanks to gnadelwartz.
    o Added support for creating and editing port forwards in the FirewallD
        module.
    o Filesystems that have less than 1% free disk space are now shown on the
        System Information page.
    o Numerous bugfixes across multiple modules.

Version 1.840 (8th May 2017)
    o Fixes for XSS security vulnerabilities
    o Many updates to the Authentic theme.
    o SSHFP record support in the BIND module.
    o Thin provisioned LV support in the LVM module.
    o SNI (per-domain-name) SSL certificate support in Webmin itself.
    o DNS validation mode for Let's Encrypt certificates.
    o Manual editor for Cron jobs.
    o More German, Norwegian and Catalan translation updates.

(mef)

2020-04-27 15:15:08 UTC MAIN commitmail json YAML

Add devel/go-wordwrap version 1.0.0

go-wordwrap is a package for Go that automatically wraps words into
multiple lines. The primary use case for this is in formatting CLI
output, but of course word wrapping is a generally useful thing to do.

(nikita)

2020-04-27 15:00:54 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-pry to 0.13.1

(taca)

2020-04-27 15:00:27 UTC MAIN commitmail json YAML

misc/ruby-pry: update to 0.13.1

Update ruby-pry to 0.13.1.

### [v0.13.1][v0.13.1] (April 12, 2020)

#### Bug fixes

* Fixed bug where on invalid input only the last syntax error is displayed
  (instead of all of them) ([#2117](https://github.com/pry/pry/pull/2117))
* Fixed `Pry::Config` raising `NoMethodError` on undefined option instead of
  returning `nil` (usually invoked via `Pry.config.foo_option` calls)
  ([#2126](https://github.com/pry/pry/pull/2126))
* Fixed `help` command not displaying regexp aliases properly
  ([#2120](https://github.com/pry/pry/pull/2120))
* Fixed `pry-backtrace` not working ([#2122](https://github.com/pry/pry/pull/2122))

(taca)

2020-04-27 14:54:57 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkgin to 0.16.0

(jperkin)

2020-04-27 14:54:48 UTC MAIN commitmail json YAML

pkgin: Update to 0.16.0.

## Version 0.16.0 (2020-04-27)

* Rebuild +REQUIRED_BY files after each pkgdb modification, ensuring
  consistency and avoiding "Can't open +CONTENTS of ..." errors during
  subsequent upgrades.
* Improved output sorting.
* Turn off WARNS.
* Minor cleanups.
* Documentation fixes.
* Flush yes/no prompt before reading response (Michael Forney).

(jperkin)

2020-04-27 14:47:22 UTC MAIN commitmail json YAML

doc: Updated x11/st-term to 0.8.3

(leot)

2020-04-27 14:46:57 UTC MAIN commitmail json YAML

st-term: Update to 0.8.3

Changes:
0.8.3
-----
- Improve Input Method Editor (IME) support
- Fix use after free in font caching algorithm
- Add support for mouse shortcuts
- Add support for scroll(1).
  Scroll is a program that stores all the lines of its child and be
  used in st as a way of implementing scrollback.
- Misc bug fixes and improvements

(leot)

2020-04-27 14:34:33 UTC MAIN commitmail json YAML

doc: Updated mail/ruby-mime-types-data to 3.2020.0425

(taca)

2020-04-27 14:33:50 UTC MAIN commitmail json YAML

mail/ruby-mime-types-data: update to 3.2020.0425

Update ruby-mime-types-data to 3.2020.0425.

3.2020.04.25 / 2020-04-25

* Updated the IANA media registry entires as of release date.

* Added several RAW image types based on data from GNOME RAW
  Thumbnailer. #33 fixing #32.

* Added audio/wav. #31.

* Added a type for Smarttech notebook files. #30.

* Added an alias for audio/m4a files. #29.

* Added application/x-ms-dos-executable. #28.

(taca)

2020-04-27 14:27:58 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-RMagick to 4.1.2

(taca)

2020-04-27 14:27:25 UTC MAIN commitmail json YAML

graphics/ruby-RMagick: update to 4.1.2

Update ruby-RMagick to 4.1.2.

## RMagick 4.1.2

Bug Fixes:

- Fix build error on Freebsd (#1199)
- Add workaround for FreeBSD that it isn't able to process PDF (#1203)

## RMagick 4.1.1

Bug Fixes:

- Fix bug of signal handling internally (#1189)

(taca)

2020-04-27 14:12:10 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-native-package-installer to 1.0.9

(taca)

2020-04-27 14:11:35 UTC MAIN commitmail json YAML

devel/ruby-native-package-installer: update to 1.0.9

Update ruby-native-package-installer to 1.0.9.

## 1.0.9 - 2019-12-10

### Improvements

  * Added support for Ubuntu specific package.
    [GitHub#9][Patch by 聴smail Ar脹l脹k]

### Thanks

  * 聴smail Ar脹l脹k

## 1.0.8 - 2019-10-10

### Improvements

  * Enabled PowerTools repository on CentOS 8.

(taca)

2020-04-27 13:38:49 UTC MAIN commitmail json YAML

doc: note update of ruby-tzinfo and ruby-tzinfo-data

time/ruby-tzinfo 2.0.2
time/ruby-tzinfo-data 1.2020.1

(taca)

2020-04-27 13:37:21 UTC MAIN commitmail json YAML

time/ruby-tzinfo-data: update to 1.2020.1

Update ruby-tzinfo-data to 1.2020.1.

1.2020.1 (2020-04-24)

* Based on version 2020a of the IANA Time Zone Database
  (https://mm.icann.org/pipermail/tz-announce/2020-April/000058.html).

(taca)

2020-04-27 13:35:02 UTC MAIN commitmail json YAML

time/ruby-tzinfo: update to 2.0.2

Update ruby-tzinfo to 2.0.2.

## Version 2.0.2 - 2-Apr-2020

* Fixed 'wrong number of arguments' errors when running on JRuby 9.0. #114.
* Fixed warnings when running on Ruby 2.8. #113.

(taca)

2020-04-27 13:34:13 UTC MAIN commitmail json YAML

doc: Updated time/ruby-tzinfo1 to 1.2.7

(taca)

2020-04-27 13:33:48 UTC MAIN commitmail json YAML

time/ruby-tzinfo1: update to 1.2.7

Update ruby-tzinfo1 to 1.2.7.

Version 1.2.7 - 2-Apr-2020
--------------------------

* Fixed 'wrong number of arguments' errors when running on JRuby 9.0. #114.
* Fixed warnings when running on Ruby 2.8. #112.

(taca)

2020-04-27 10:22:33 UTC MAIN commitmail json YAML

Updated devel/py-dulwich, devel/py-faker, www/py-django-extensions, www/py-django-admin-sortable2

(adam)

2020-04-27 10:22:10 UTC MAIN commitmail json YAML

py-django-admin-sortable2: updated to 0.7.6

0.7.6
Fix: Move items when the order column is not first.
Fix: Bulk move when sorting order is descending.
Fix: Bulk move to last page when it is too small.
Refactor aggregates to use Coalasce for empty querysets.

(adam)

2020-04-27 10:20:29 UTC MAIN commitmail json YAML

py-django-extensions: updated to 2.2.9

2.2.9
- Fix: shell_plus, move notebook down the list of prefered shells
- Fix: sqldiff, fix KeyError when detecting missing (unique) indexes
- Improvement: encrypted fields, make it harder to use deprecated keyczar fields
- Locale: Removed empty localizations

(adam)

2020-04-27 10:19:46 UTC MAIN commitmail json YAML

py-faker: updated to 4.0.3

4.0.3:
* Fixed ``MSISDN`` for ``pt_BR``  to return only mobile numbers.
* Added Domain Generator Algorithm by date.
* Fixed issue where ``pydict`` provider was not returning the correct number of elements.
* Added support for Indian Aadhaar numbers.
* Added ``company_vat`` for ``it_IT``.
* Improved autodocumentation of providers.
* Added provider for ``es_ES`` license plates.
* Implemented ``__dir__`` method to Faker proxy for better autocompletion.
* Uppercased HEX colors for all localized color providers.
* Added bank provider for ``es_ES`` locale.
* Added support for UK counties.
* Added color provider for ``no_NO`` license plates.
* Made ``value_types`` a keyword argument in ``python`` provider.

(adam)

2020-04-27 10:18:53 UTC MAIN commitmail json YAML

py-dulwich: updated to 0.19.16

0.19.16:
* Don't send "deepen None" to server if graph walker
  supports shallow.

* Support tweaking the compression level for
  loose objects through the "core.looseCompression" and
  "core.compression" settings.

* Support tweaking the compression level for
  pack objects through the "core.packCompression" and
  "core.compression" settings.

* Add a "dulwich.contrib.diffstat" module.

(adam)

2020-04-27 08:18:20 UTC MAIN commitmail json YAML

Updated net/qbittorrent, devel/py-test-sugar

(adam)

2020-04-27 08:18:04 UTC MAIN commitmail json YAML

py-test-sugar: updated to 0.9.3

0.9.3:
- Fix incompatibility with pytest 5.4.0

(adam)

2020-04-27 08:17:11 UTC MAIN commitmail json YAML

qbittorrent: updated to 4.2.5

v4.2.5
- BUGFIX: Fix crash when torrent is deleted on limit reached
- BUGFIX: Register datatype properly
- WEBUI: Add ability to send custom HTTP headers
- WEBUI: Expand RSS related API
- WINDOWS: Installer: Update german translation

(adam)

2020-04-27 08:09:29 UTC MAIN commitmail json YAML

Updated math/py-bottleneck, sysutils/py-crontab

(adam)

2020-04-27 08:09:14 UTC MAIN commitmail json YAML

py-crontab: updated to 2.4.2

2.4.2:
Unknown changes

(adam)

2020-04-27 08:06:41 UTC MAIN commitmail json YAML

py-bottleneck: updated to 1.3.2

Bottleneck 1.3.2

Bug Fixes
- Explicitly declare numpy version dependency in ``pyproject.toml`` for Python 3.8, fixing
  certain cases where ``pip install`` would fail.
  and ``@0xb0b`` for reporting.

Bottleneck 1.3.1

Bug Fixes
- Fix memory leak in :func:`bottleneck.nanmedian` with the default argument of ``axis=None``.
- Add regression test for memory leak case

Bottleneck 1.3.0

Project Updates
- Bottleneck has a new maintainer, Christopher Whelan (``@qwhelan`` on GitHub).
- Documentation now hosted at https://bottleneck.readthedocs.io
- 1.3.x will be the last release to support Python 2.7
- Bottleneck now supports and is tested against Python 3.7 and 3.8.
- The ``LICENSE`` file has been restructured to only include the license for the Bottleneck project to aid license audit tools. There has been no change to the licensing of Bottleneck.

  - Licenses for other projects incorporated by Bottleneck are now reproduced in full in separate files in the ``LICENSES/`` directory (eg, ``LICENSES/NUMPY_LICENSE``)
  - All licenses have been updated. Notably, setuptools is now MIT licensed and no longer under the ambiguous dual PSF/Zope license.
- Bottleneck now uses :pep:`518` for specifying build dependencies, with per Python version specifications

Enhancements
- Remove ``numpydoc`` package from Bottleneck source distribution
- :func:`bottleneck.slow.reduce.nansum` and :func:`bottleneck.slow.reduce.ss` now longer coerce output to have the same dtype as input
- Test (tox, travis, appveyor) against latest ``numpy`` (in conda)
- Performance benchmarking also available via ``asv``
- ``versioneer`` now used for versioning
- Test suite now uses ``pytest`` as ``nose`` is deprecated
- ``python setup.py build_ext --inplace`` is now incremental
- ``python setup.py clean`` now cleans all artifacts
- Compiler feature support now identified by testing rather than hardcoding
- The ``BN_OPT_3`` macro allows selective use of ``-O3`` at the function level
- Contributors are now automatically cited in the release notes

Performance
- Speed up :func:`bottleneck.reduce.anynan` and :func:`bottleneck.reduce.allnan` by 2x via ``BN_OPT_3``
- All functions covered by ``asv`` benchmarks
- :func:`bottleneck.nonreduce.replace` speedup of 4x via more explicit typing
- :func:`bottleneck.reduce.median` up to 2x faster for Fortran-ordered arrays

Bug Fixes
- Documentation fails to build on Python 3
- :func:`bottleneck.benchmark.bench` crashes on python 3.6.3, numpy 1.13.3
- :func:`bottleneck.nonreduce_axis.push` raises when :code:`n=None` is explicitly passed
- :func:`bottleneck.reduce.nansum` wrong output when :code:`a = np.ones((2, 2))[..., np.newaxis]`
  same issue of other reduce functions
- Silenced FutureWarning from NumPy in the slow version of move functions
- Installing bottleneck onto a system that does not already have Numpy
- Memory leaked when input was not a NumPy array
- Tautological comparison in :func:`bottleneck.move.move_rank` removed

Cleanup
- The ``ez_setup.py`` module is no longer packaged
- Building documentation is now self-contained in ``make doc``
- Codebase now ``flake8`` compliant and run on every commit
- Codebase now uses ``black`` for autoformatting

(adam)

2020-04-27 07:23:42 UTC MAIN commitmail json YAML

Updated devel/py-cython, math/py-asteval

(adam)

2020-04-27 07:23:25 UTC MAIN commitmail json YAML

py-asteval: updated to 0.9.18

0.9.18:
clarify that 0.9.17 was the final version to support Py2.7

0.9.17:
add 3.8 to travis config

0.9.16:
auto-run codecov only if numpy is installed

(adam)

2020-04-27 07:22:17 UTC MAIN commitmail json YAML

py-cython: updated to 0.29.17

0.29.17:
Features added
std::move() is now available from libcpp.utility. Patch by Omer Ozarslan.
The @cython.binding decorator is available in Python code.

Bugs fixed
Creating an empty unicode slice with large bounds could crash. Patch by Sam Sneddon.
Decoding an empty bytes/char* slice with large bounds could crash. Patch by Sam Sneddon.
Re-importing a Cython extension no longer raises the error "__reduce_cython__ not found".
Unused C-tuples could generate incorrect code in 0.29.16. Patch by Kirk Meyer.
Creating a fused function attached it to the garbage collector before it was fully initialised, thus risking crashes in rare failure cases. Original patch by achernomorov.
Temporary buffer indexing variables were not released and could show up in C compiler warnings, e.g. in generators. Patch by David Woods.
The compilation cache in cython.inline("…") failed to take the language level into account. Patch by will-ca.
The deprecated PyUnicode_GET_SIZE() function is no longer used in Py3.

(adam)

2020-04-27 07:04:41 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rugged to 1.0.0

(taca)

2020-04-27 07:04:14 UTC MAIN commitmail json YAML

devel/ruby-rugged: update to 1.0.0

Update ruby-rugged to 1.0.0.

No release note nor changes is available.

(taca)

2020-04-27 07:02:47 UTC MAIN commitmail json YAML

Belatedly note update of shells/bash to 5.0.17 (sorry, forgot this earlier).

(kre)

2020-04-27 06:58:59 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rspec-rails to 4.0.0

(taca)

2020-04-27 06:58:36 UTC MAIN commitmail json YAML

devel/ruby-rspec-rails: update to 4.0.0

Update ruby-rspec-rails to 4.0.0.

### 4.0.0.rc1 / 2020-03-13
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta4...v4.0.0.rc1)

Enhancements:

* Allow `ActiveJob` matchers `#on_queue` modifier to take symbolic queue names. (Nils Sommer, #2283)
* The scaffold generator now generates request specs in preference to controller specs.
  (Luka Lüdicke, #2288)
* Add configuration option to disable ActiveRecord. (Jon Rowe, Phil Pirozhkov, Hermann Mayer, #2266)
*  Set `ActionDispatch::SystemTesting::Server.silence_puma = true` when running system specs.
  (ta1kt0me, Benoit Tigeot, #2289)

Bug Fixes:

* Restore previous conditional check for setting `default_url_options` in feature
  specs, prevents a `NoMethodError` in some scenarios. (Eugene Kenny, #2277)
* Allow changing `ActiveJob::Base.queue_adapter` inside a system spec.
  (Jonathan Rochkind, #2242)
* `rails generate generator` command now creates related spec file (Joel Azemar, #2217)
* Relax upper `capybara` version constraint to allow for Capybara 3.x (Phil Pirozhkov, #2281)
* Clear ActionMailer test mailbox after each example (Benoit Tigeot, #2293)

### 4.0.0.beta4
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta3...v4.0.0.beta4)

Enhancements:

* Add argument matcher support to `have_enqueued_*` matchers. (Phil Pirozhkov, #2206)
* Switch generated templates to use ruby 1.9 hash keys. (Tanbir Hasan, #2224)
* Add `have_been_performed`/`have_performed_job`/`perform_job` ActiveJob
  matchers (Isaac Seymour, #1785)
* Default to generating request specs rather than controller specs when
  generating a controller (Luka Lüdicke, #2222)

Bug Fixes:

* Prevent `driven_by(:selenium)` being called due to hook precedence.
  (Takumi Shotoku, #2188)
* Prevent a `WrongScopeError` being thrown during loading fixtures on Rails
  6.1 development version. (Edouard Chin, #2215)
* Fix Mocha mocking support with `should`. (Phil Pirozhkov, #2256)

### 4.0.0.beta3
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta2...v4.0.0.beta3)

Enhancements:

* Adds support for JRuby on Rails 5.2 and 6
* Add support for parameterised mailers (Ignatius Reza, #2125)
* Add ActionMailbox spec helpers and test type (James Dabbs, #2119)
* Add ActionCable spec helpers and test type (Vladimir Dementyev, #2113)
* Add support for partial args when using `have_enqueued_mail`
  (Ignatius Reza, #2118, #2125)
* Add support for time arguments for `have_enqueued_job` (@alpaca-tc, #2157)
* Improve path parsing in view specs render options. (John Hawthorn, #2115)
* Add routing spec template as an option for generating controller specs.
  (David Revelo, #2134)

Bug Fixes:

* Replace `before_teardown` as well as `after_teardown` to ensure screenshots
  are generated correctly. (Jon Rowe, #2164)
* `ActionView::FixtureResolver#hash` has been renamed to `ActionView::FixtureResolver#data`.
  (Penelope Phippen, #2076)
* Add missing require for `have_enqueued_mail` matcher.  (Ignatius Reza, #2117)

### 4.0.0.beta2
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta1...v4.0.0.beta2)

Bug Fixes:

* Fix version dependencies in gemspec.

### 4.0.0.beta1
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v3.9.0...v4.0.0.beta1)

Enhancements:

* Adds support for Rails 6. (Penelope Phippen, Benoit Tigeot, Jon Rowe, #2071)

Bug Fixes:

* `EmptyTemplateHandler.call` now needs to support an additional argument in
  Rails 6. (Pavel Rosický, #2089)
* Suppress warning from `SQLite3Adapter.represent_boolean_as_integer` which is
  deprecated. (Pavel Rosický, #2092)
* `ActionView::Template#formats` has been deprecated and replaced by
  `ActionView::Template#format`(Seb Jacobs, #2100)

Breaking Changes:

* Drops support for Rails below 5.0
* Drops support for Ruby below 2.3

(taca)

2020-04-27 06:53:56 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-racc to 1.5.0

(taca)

2020-04-27 06:53:18 UTC MAIN commitmail json YAML

devel/ruby-racc: update to 1.5.0

Update ruby-racc to 1.5.0.

No changes/release note is available.

* y2racc and racc2y are removed.

(taca)

2020-04-27 06:26:19 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-power_assert to 1.2.0

(taca)

2020-04-27 06:25:19 UTC MAIN commitmail json YAML

devel/ruby-power_assert: update to 1.2.0

Update ruby-power_assert to 1.2.0.

* pkgsrc change: update HOMEPAGE.

1.2.0 (2020-4-18)

* The repository was transferred and no other change.

(taca)

2020-04-27 06:13:20 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-octokit to 4.18.0

(taca)

2020-04-27 06:12:54 UTC MAIN commitmail json YAML

devel/ruby-octokit: update to 4.18.0

Update ruby-octokit to 4.18.0.

4.18.0 (2020-03-25)

Documentation

* #1200 Fix an API link in the Search client @NickLaMuro

Preview Header Support

* #1183 Enable issue events API to return project events @gammons
* #1203 Update deprecated application API to new preview @oreoshake

Bug Fixes

* #1201 Fix random test failures @MSP-Greg
* #1218 Fix incorrect URLs for the Authorizations client @tarebyte

(taca)

2020-04-27 06:03:37 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-mustache to 1.1.1

(taca)

2020-04-27 06:03:16 UTC MAIN commitmail json YAML

devel/ruby-mustache: update to 1.1.1

Update ruby-mustache to 1.1.1.

1.1.1 (2019-12-03)

* [improvement] Improve yardoc documentation (#247)
* [bug] Fix warnings about instance variables (#246)

(taca)

2020-04-27 05:51:17 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-mixlib-cli to 2.1.6

(taca)

2020-04-27 05:50:48 UTC MAIN commitmail json YAML

devel/ruby-mixlib-cli: update to 2.1.6

Update ruby-mixlib-cli to 2.1.6.

2.1.6 (2020-04-07)

Merged Pull Requests

* Substitute require for require_relative #76 (tas50)

(taca)

2020-04-27 05:36:56 UTC MAIN commitmail json YAML

net/djbdnscurve6: does not have error.h

(rillig)

2020-04-27 05:35:29 UTC MAIN commitmail json YAML

2020-04-27 05:23:11 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-getopt to 1.5.1

(taca)

2020-04-27 05:23:11 UTC MAIN commitmail json YAML

mk/wrapper: allow "unwrap" to be a no-op SUBST block

Discovered in pkgtools/pkg, where libpkg/pkg.pc was left unmodified.

(rillig)

2020-04-27 05:22:43 UTC MAIN commitmail json YAML

devel/ruby-getopt: update to 1.5.1

Update ruby-getopt to 1.5.1.

== 1.5.1 - 23-Mar-2020
* Properly add a LICENSE file since the Apache-2.0 license requires it.
* Added explicit .rdoc extensions to the README, CHANGES and MANIFEST files,
  mostly so they look nicer on github.

(taca)

2020-04-27 05:17:00 UTC MAIN commitmail json YAML

lang/objc: allow no-op substitution for PKGMANDIR

(rillig)

2020-04-27 05:14:41 UTC MAIN commitmail json YAML

games/nudoku: remove no-op file from SUBST_FILES

That file is handled by patches/patch-src_main.c.

(rillig)

2020-04-27 05:12:10 UTC MAIN commitmail json YAML

www/nostromo: remove no-op filename patterns from SUBST_FILES

(rillig)

2020-04-27 05:09:35 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-cucumber-wire to 3.0.0

(taca)

2020-04-27 05:09:02 UTC MAIN commitmail json YAML

devel/ruby-cucumber-wire: update to 3.0.0

Update ruby-cucumber-wire to 3.0.0.

3.0.0 (2020-04-24)

Changed

* Use cucumber-ruby-core 7.0.0

* Updated monorepo libraries:

- cucumber-cucumber-expressions ~> 10
- cucumber-messages ~> 12

(taca)

2020-04-27 05:07:26 UTC MAIN commitmail json YAML

www/nginx-devel: fix build for SUBST_NOOP_OK=no

(rillig)

2020-04-27 05:02:37 UTC MAIN commitmail json YAML

doc: note update of ruby-cucumber-* packages

devel/ruby-cucumber-messages 12.1.1
lang/ruby-cucumber-gherkin 13.0.0
devel/ruby-cucumber-core 7.0.0
devel/ruby-cucumber-expressions 10.1.0

(taca)

2020-04-27 05:00:17 UTC MAIN commitmail json YAML

devel/ruby-cucumber-expressions: update to 10.1.0

Update ruby-cucumber-expressions to 10.1.0.

* PKGNAME changed from ruby-cucumber-expressions to
  ruby-cucumber-cucumber-expressions.

No release notes available.

(taca)

2020-04-27 04:58:31 UTC MAIN commitmail json YAML

devel/ruby-cucumber-core: update to 7.0.0

Update ruby-cucumber-core to 7.0.0.

No release notes available.

(taca)

2020-04-27 04:56:49 UTC MAIN commitmail json YAML

lang/ruby-cucumber-gherkin: update to 13.0.0

Update ruby-cucumber-gherkin to 13.0.0.

No release notes available.

(taca)

2020-04-27 04:55:53 UTC MAIN commitmail json YAML

doc: Updated textproc/bat to 0.15.0

(fox)

2020-04-27 04:55:32 UTC MAIN commitmail json YAML

2020-04-27 04:55:10 UTC MAIN commitmail json YAML

textproc/bat: Updates to 0.15.0

Changes since 0.14.0:

Features

  * This release adds a new --diff/-d option that can be used to only show lines
    surrounding Git changes, i.e. added, removed or modified lines. The amount of
    additional context can be controlled with --diff-context=N. See #23 and #940

Bugfixes

  * Error message printed in the middle of the output for another file, see #946
  * Performance improvements when using custom caches (via bat cache --build): the
    bat startup time should now be twice as fast (@lzutao).

Themes

  * Updated version of the Solarized dark/light themes, see #941

bat as a library

  * There are a few changes in the "low level" API (the Config struct has changed and
    the error handler needs a new &mut dyn Write argument). The high-level API is not
    affected.

(fox)

2020-04-27 04:47:32 UTC MAIN commitmail json YAML

net/jftpgw: remove no-op SUBST block

The function "log" has been renamed to "jlog" upstream.

(rillig)

2020-04-27 04:43:47 UTC MAIN commitmail json YAML

net/istgt: remove no-op SUBST block

(rillig)

2020-04-27 04:38:47 UTC MAIN commitmail json YAML

2020-04-27 04:24:31 UTC MAIN commitmail json YAML

doc: Removed lang/ruby-gherkin

(taca)

2020-04-27 04:24:11 UTC MAIN commitmail json YAML

lang/ruby-gherkin: remove package

Remove ruby-gherkin package which was replaced by ruby-cucumber-gherkin.

(taca)

2020-04-27 04:23:14 UTC MAIN commitmail json YAML

lang/Makefile: delete ruby-gherkin

(taca)

2020-04-27 04:22:22 UTC MAIN commitmail json YAML

2020-04-27 04:12:44 UTC MAIN commitmail json YAML

erlang-doc: remove now irrelevant duplicate file filtering

(gutteridge)

2020-04-27 04:11:26 UTC MAIN commitmail json YAML

sysutils/memtester: does not have error.h

(rillig)

2020-04-27 04:08:43 UTC MAIN commitmail json YAML

security/openssh: remove no-op file from SUBST_FILES

(rillig)

2020-04-27 04:06:25 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-byebug to 11.1.3

(taca)

2020-04-27 04:05:56 UTC MAIN commitmail json YAML

devel/ruby-byebug: update to 11.1.3

Update ruby-byebug to 11.1.3.

## [11.1.3] - 2020-04-23

### Fixed

* [#674](https://github.com/deivid-rodriguez/byebug/pull/674): crash when using byebug on ruby 2.7.0 on Windows.

## [11.1.2] - 2020-04-17

### Fixed

* [#657](https://github.com/deivid-rodriguez/byebug/pull/657): crash when hitting \<TAB\> due to IRB completion mechanism included in the default ruby 2.7 version of the `irb` gem ([@terceiro]).

(taca)

2020-04-27 04:01:40 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-bindata to 2.4.7

(taca)

2020-04-27 04:01:10 UTC MAIN commitmail json YAML

devel/ruby-bindata: update to 2.4.7

Update ruby-bindata to 2.4.7.

== Version 2.4.7 (2020-03-31)

* Fix choice assignment inside arrays.  Reported by Spencer McIntyre.

(taca)

2020-04-27 04:00:10 UTC MAIN commitmail json YAML

www/squid4: fix build for strict SUBST and configure checks

(rillig)

2020-04-27 03:51:05 UTC MAIN commitmail json YAML

lang/gcc9: remove no-op SUBST block

As noted in the comment, this has been fixed upstream.

(rillig)

2020-04-27 03:47:31 UTC MAIN commitmail json YAML

devel/libLLVM34: remove nonexistent file from SUBST_FILES

(rillig)

2020-04-27 03:38:28 UTC MAIN commitmail json YAML

lang/gcc8: remove no-op SUBST block

The file gcc/Makefile.in does not contain GCC_TARGET_MACHINE, and there
is no patch that adds this placeholder. The related words that actually
appear in Makefile.in are -DTARGET_MACHINE, $(target_noncanonical),
$(target), $(real_target_noncanonical).

(rillig)

2020-04-27 03:28:08 UTC MAIN commitmail json YAML

more texlive 2020 package updates

(markd)

2020-04-27 03:26:40 UTC MAIN commitmail json YAML

2020-04-27 03:21:35 UTC MAIN commitmail json YAML

2020-04-27 02:22:10 UTC MAIN commitmail json YAML

tex-unicode-math{,-doc} update

(markd)

2020-04-27 02:20:52 UTC MAIN commitmail json YAML

2020-04-27 02:09:46 UTC MAIN commitmail json YAML

more texlive 2020 package updates

(markd)

2020-04-27 02:08:15 UTC MAIN commitmail json YAML

tex-*: update to texlive 2020 versions

tex-a2ping{,-doc} to 2.84p
tex-animate{,-doc} to 20200425
tex-auto-pst-pdf{,-doc} to 0.6.52849
tex-chemfig{,-doc} to 1.52
tex-circuitikz{,-doc} to 1.1.1
tex-graphics-pln{,-doc} to 2020
tex-mcf2graph{,-doc} to 4.48
tex-mptopdf{,-doc} to 2020
tex-pst-node{,-doc} to 1.42a
tex-pst-pdf{,-doc} to 1.2e
tex-pst-tools{,-doc} to 0.10
tex-pstricks-add{,-doc} to 3.89a
tex-tikz-feynhand{,-doc} to 1.1.0
tex-tikzmark{,-doc} to 1.8
tex-tkz-base{,-doc} to 3.06c
tex-tkz-fct{,-doc} to 1.3c

(markd)

2020-04-26 21:43:43 UTC MAIN commitmail json YAML

nss: fix wrong value of CPU_ARCH on NetBSD/evbarm-earmv7hf

Fixes PR pkg/53353 and maybe also PR pkg/55158

(tnn)

2020-04-26 20:23:39 UTC MAIN commitmail json YAML

textproc/DWB: fix macro calls with wrong number of arguments

The package still doesn't build since it is not DESTDIR-ready. It embeds
the full path including DESTDIR into the manual pages.

(rillig)

2020-04-26 20:19:06 UTC MAIN commitmail json YAML

doc: Updated mail/neomutt to 20200424

(wiz)

2020-04-26 20:18:56 UTC MAIN commitmail json YAML

neomutt: update to 20200424.

2020-04-24  Richard Russon  <rich@flatcap.org>
* Bug Fixes
  -Fix history corruption
  -Handle pretty much anything in a URL query part
  -Correctly parse escaped characters in header phrases
  -Fix crash reading received header
  -Fix sidebar indentation
  -Avoid crashing on failure to parse an IMAP mailbox
  -Maildir: handle deleted emails correctly
  -Ensure OP_NULL is always first
* Translations
  -100% Czech
* Build
  -cirrus: enable pcre2, make pkgconf a special case
  -Fix finding pcre2 w/o pkgconf
  -build: tdb.h needs size_t, bring it in with stddef.h

(wiz)

2020-04-26 17:10:22 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.10.8, calibre-4.14.0, catch2-2.12.1, i3-4.18.1,
  libntlm-1.6, musicpd-0.21.23, py-google-api-python-client-1.8.2,
  py-google-auth-1.14.1, unifont-13.0.02, vala-0.48.5.

(wiz)

2020-04-26 16:47:51 UTC MAIN commitmail json YAML

meld: remove sentence from DESCR

There is no other version, so it doesn't make sense to emphasize that
this version is based on GTK3.

(wiz)

2020-04-26 16:19:26 UTC MAIN commitmail json YAML

doc: Updated x11/gtksourceview4 to 4.6.0nb1

(wiz)

2020-04-26 16:17:58 UTC MAIN commitmail json YAML

doc: Updated devel/meld to 3.21.0nb2

(wiz)

2020-04-26 16:17:47 UTC MAIN commitmail json YAML

meld: update to 3.21.0nb2.

Update to 3.21.0 again now that the bug in gtksourceview4 is fixed.

(wiz)

2020-04-26 16:15:35 UTC MAIN commitmail json YAML

gtksourceview4: update to 4.6.0nb1.

Add patch from upstream repository to fix issue in devel/meld.

(wiz)

2020-04-26 14:23:25 UTC MAIN commitmail json YAML

mk/check/check-wrkref.mk: fix shell quoting

Before, adding "Binary file matches" (including the quotes) to
CHECK_WRKREF_EXTRA_DIRS led to a syntax error. Adding this string is so
obvious that it should have been added a long time ago already.

(rillig)

2020-04-26 14:14:31 UTC MAIN commitmail json YAML

doc: Updated editors/xournalpp to 1.0.18

(nia)

2020-04-26 14:11:19 UTC MAIN commitmail json YAML

doc: Updated chat/srain to 1.0.2

(nia)

2020-04-26 14:10:31 UTC MAIN commitmail json YAML

srain: Update to 1.0.2

2020-04-11 Version 1.0.2
========================

- Features:

  - Add MAN documentation (:commit:`deaf723`)
  - Add more predefined IRC networks: DALnet, EFnet, IRCnet, Undernet and QuakeNet (:pull:`228`)

- Changes:

  - Build: Allow setting CC variable via environment (:pull:`224`)
  - Add channel related messages to corresponding buffer as possible (:issue:`149`)
  - Improve widget focus control (:pull:`229`)
  - Drop unused icons (:commit:`6239fe5`)
  - Provide clearer error message when connecting (:pull:`233`)
  - Update gentoo installation documentation :ref:`install-packages-gentoo` (:commit:`ceb5ca3`)

- Bug fixes:

  - Truncate long message before sendisg (:pull:`227`)
  - Deal with invalid UTF-8 string (:commit:`50e7757`)
  - Fix incorrect user number of channel user list (:pull:`230`)
  - Fix incorrect icon install path (:commit:`9f07380`)

(nia)

2020-04-26 14:09:52 UTC MAIN commitmail json YAML

doc: Updated sysutils/p5-Quota to 1.8.1

(mef)

2020-04-26 14:09:21 UTC MAIN commitmail json YAML

(sysutils/p5-Quota) Updated to 1.8.1

Changes in 1.8.1 (April 2020)
- correction to Q_XQUOTASYNC update done in 1.8.0: return value inverted
- compile-fixes and enhancements for latest versions of the BSDs:
  - compile fix: FreeBSD lacks define RQUOTA_USRQUOTA in rpcsvc/rquota.h
  - NetBSD: map QUOTA_NOLIMIT to 0 for consistency with other platforms
  - DragonFly support prepared (untested); obsolete BSD/OS removed
  - getmntent(): decode numerical values of fs type and options to strings
  - renamed compile-switch HAVE_STATVFS: too generic (conflict Python.h)
- fixes for group quota support via RPC (i.e. v2 aka extended RPC):
  - removed use of USE_EXT_RQUOTA in include/rquota.h: switch is
    defined only later, thus extended quota was inadvertedly disabled
  - Linux & OpenBSD: switched from rpcsvc/rquota.h to internal rquota.h,
    as sys header lacks definition for extended RPC
  - getnfsquota(): don't use v1 RPC for group quota if v2 fails;
    return error instead
  - adjusted order of elements in ext_getquota_args to match XDR encoding
    (just to avoid confusion; no harm)
- setqlim: raise error in case of truncation of given limits to 32-bit
- test.pl:
  - added smoke test: run automatically upon $ENV{AUTOMATED_TESTING}
  - enhanced "forced RPC" test: ask for host:path, allow skipping

(mef)

2020-04-26 14:06:32 UTC MAIN commitmail json YAML

xournalpp: Update to 1.0.18. Patch from Yorick Hardy.

## 1.0.18

* Fixed a crash occurring when recent file entries are invalid (#1730, thanks to
  @iczero)
* Fixed translations not being built correctly, causing packaging issues (#1596)
* Fixed background PDF outlines not being saved in exported PDF (only available
  when compiled with Cairo 1.16 or newer)
* Fixed a deadlock occurring when a second PDF with an outline is opened (#1582).
* Fixed the settings file being written to when it is parsed (#1074, thanks to
  @Guldoman)
* Fixed dark mode icons not loading properly (#1767, thanks to @badshah400)
* Added missing dark mode icons (#1765, thanks to @badshah400)
* Fixed crash in `Export As ...` on some page range options (#1790)
* Fixed crash caused by custom colors in toolbar being "too close" (#1659)
* Windows: Fixed the LaTeX tool always failing to find kpsewhich (#1738). Note
  that to make this work properly, a console window will now flash briefly
  before Xournal++ starts.

(nia)

2020-04-26 14:02:56 UTC MAIN commitmail json YAML

(devel/p5) -Exporter-Tiny to 1.002002, -Future to 0.45, -Struct-Dumb to 0.12

Updated devel/p5-Exporter-Tiny to 1.002002
Updated devel/p5-Future to 0.45
Updated devel/p5-Struct-Dumb to 0.12

(mef)

2020-04-26 14:02:28 UTC MAIN commitmail json YAML

net/bftpd: fix location of configuration file in manual page

(rillig)

2020-04-26 13:59:43 UTC MAIN commitmail json YAML

(devel/p5-Struct-Dumb) Updated to 0.12

0.12    2020-04-21
        [BUGFIXES]
        * Better ways to detect late-loading of Data::Dump.
+ Avoid touching its $VERSION
        + Check it is loaded when the destroywatch is invoked before
        actually applying filter

(mef)

2020-04-26 13:58:33 UTC MAIN commitmail json YAML

textproc/awf: remove redundant Makefile from SUBST_FILES

It is already handled by patch-aa.

(rillig)

2020-04-26 13:56:06 UTC MAIN commitmail json YAML

(devel/p5-Future) Updated to 0.45

0.45    2020-04-22
        [CHANGES]
        * API changes to make duck-typing closer to Promises/A+ et.al:
            + Allow sequencing methods to yield non-Future results; upgrade
              them to being Future-wrapped
            + Add ->resolve and ->reject as aliases of ->done and ->fail
        * Recognise PERL_FUTURE_STRICT environment variable to restore
          previous sequencing method behaviour

        [BUGFIXES]
        * ->without_cancel still needs to cancel result if caller is
          cancelled
        * Ensure all Future::AsyncAwait interop methods properly respect
          subclassing

(mef)

2020-04-26 13:54:59 UTC MAIN commitmail json YAML

games/aop: remove redundant file from SUBST_FILES

Makefile is already patched by patch-aa.

(rillig)

2020-04-26 13:54:14 UTC MAIN commitmail json YAML

(devel/p5-Exporter-Tiny) Updated to 1.002002

1.002002        2020-04-24

[ Bug Fixes ]
- Bug in handling regexps in import lists; Exporter::Tiny allowed regexps
  like /foo/i but not /foo/. Having trailing flags is now optional!
  Tomohiro Hosaka++
  <https://github.com/tobyink/p5-exporter-tiny/issues/6>
- Tests would fail if `PERL5OPT=-Mfeature=:5.18` environment variable was
  set. This is because bareword `-default` was being interpreted as the
  Perl `default` keyword.
  zhumengu++
  <https://github.com/tobyink/p5-exporter-tiny/issues/5>

(mef)

2020-04-26 13:51:52 UTC MAIN commitmail json YAML

time/anacron: allow no-op SUBST block

(rillig)

2020-04-26 13:39:55 UTC MAIN commitmail json YAML

(devel/p5-B-COW) 0.004 Added, (devel/p5-Clone) updated to 0.45

Added devel/p5-B-COW version 0.004
Updated devel/p5-Clone to 0.45

(mef)

2020-04-26 13:37:08 UTC MAIN commitmail json YAML

(devel/p5-Clone) Updated to 0.45. (pkgsrc) p5-B-COW added for TEST_DEPENDS

0.45 2020-04-23 14:46:00 atoomic
  - bump B::COW requirement to fix big-endian issue

0.44 2020-04-20 11:30:00 atoomic
  - support Perls with COW disabled (plicease)
  - bump B::COW requirement for testing

(mef)

2020-04-26 13:32:18 UTC MAIN commitmail json YAML

benchmark/google-benchmark: remove runtime dependency on Python

(rillig)

2020-04-26 13:31:28 UTC MAIN commitmail json YAML

(devel/p5-B-COW) import p5-B-COW-0.004

B::COW provides some naive additional B helpers to check the COW
status of one SvPV.  COW or Copy On Write introduction

A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a
(kind of) Read Only C string, that would be Copied On Write (COW).

More than one SV can share the same PV, but when one PV need to alter
it, it would perform a copy of it, decrease the COWREFCNT counter.

One SV can then drop the COW flag when it's the only one holding a
pointer to the PV.

The COWREFCNT is stored at the end of the PV, after the the "\0".

That value is limited to 255, when we reach 255, a new PV would be
created,

(mef)

2020-04-26 13:29:50 UTC MAIN commitmail json YAML

archivers/py-lz4: fix path to py-test

The directory works only for py-test<5 since py-test>=5 lives in
devel/py-test5.

(rillig)

2020-04-26 13:27:41 UTC MAIN commitmail json YAML

archivers/fastjar: suppress USE_TOOLS+=perl warning

(rillig)

2020-04-26 13:19:39 UTC MAIN commitmail json YAML

x11/gtk-sharp3: follow the redirect for the homepage

(rillig)

2020-04-26 13:11:17 UTC MAIN commitmail json YAML

2020-04-26 12:59:28 UTC MAIN commitmail json YAML

regress/make-quoting: replace obsolete _PKG_SILENT with RUN

(rillig)

2020-04-26 12:46:33 UTC MAIN commitmail json YAML

2020-04-26 12:46:01 UTC MAIN commitmail json YAML

regress/infra-unittests: add tests for patch(1)

(rillig)

2020-04-26 12:33:03 UTC MAIN commitmail json YAML

some texlive 2020 updates

(markd)

2020-04-26 12:29:35 UTC MAIN commitmail json YAML

texlive-collection-fontsrecommended: update to 2020

tex-ec moves to collection-basic
tex-wasy2-ps replaced by tex-wasy-type1

(markd)

2020-04-26 12:24:50 UTC MAIN commitmail json YAML

fonts: add tex-wasy-type1, remove tex-wasy2-ps

(markd)

2020-04-26 12:23:21 UTC MAIN commitmail json YAML

2020-04-26 12:21:39 UTC MAIN commitmail json YAML

regress/infra-unittests: add test for subst.mk with unreadable file

(rillig)

2020-04-26 12:21:22 UTC MAIN commitmail json YAML

tex-*: update to texlive 2020 versions

tex-adforn{,-doc} to 1.1b
tex-adfsymbols{,-doc} to 1.2b
tex-adobemapping to 2020
tex-alegreya{,-doc} to 2020
tex-baskervaldx{,-doc} to 1.073
tex-cabin{,-doc} to 2020
tex-ccfonts{,-doc} to 1.2
tex-cinzel{,-doc} to 2020
tex-clearsans{,-doc} to 2020
tex-countriesofeurope{,-doc} to 0.23
tex-ebgaramond{,-doc} to 2020
tex-ebgaramond-maths{,-doc} to 1.2
tex-erewhon{,-doc} to 1.104
tex-esint{,-doc} to 1.2d
tex-fira{,-doc} to 4.3.54512
tex-fontinst{,-doc} to 1.933.53562
tex-fontname{,-doc} to 2020
tex-fontools{,-doc} to 2020
tex-fontspec{,-doc} to 2.7i
tex-fourier{,-doc} to 2.2
tex-ipaex{,-doc} to 2020
tex-junicode{,-doc} to 1.0.2
tex-libertine{,-doc} to 5.3.0.54583
tex-librecaslon{,-doc} to 2020
tex-luaotfload{,-doc} to 3.12
tex-mathalpha{,-doc} to 1.13
tex-mathpazo{,-doc} to 1.003.52663
tex-merriweather{,-doc} to 2020
tex-newpx{,-doc} to 1.410
tex-newtx{,-doc} to 1.625
tex-newtxtt{,-doc} to 1.056
tex-oldstandard{,-doc} to 2.5
tex-overlock{,-doc} to 2020
tex-playfair{,-doc} to 2020
tex-psnfss{,-doc} to 9.3
tex-pxtxalfa{,-doc} to 1.54080
tex-quattrocento{,-doc} to 2020
tex-roboto{,-doc} to 2020
tex-sansmathaccent{,-doc} to 2020
tex-skull to 0.1.51907
tex-superiors{,-doc} to 1.06
tex-txfontsb{,-doc} to 1.1.1
tex-universa{,-doc} to 2.1
tex-wasy{,-doc} to 2.5
tex-wasysym{,-doc} to 2.4
tex-xcharter{,-doc} to 1.205
tex-xits{,-doc} to 1.301
tex-wasy-type1 to 001.002

(markd)

2020-04-26 11:47:53 UTC MAIN commitmail json YAML

cut spurious character in sed pattern

(plunky)

2020-04-26 10:22:59 UTC MAIN commitmail json YAML

meta-pkgs/modular-xorg: make hacks.mk optional

For example, devel/imake doesn't need it.

(rillig)

2020-04-26 10:19:27 UTC MAIN commitmail json YAML

lang/clang: avoid unnecessary shell command

The "echo NO" is not necessary since the output of the shell command is
immediately inspected. Therefore there is no need to use the :sh
modifier.

(rillig)

2020-04-26 10:07:06 UTC MAIN commitmail json YAML

graphics/py-OpenGL: fix package name of test dependency

(rillig)

2020-04-26 10:05:46 UTC MAIN commitmail json YAML

graphics/jasper: fix typo in jasper.pc.in location

(rillig)

2020-04-26 10:04:34 UTC MAIN commitmail json YAML

graphics/freetype2: remove no-op SUBST block

(rillig)

2020-04-26 10:03:25 UTC MAIN commitmail json YAML

graphics/ImageMagick6: allow SUBST block to be a no-op

(rillig)

2020-04-26 10:01:38 UTC MAIN commitmail json YAML

devel/py-jupyter_client: disable tests for py27

(rillig)

2020-04-26 10:00:41 UTC MAIN commitmail json YAML

devel/py-py2app: disable tests for py27

(rillig)

2020-04-26 09:59:51 UTC MAIN commitmail json YAML

devel/py-requests: disable tests for py27

(rillig)

2020-04-26 09:57:24 UTC MAIN commitmail json YAML

devel/libthrift: suppress warning about unnecessary USE_TOOLS+=perl

(rillig)

2020-04-26 09:55:09 UTC MAIN commitmail json YAML

devel/libdaemon: fix path to pkg-config file

(rillig)

2020-04-26 09:47:41 UTC MAIN commitmail json YAML

2020-04-26 09:41:49 UTC MAIN commitmail json YAML

doc: Updated devel/php-xdebug to 2.9.5

(taca)

2020-04-26 09:40:56 UTC MAIN commitmail json YAML

devel/php-xdebug: update to 2.9.5

Update php-xdebug to 2.9.5.

php-xdebug 2.9.5 (2020-04-25)

Fixed bugs:

- Fixed issue #1772: Crash with exception thrown inside a destructor
- Fixed issue #1775: Segfault when another extension compiles a PHP file
  during RINIT
- Fixed issue #1779: Nested multi-line built-in function in namespace are
  not covered

(taca)

2020-04-26 09:35:15 UTC MAIN commitmail json YAML

doc/TODO: -postfix

- postfix-3.5.1.

(taca)

2020-04-26 09:34:43 UTC MAIN commitmail json YAML

doc: note update of postfix and relatex packages to 3.5.1

mail/postfix
mail/postfix-cdb
mail/postfix-ldap
mail/postfix-lmdb
mail/postfix-mysql
mail/postfix-pcre
mail/postfix-pgsql
mail/postfix-sqlite

(taca)

2020-04-26 09:33:26 UTC MAIN commitmail json YAML

mail/postfix: update to 3.5.1

Update postfix to 3.5.1.

3.5.0 (2020-03-16)

Postfix stable release 3.5.0 is available. Support has ended for
legacy release Postfix 3.1.

The main changes are below. See the RELEASE_NOTES file for further details.

  * Support for the haproxy v2 protocol. The Postfix implementation
    supports TCP over IPv4 and IPv6, as well as non-proxied
    connections; the latter are typically used for heartbeat tests.

  * Support to force-expire email messages. This introduces new
    postsuper(1) command-line options to request expiration, and
    additional information in mailq(1) or postqueue(1) output.

  * The Postfix SMTP and LMTP client support a list of nexthop
    destinations separated by comma or whitespace. These destinations
    will be tried in the specified order. Examples:

    /etc/postfix/main.cf:
        relayhost = foo.example, bar.example
        default_transport = smtp:foo.example, bar.example

Incompatible changes:

  * Logging: Postfix daemon processes now log the from= and to=
    addresses in external (quoted) form in non-debug logging (info,
    warning, etc.). This means that when an address localpart
    contains spaces or other special characters, the localpart will
    be quoted, for example:

from=<"name with spaces"@example.com>

    Specify "info_log_address_format = internal" for backwards compatibility.

  * Postfix now normalizes IP addresses received with XCLIENT,
    XFORWARD, or with the HaProxy protocol, for consistency with
    direct connections to Postfix. This may change the appearance
    of logging, and the way that check_client_access will match
    subnets of an IPv6 address.

3.5.1 (2020-04-20)

Postfix versions 3.5.1, 3.4.11, 3.3.9, 3.2.14:

  * Bitrot workaround for broken builds after an incompatible change
    in GCC 10.

  * Bitrot workaround for broken DANE/DNSSEC support after an
    incompatible change in GLIBC 2.31. This change avoids the need
    for new options in /etc/resolv.conf.

(taca)

2020-04-26 09:19:10 UTC MAIN commitmail json YAML

doc: Updated www/drupal8 to 8.7.12

(taca)

2020-04-26 09:18:43 UTC MAIN commitmail json YAML

www/drupal8: update to 8.7.12

Update drupal8 to 8.7.12.

Release notes

Maintenance and security release of the Drupal 8 series.

This release fixes security vulnerabilities. Sites are urged to upgrade
immediately after reading the notes below and the security announcement:

* Drupal core - Moderately critical - Third-party library - SA-CORE-2020-001

No other fixes are included.

Which release do I choose? Security coverage information

* Sites on 8.7.x will receive security coverage until June 3, 2020 (when
  Drupal 8.9.0 is scheduled for release).
* Versions of Drupal 8 prior to 8.7.x are end-of-life and do not receive
  security coverage.

Important update information

No changes have been made to the .htaccess, web.config, robots.txt or
default settings.php files in this release, so upgrading custom versions of
those files is not necessary if your site is already on the previous
release.

(taca)

2020-04-26 08:48:52 UTC MAIN commitmail json YAML

doc: Updated mail/roundcube-plugin-password to 1.4.2nb1

(taca)

2020-04-26 08:48:24 UTC MAIN commitmail json YAML

mail/roundcube-plugin-password: fix runtime problem

Fix roundcube-plugin-password.

* Patch for roundcube-plugin-password had not been applied accidently.
* More changes were required to make it work on *BSD system.

Bump PKGREVISION.

(taca)

2020-04-26 08:43:28 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-backports to 3.17.1

(taca)

2020-04-26 08:42:36 UTC MAIN commitmail json YAML

devel/ruby-backports: update to 3.17.1

Update ruby-backports to 3.17.1.

## [3.17.1](https://github.com/marcandre/backports/compare/v3.17.0...v3.17.1) - 2020-04-09

### Fixed

Fix Range#size (Ruby 2.0) on Ruby 1.8.7 [#144]

(taca)

2020-04-26 08:41:08 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.31.0

(taca)

2020-04-26 08:40:47 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.31.0

Update ruby-sequel to 5.31.0.

=== 5.31.0 (2020-04-01)

* Fix alter_table drop_constraint :primary_key option on SQLite for non-integer primary keys (jeremyevans)

* Add skip_saving_columns plugin, which supports columns to skip when saving, and skips generated columns by default (joeosburn, jeremyevans) (#1681, #1682)

* Add support for creating partitioned tables in PostgreSQL 10+ using :partition_by and :partition_of options (jeremyevans)

* Dump generated columns as generated columns when using the schema_dumper with :same_db option on PostgreSQL 12+ (jeremyevans) (#1680)

* Ignore defaults for generated columns by default when using the schema dumper (jeremyevans) (#1680)

* Include generated columns in schema on SQLite 3.31+ (jeremyevans)

* Add :generated schema entry on PostgreSQL 12+ and SQLite 3.31+ for whether the columns is generated (jeremyevans)

* Add association_lazy_eager_option plugin for supporting :eager option for association method (jeremyevans)

* Add forbid_lazy_load plugin for forbidding lazy loading of associations, to help find N+1 issues (jeremyevans)

(taca)

2020-04-26 08:37:40 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-activeldap to 6.0.1

(taca)

2020-04-26 08:37:13 UTC MAIN commitmail json YAML

databases/ruby-activeldap: update to 6.0.1

Update ruby-activeldap to 6.0.1.

## 6.0.1: 2020-04-21 {#release-6-0-1}

### Improvements

  * Dropped support for Ruby 2.4.

  * Stopped using paged results when we need only one entry.
    [GitHub#173][Patch by Kevin McCormack]

### Thanks

  * Kevin McCormack

## 6.0.0: 2020-04-16 {#release-6-0-0}

### Improvements

  * Removed needless `rubyforge_project` from `.gemspec`.
    [GitHub#167][Patch by Olle Jonsson]

  * Added support for reusing parent configuration for omitted
    configuration items when creating a connection per class or DN.

  * jndi: Added support for processing DN that includes backslash.

  * jndi: Added a CI job for JRuby 9.
    [GitHub#170][Patch by Kevin McCormack]

  * jndi: Added support for paged search.
    [GitHub#171][Patch by Kevin McCormack]

  * Added support for Active Model 6.

  * `search`: Added `:used_paged_results` and `:page_size` options.

### Thanks

  * Olle Jonsson

  * Kevin McCormack

(taca)

2020-04-26 06:56:29 UTC MAIN commitmail json YAML

mk/misc/can-be-built-here.mk: remove NOT_FOT_UNPRIVILEGED

It is unused, and its error message wrongly said "only for unprivileged",
which nobody complained about for 13 years.

(rillig)

2020-04-26 06:47:12 UTC MAIN commitmail json YAML

cross/mingw-w64-x86_64-headers: remove unknown configure option

The packages using this file have multiple configure scripts, but none of
them contains the words "secure api".

(rillig)

2020-04-26 06:40:27 UTC MAIN commitmail json YAML

cross/mingw-w64-x86_64-binutils: allow unknown configure options

(rillig)

2020-04-26 06:38:17 UTC MAIN commitmail json YAML

graphics/libraw: remove unknown configure options

The text "mosa" doesn't appear in the configure script anymore.

(rillig)

2020-04-26 06:35:30 UTC MAIN commitmail json YAML

audio/nas: remove no-op SUBST block

The word "wheel" does not occur in the whole source tree anymore.

(rillig)

2020-04-26 06:32:00 UTC MAIN commitmail json YAML

audio/nas: fix obvious path error in nasd.conf.eg

The path /dev//dev/audio does not make sense.

(rillig)

2020-04-26 06:23:58 UTC MAIN commitmail json YAML

comms/pilot-link: fix unknown configure options

(rillig)

2020-04-26 03:34:29 UTC MAIN commitmail json YAML

lxqt: add a comment about icon themes

(gutteridge)

2020-04-26 03:18:25 UTC MAIN commitmail json YAML

doc: Added meta-pkgs/lxqt version 0.14.1

(gutteridge)

2020-04-26 03:17:41 UTC MAIN commitmail json YAML

options.description: add openbox and xfce4-wm (used by LXQt)

(gutteridge)

2020-04-26 03:13:14 UTC MAIN commitmail json YAML

meta-pkgs: add LXQt 0.14.1

LXQt is a free desktop environment with comparatively low resource
requirements. This makes it especially suitable for resource-constrained
personal computers such as netbooks or system-on-a-chip machines.
(Packaged in wip by pin@, additional changes by myself.)

(gutteridge)

2020-04-26 03:06:06 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-panel to 0.14.1nb1

(gutteridge)

2020-04-26 03:05:51 UTC MAIN commitmail json YAML

lxqt-panel: fix location of default panel settings config

Place the panel settings configuration file where the rest of LXQt (as
configured in pkgsrc presently) expects it to be, so fallbacks work if
a user doesn't already have a custom configuration defined. (Ride
previous commits of LXQt earlier today; this doesn't merit a recursive
dependency bump.)

(gutteridge)

2020-04-26 02:22:00 UTC MAIN commitmail json YAML

doc: Updated sysutils/pcmanfm-qt to 0.14.1nb4

(gutteridge)

2020-04-26 02:19:56 UTC MAIN commitmail json YAML

pcmanfm-qt: fix location of default desktop settings config

Place the desktop settings configuration file where the rest of LXQt
(as configured in pkgsrc presently) expects it to be, so fallbacks
work if a user doesn't already have a custom configuration defined.
This does not affect standalone use of this application, only its
functionality that provides the desktop background for LXQt. (Ride
previous commits of LXQt earlier today; this doesn't merit a recursive
dependency bump.)

(gutteridge)

2020-04-26 02:11:17 UTC MAIN commitmail json YAML

lxqt-session: amend a patch comment

These aren't just sample files, they're the system-wide fallback
configurations, should the user not have anything defined.

(gutteridge)

2020-04-26 01:06:17 UTC MAIN commitmail json YAML

doc: Updated cad/diylc to 3.28.0nb1

(dsainty)

2020-04-26 01:05:15 UTC MAIN commitmail json YAML

There are two common ways to select the "java" executable in Pkgsrc.
One is via "${JAVA_BINPREFIX}-java", and one is via
"${PKG_JAVA_HOME}/bin/java".

The "${JAVA_BINPREFIX}-java" way relies on an appropriately named
executable being present in the built-in JRE if you are using the
built-in - something with a "-java" suffix.  That just doesn't exist
in either the MacOS Oracle JRE install or the JDK install.  So switch
to "${PKG_JAVA_HOME}/bin/java" instead, which works (but does require
careful quoting to allow for spaces under MacOS).

Bump PKGREVISION.

(dsainty)

2020-04-26 00:21:21 UTC MAIN commitmail json YAML

changes: add devel/go-tmc

(nikita)

2020-04-26 00:17:03 UTC MAIN commitmail json YAML

Add devel/go-tmc version 0.5.1

tmc provides round-trip serialization of typed Go maps.

(nikita)

2020-04-25 23:51:09 UTC MAIN commitmail json YAML

add changes entry for go-goldmark

(nikita)

2020-04-25 23:49:20 UTC MAIN commitmail json YAML

Add textproc/go-goldmark version 1.1.30

goldmark is a Markdown parser written in Go. It is compliant with
CommonMark 0.29. Its features include:

- Standards-compliant. goldmark is fully compliant with the latest
  CommonMark specification.
- Extensible. Do you want to add a @username mention syntax to
  Markdown? You can easily do so in goldmark. You can add your AST
  nodes, parsers for block-level elements, parsers for inline-level
  elements, transformers for paragraphs, transformers for the whole
  AST structure, and renderers.
- Performance. goldmark's performance is on par with that of cmark,
  the CommonMark reference implementation written in C.
- Robust. goldmark is tested with go-fuzz, a fuzz testing tool.
- Built-in extensions. goldmark ships with common extensions like
  tables, strikethrough, task lists, and definition lists.
- Depends only on standard libraries.

(nikita)

2020-04-25 22:23:06 UTC MAIN commitmail json YAML

2020-04-25 21:49:38 UTC MAIN commitmail json YAML

games/velena: remove redundant SUBST_FILES pattern

(rillig)

2020-04-25 21:36:17 UTC MAIN commitmail json YAML

mk/build/build.mk: use the login shell by default for build-env

(rillig)