[update] devel/py-algorithm-munkres 1.1.2 -> 1.1.4

2022-07-19 Thread Kurt Mosiejczuk
https://github.com/bmc/munkres/blob/master/CHANGELOG.md Upstream integrated the patch I made to the tests, so removed the patch. Includes a fix. All tests pass on amd64. The only consumer is audio/beets which passes its tested identically for both the old version and this new one. ok? --Kurt

Fix build of devel/json-c on sparc64

2022-07-19 Thread Kurt Mosiejczuk
json-c 0.16 has the attribute 'cold' used in json_object.c ports-gcc doesn't understand this and so the use of -Werror makes the build abort. This diff adds a patch to strip out 'cold' since it is documented as an optimization anyway. The other possible approach would be to turn off '-Werror', b

[update] devel/py-crc32c 2.2 -> 2.3

2022-07-19 Thread Kurt Mosiejczuk
>From https://github.com/ICRAR/crc32c/blob/master/CHANGELOG.md Improved macro definition logic and platform detection to enable building universal2 binary wheels for macOS, alongside arm64 and x86_64 ones; added step to GitHub Actions to generate and publish them (#

[update] databases/py-ldap 3.4.0 -> 3.4.2

2022-07-19 Thread Kurt Mosiejczuk
https://github.com/python-ldap/python-ldap/blob/python-ldap-3.4.2/CHANGES The biggest change deals with the merge of libldap and libldap_r, which obsoletes out patches. Tests pass the same as for 3.4.0 on amd64. ok? --Kurt Index: Makefile ===

[New] net/ruby-net-telnet 0.2.0

2022-07-19 Thread Kurt Mosiejczuk
Before Ruby 3.0, net/telnet was bundled as part of the language. For 3.0+ it is a separate gem. It provides telnet, netcat-like, and pop email checking capabilities. ok to import? --Kurt ruby-net-telnet.tgz Description: application/tar-gz

Re: [new] sysutils/py-zabbix-api

2022-07-19 Thread Kurt Mosiejczuk
On Mon, Jul 18, 2022 at 09:55:24AM +0300, Pavel Korovin wrote: > zabbix-api python package is used by community.zabbix ansible collection. > OK? ok kmos --Kurt

Re: [update] colordiff-1.0.20

2022-07-19 Thread Edd Barrett
On Tue, Jul 19, 2022 at 02:15:12PM +0200, Jeremie Courreges-Anglas wrote: > Thanks, I'll wait for Edd's feedback/ok before committing. Seems to work fine here. OK edd@ -- Best Regards Edd Barrett https://www.theunixzoo.co.uk

Re: [update] colordiff-1.0.20

2022-07-19 Thread Jeremie Courreges-Anglas
On Tue, Jul 19 2022, Bjorn Ketelaars wrote: > On Tue 19/07/2022 13:37, Jeremie Courreges-Anglas wrote: >> >> I frequently use colordiff to hilight diffs in base or ports, and >> I noticed that there was a new release upstream. Here's an update diff, >> no regression spotted. >> >> The diff also

Re: [update] colordiff-1.0.20

2022-07-19 Thread Bjorn Ketelaars
On Tue 19/07/2022 13:37, Jeremie Courreges-Anglas wrote: > > I frequently use colordiff to hilight diffs in base or ports, and > I noticed that there was a new release upstream. Here's an update diff, > no regression spotted. > > The diff also adds the archive/ subdirectory to MASTER_SITES, the

[update] colordiff-1.0.20

2022-07-19 Thread Jeremie Courreges-Anglas
I frequently use colordiff to hilight diffs in base or ports, and I noticed that there was a new release upstream. Here's an update diff, no regression spotted. The diff also adds the archive/ subdirectory to MASTER_SITES, the current version can't be fetched any more from the current MASTER_SI

update or remove outdated x11/lumina?

2022-07-19 Thread Klemens Nanni
Last update to 1.4.0 is from 2017, the current 1.6.2 release is from 2021 with more releases in between but noone showed up to update the port. https://github.com/lumina-desktop/lumina/releases There was (false) "x11/lumina broken since OpenBSD 6.7" report on ports@ https://marc.info/?l=openbsd-po

Re: cfitsio

2022-07-19 Thread Marc Espie
On Sun, Jul 17, 2022 at 03:57:33PM +0200, Jeremie Courreges-Anglas wrote: > On Sun, Jul 17 2022, Marc Espie wrote: > > Anyone got an update for cfitsio ? > > our port is somewhat ancient. > > I have an update to 4.1.0, but I'd like to clean up the existing > ports first. > > > I noticed while lo

sparc64 bulk build report

2022-07-19 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sat Jul 16 15:14:08 MDT 2022 Finished: Tue Jul 19 02:13:11 MDT 2022 Duration: 2 Days 10 hours 59 minutes Built using OpenBSD 7.1-current (GENERIC.MP) #1377: Fri Jul 15 15:04:58 MDT 2022 Built 9215 packages Number of packages built each day: J

[update] devel/py-argcomplete 1.9.3 -> 2.0.0

2022-07-19 Thread Kurt Mosiejczuk
https://github.com/kislyuk/argcomplete/blob/develop/Changes.rst Update to 2.0.0 Brings fish shell support and Python 3.10 support Tests for all TEST_DEPENDS consumers complete the same before and after. ok? --Kurt Index: Makefile ===