Re: UPDATE audio/audacious to 4.4

2024-06-26 Thread Bjorn Ketelaars
On Thu 13/06/2024 17:43, Bjorn Ketelaars wrote: > Diff below updates {audio,meta}/audacious to 4.4. Changes are listed on > https://audacious-media-player.org/news/59-audacious-4-4-released. > > Changes to port: > - bumped minor of libaudcore because of an addition > - bumped major of libaudqt bec

textproc/py-smartpants & python 3.12

2024-06-26 Thread Daniel Dickman
No more distutils in Python 3.12. ok? Index: Makefile === RCS file: /cvs/ports/textproc/py-smartypants/Makefile,v diff -u -p -u -r1.3 Makefile --- Makefile6 May 2024 12:24:09 - 1.3 +++ Makefile27 Jun 2024 01:46:35 -

Re: rsync add zstd flavor?

2024-06-26 Thread Bryan Vyhmeister
Here is a diff that changes rsync to include iconv, lz4, and zstd by default and then creates a minimal flavor that disables all three. I updated the DESCR as jca@ directed as well. This built and worked fine for me in both regular and minimal flavor builds and I confirmed that zstd and lz4 show up

Re: rsync add zstd flavor?

2024-06-26 Thread Bryan Vyhmeister
On Wed, Jun 26, 2024 at 05:35:14PM +0100, Stuart Henderson wrote: > On 2024/06/25 17:38, Bryan Vyhmeister wrote: > > I have a project that requires rsync with zstd compression and I would > > like to have the option in ports without having to manually modify my > > rsync port Makefile if possible.

Re: rsync add zstd flavor?

2024-06-26 Thread Bryan Vyhmeister
On Wed, Jun 26, 2024 at 05:43:16PM +0200, Jeremie Courreges-Anglas wrote: > On Tue, Jun 25, 2024 at 05:38:02PM -0700, Bryan Vyhmeister wrote: > > I have a project that requires rsync with zstd compression and I would > > like to have the option in ports without having to manually modify my > > rsyn

Re: [update] devel/pycharm to 2024.1.4

2024-06-26 Thread Lucas Raab
On Wed, Jun 26, 2024 at 12:04:33AM GMT, Lucas Raab wrote: > Hello, > > Similar to intellij, here's a lightly tested update for intellij to > 2024.1.4. Other tests? > > changelogs: > https://blog.jetbrains.com/pycharm/2024/04/pycharm-2024-1-1/ > https://blog.jetbrains.com/pycharm/2024/05/pycharm-2

Re: [patch] www/nginx: update third-party modules

2024-06-26 Thread Stuart Henderson
On 2024/06/26 16:04, Sergey A. Osokin wrote: > Hi Stuart, > > thanks for the update. > > On Wed, Jun 26, 2024 at 04:23:17PM +0100, Stuart Henderson wrote: > > On 2024/06/01 18:30, Sergey A. Osokin wrote: > > > > > > here's the patch to update www/nginx third-party modules to their > > compiled a

Re: rsync add zstd flavor?

2024-06-26 Thread Stuart Henderson
On 2024/06/25 17:38, Bryan Vyhmeister wrote: > I have a project that requires rsync with zstd compression and I would > like to have the option in ports without having to manually modify my > rsync port Makefile if possible. The zstd option is disabled in the > rsync port right now. This diff would

Re: rsync add zstd flavor?

2024-06-26 Thread Kirill A . Korinsky
On Wed, 26 Jun 2024 01:38:02 +0100, Bryan Vyhmeister wrote: > > -FLAVORS =iconv > +FLAVORS =iconv zstd > FLAVOR ?= > I wonder if it's possible to require both iconv and zstd? -- wbr, Kirill

Re: [patch] www/nginx: update third-party modules

2024-06-26 Thread Sergey A. Osokin
Hi Stuart, thanks for the update. On Wed, Jun 26, 2024 at 04:23:17PM +0100, Stuart Henderson wrote: > On 2024/06/01 18:30, Sergey A. Osokin wrote: > > > > here's the patch to update www/nginx third-party modules to their > compiled as part of nginx itself and not in standalone separate ports).

Re: rsync add zstd flavor?

2024-06-26 Thread Jeremie Courreges-Anglas
On Tue, Jun 25, 2024 at 05:38:02PM -0700, Bryan Vyhmeister wrote: > I have a project that requires rsync with zstd compression and I would > like to have the option in ports without having to manually modify my > rsync port Makefile if possible. The zstd option is disabled in the > rsync port right

Re: [patch] www/nginx: update third-party modules

2024-06-26 Thread Stuart Henderson
On 2024/06/01 18:30, Sergey A. Osokin wrote: > Hi, > > here's the patch to update www/nginx third-party modules to their > recent versions. It's missing REVISION bumps for various subpackages which use the third-party modules. (it is quite a nuisance that these have to be compiled as part of ngin

[update] devel/py-testtools 2.7.2

2024-06-26 Thread Laurent Cheylus
Hi, update for devel/py-testtools to the latest version 2.7.2. Changelog: https://github.com/testing-cabal/testtools/releases/tag/2.7.2 - update Makefile and distinfo for this version - use hatchling for MODPY_PYBUILD - remove unnecessary BDEP and RDEP - regen pkg/PLIST via "make update-plist" B

[update] math/py-networkx 3.3

2024-06-26 Thread Laurent Cheylus
Hi, update of math/py-networkx for the latest version 3.3. Changelog: https://github.com/networkx/networkx/releases/tag/networkx-3.3 - update Makefile and distinfo for this version - update HOMEPAGE (https://networkx.org/) in Makefile - add "post-install" step to copy examples in ${PREFIX}/share

Re: security/py-mitmproxy: new port (version 10.3.0)

2024-06-26 Thread Stuart Henderson
On 2024/06/26 00:48, Daniel Dickman wrote: > ok daniel@ to import these ones: > > > www/py-h2 > > www/py-hpack > > www/py-hyperframe Thanks, those 3 are imported. > Still working through these, but no objections if someone else beats me to > it. > > > > > archivers/py-brotlicffi > > archivers

Re: [update] devel/py-asn1-modules 0.4.0

2024-06-26 Thread Stuart Henderson
On 2024/06/26 08:34, Laurent Cheylus wrote: > an update for devel/py-asn1-modules port to the latest version 0.4.0. > > - update Makefile and distinfo for this version > - fix DISTNAME and PKGNAME > - HOMEPAGE is now https://github.com/pyasn1/pyasn1-modules > - update pkg/PLIST via "make update-pl

Re: UPDATE: Nextcloud-29.0.3

2024-06-26 Thread Stuart Henderson
On 2024/06/26 11:34, gonzalo wrote: > Hello, > > Update for Nextclout to 29.0.3: OK for 20240626 1034 [ L] 5805 UPDATE: Nextcloud-29.0.3 gonzalo 20240626 1036 [ L] 5806 UPDATE: Nextcloud-28.0.7 gonzalo 20240626 1037 [ L] 5807 UPDATE: Nextclou

Re: [maintainer upadte] www/hugo: update to 0.128.0

2024-06-26 Thread Daniel Jakots
On Wed, 26 Jun 2024 09:58:51 +0100, Kirill A. Korinsky wrote: > ports@, > > Here a clean maintainer update of www/hugo to 0.128.0 > > Tested on -current/amd64 Committed, thanks!

Re: [update] security/yubico/yubikey-manager: update to 5.5.0

2024-06-26 Thread Stuart Henderson
On 2024/06/26 12:04, Kirill A. Korinsky wrote: > I also drop restriction for required version of dependencies. committed, I readded the max version part of the version specs for cryptography and keyring.

Re: [maintainer update] devel/gopls 0.16.0

2024-06-26 Thread Daniel Jakots
On Sat, 22 Jun 2024 14:51:56 +0200 (CEST), Laurent Cheylus wrote: > Hi, > > update for devel/gopls port (Go LSP server) to the latest version > 0.16.0. Changelog: > https://github.com/golang/tools/releases/tag/gopls/v0.16.0 > > - update Makefile, distinfo and modules.inc > - update pkg/PLIST vi

Re: [update] devel/intellij to 2024.1.4

2024-06-26 Thread Kirill A . Korinsky
On Wed, 26 Jun 2024 09:30:58 +0100, Robert Palm wrote: > > Using current version idea-IC-241.14494.240 I see some messages in the > console at startup. Maybe the JNA warning is something to look at? Other > warnings seem IDE related... > > > 2024-06-26 10:19:46,572 [ 71] WARN - #c.i.p.i.b

[update] security/yubico/yubikey-manager: update to 5.5.0

2024-06-26 Thread Kirill A . Korinsky
ports@, A few hours ago yubikey-manager was released as 5.5.0 Changelog: * Add Secure Channel support to smartcard sessions. * Support extended APDUs in the "apdu" command (this is now the default). * HSMAuth: Treat management key as a PIN/password instead of a key, adding new CLI commands. * P

Re: [update] devel/intellij to 2024.1.4

2024-06-26 Thread Robert Palm
Using current version idea-IC-241.14494.240 I see some messages in the console at startup. Maybe the JNA warning is something to look at? Other warnings seem IDE related... 2024-06-26 10:19:46,572 [ 71] WARN - #c.i.p.i.b.AppStarter - Unable to load JNA library (os=OpenBSD 7.5, jna.

UPDATE: Nextcloud-27.1.11

2024-06-26 Thread gonzalo
Hello, Update for Nextcloud to 27.1.11: https://nextcloud.com/changelog/#latest27 OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs/ports/www/nextcloud/27/Makefile,v diff -u -p -r1.16 Makefile --- Makefile30 Apr 2024

UPDATE: Nextcloud-28.0.7

2024-06-26 Thread gonzalo
Hello, Update for Nextcloud to 28.0.7: https://nextcloud.com/changelog/#latest27 OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs/ports/www/nextcloud/28/Makefile,v diff -u -p -r1.7 Makefile --- Makefile6 Jun 2024 06:

UPDATE: Nextcloud-29.0.3

2024-06-26 Thread gonzalo
Hello, Update for Nextclout to 29.0.3: https://nextcloud.com/changelog/#latest29 OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs/ports/www/nextcloud/29/Makefile,v diff -u -p -r1.1 Makefile --- Makefile30 May 2024 07

[maintainer upadte] www/hugo: update to 0.128.0

2024-06-26 Thread Kirill A . Korinsky
ports@, Here a clean maintainer update of www/hugo to 0.128.0 Tested on -current/amd64 diff --git www/hugo/Makefile www/hugo/Makefile index f8ad32b0bfa..ca05cbedbb5 100644 --- www/hugo/Makefile +++ www/hugo/Makefile @@ -3,7 +3,7 @@ ONLY_FOR_ARCHS =${GO_ARCHS} COMMENT = fast and fle