Re: UPDATE: net/tailscale-1.84.0

2025-05-31 Thread Daniel Jakots
On Sat, 24 May 2025 21:03:44 -0400, Adriano Barbosa wrote: > Hi. > Update for net/tailscale v1.84.0 > Changelog: > https://tailscale.com/changelog Committed, thanks!

[new] sysutils/py-celery

2025-05-27 Thread Daniel Dickman
Attached are 8 new ports for sysutils/py-celery + the port for celery itself. Celery is needed as one of the many new deps for apache superset. ok to import these? devel/py-billiard devel/py-docker devel/py-test-celery devel/py-test-docker-tools devel/py-

drop python2 from devel/arm-none-eabi/gdb

2025-05-24 Thread Daniel Dickman
I can't see any reason why this needs Python2, especially since the Python scripts in PLIST are commented out. ok? Index: Makefile === RCS file: /cvs/ports/devel/arm-none-eabi/gdb/Makefile,v diff -u -p -u -r1.14 Makefile --- Makefil

[new] x11/py-superqt

2025-05-24 Thread Daniel Dickman
This is the final new dependency needed before we can update spyder to the 6.x series. I've not worked on the tests as they require a number of new ports and can be handled later. ok to import this so I can then update spyder to the 6.x series? superqt.tar.gz Description: Binary data

Re: retire devel/py-ipython_genutils

2025-05-24 Thread Daniel Dickman
ping On Sun, 18 May 2025, Daniel Dickman wrote: > Now that we switched from jupyter notebook 6.x to 7.x, nothing uses this > port anymore. > > ok to remove it? >

textproc/slides - repair HOMEPAGE

2025-05-19 Thread Daniel Dickman
Repair HOMEPAGE url to add the missing "https://";. ok? Index: Makefile === RCS file: /cvs/ports/textproc/slides/Makefile,v diff -u -p -u -r1.1.1.1 Makefile --- Makefile16 Apr 2024 22:43:06 - 1.1.1.1 +++ Makefile20 M

clo++ -- remove SITES

2025-05-19 Thread Daniel Dickman
HOMEPAGE was removed but SITES should have been too as the distfile doesn't fetch currently. ok? Index: Makefile === RCS file: /cvs/ports/textproc/clo++/Makefile,v diff -u -p -u -r1.26 Makefile --- Makefile17 Apr 2024 16:43:47 -

[update] astropy 6.1.0

2025-05-19 Thread Daniel Dickman
Now that we have numpy2 we can update astropy. ok? Index: Makefile === RCS file: /cvs/ports/astro/py-astropy/Makefile,v diff -u -p -u -r1.27 Makefile --- Makefile29 Apr 2025 10:36:26 - 1.27 +++ Makefile19 May 2025 22

Re: Broken Blender Port

2025-05-18 Thread Daniel Dickman
I’d like to see it revived as well but it’s probably not the easiest port to fix. I took a quick peek at the 4.x series which complained about freetype not being compiled with brotli. I gave up after that… > On May 18, 2025, at 6:15 PM, Michael Jensen > wrote: > >  > Greetings all. > > The

[update] matplotlib 3.8.3 -> 3.9.4

2025-05-18 Thread Daniel Dickman
Now that we have numpy2, here's an update of matplotlib to the 3.9.x series. As per the dev change notes: - the build system changed to meson - mplsetup.cfg was moved into meson_options.txt - the test data flag was moved into pyproject.toml The matplotlib system states an upper bound of meson-py

[no subject]

2025-05-18 Thread Daniel Dickman
math/rocq (formerly known as coq) 9.0 needs dune version 3.8.3 or newer. See below for an update of dune that was built on amd64. ok? (hopefully I got packing lists right for !amd64) Index: Makefile === RCS file: /cvs/ports/devel/du

small tweaks for py-rasterio

2025-05-18 Thread Daniel Dickman
1. we have numpy2 now, so remove the local patch. 2. snuggs has been vendored, remove the RDEP (and that would allow us to remove math/py-snuggs as well). 3. no BDEP on oldest-supported-numpy anymore ok? Index: Makefile === RCS

retire devel/py-ipython_genutils

2025-05-18 Thread Daniel Dickman
Now that we switched from jupyter notebook 6.x to 7.x, nothing uses this port anymore. ok to remove it?

[update] ocaml-menhir 20230608 -> 20240715

2025-05-17 Thread Daniel Dickman
Update menhir to latest version. ok? Index: Makefile === RCS file: /cvs/ports/devel/ocaml-menhir/Makefile,v diff -u -p -u -r1.31 Makefile --- Makefile24 Apr 2024 17:10:01 - 1.31 +++ Makefile18 May 2025 03:15:53 -

Re: [maintainer update] net/headscale 0.26.0

2025-05-17 Thread Daniel Jakots
On Thu, 15 May 2025 09:01:29 +0200 (CEST), Laurent Cheylus wrote: > Hi ports@ > > [cancels and replaces my previous post for version 0.25.1] I think it's better if (next time) you reply to you previous email (perhaps with an updated subject), rather than starting a new thread. Otherwise people

Re: [update] jupyter notebook 6.4.13 -> 7.4.2

2025-05-15 Thread Daniel Dickman
previous diff was missing a patch (thanks Stuart!) please find attached the corrected diff for testing. On Wed, 14 May 2025, Daniel Dickman wrote: > I've attached a compressed diff to update jupyter notebook to the latest > release. > > Would be great to have some feed

[update] devel/py-nbval 0.9.6 -> 0.11.0

2025-05-14 Thread Daniel Dickman
} PKGNAME = py-${DISTNAME} -REVISION = 3 CATEGORIES = devel @@ -15,16 +14,19 @@ MAINTAINER = Daniel Dickman Index: distinfo === RCS file: /cvs/ports/devel/py-nbval/distinfo,v diff -u -

[update] jupyter notebook 6.4.13 -> 7.4.2

2025-05-14 Thread Daniel Dickman
I've attached a compressed diff to update jupyter notebook to the latest release. Would be great to have some feedback from jupyter notebook users as this is a big update. I'll leave it here on ports for a while to give folks a chance to test. (it will need a very up to date ports tree) ok's

[new] py-types-python-dateutil (needed for jupyter notebook update)

2025-05-14 Thread Daniel Dickman
py-arrow is missing an RDEP on py-types-python-dateutil. This is a blocker for updating jupyter notebook since that port strictly checks the full tree of DEPs. ok to import the new port and on the diff below? Index: Makefile === RC

[update] www/bleach 5.0.1 -> 6.2.0

2025-05-14 Thread Daniel Dickman
I plan to commit an update to bleach soon since tinycss2 was updated to 1.4.0 which the current version of bleach doesn't support. This version mismatch is now a blocker for updating jupyter notebook. Note that bleach is EOL upstream so we likely won't see any more updates and therefore I added

[new] jupyterlab + deps

2025-05-13 Thread Daniel Dickman
In order to update www/jupyter_notebook, we first need to import www/jupyterlab. The attached .tgz includes a new port for jupyterlab 4.4.2. That port needs 2 new DEPs: - www/py-notebook-shim - devel/py-jupyter_lsp jupyter_lsp needs 2 new DEPs as well (jupyterlab_server and strict_rfc3339). o

[no subject]

2025-05-12 Thread Daniel Dickman
py-test-timeout doesn't support Python 3.12 (it uses distutils). The below update fixes regress tests for some ports I'm working on. ok? Index: Makefile === RCS file: /cvs/ports/devel/py-test-timeout/Makefile,v diff -u -p -u -r1.11

Re: [maintainer update] security/gosec 2.22.4

2025-05-12 Thread Daniel Jakots
On Sun, 11 May 2025 17:26:47 +0200 (CEST), Laurent Cheylus wrote: > Hi ports@ > > update for security/gosec to the latest version 2.22.4 > Changelog: https://github.com/securego/gosec/releases/tag/v2.22.4 > > Build and tests OK (minus 7 fails, same as previous version) with Go > 1.24.1 on curre

Re: reimport math/coq as math/rocq

2025-05-12 Thread Daniel Dickman
On Sun, 11 May 2025, Yozo TODA wrote: > (hmm... my email doesn't go to the list? anyway...) > > > Are you able to update coq/rocq soon? Compcert now needs coq 8.15+ so > > the ancient version of coq in our tree is now a blocker for compcert > > updates. > > I was playing with 8.19.1 around M

Re: New port: redict

2025-05-12 Thread Daniel Jakots
nses for newer branches are unsuitable for some > use cases. > > If there is some important reason to have a newer branch then maybe > it would be worth having parallel versions in ports, but I'd like > to see something specific not just "it's newer". Exactly. While I'm reluctant to move the current redis port to either 7.x or 8.x (unless, again, there's some good rationale to do so), I've no objection with having multiple versions. Cheers, Daniel

Re: reimport math/coq as math/rocq

2025-05-10 Thread Daniel Dickman
t as >>> math/rocq before doing more updates. > > thanks Daniel and stu! > > I understand now that access to github.com/coq/coq is redirected > to github.com/rocq-prover/rocq. > Yes. Coq is no more due to the project’s decision to rename themselves. > As far as I reme

Re: New port: redict

2025-05-09 Thread Daniel Jakots
On Fri, 09 May 2025 17:05:09 +0200, "Lydia Sobot" wrote: > Redict is a fully open-source, community-driven fork of Redis 7.2.4 > OSS. out of curiosity, why did you settle for this particular fork? it doesn't seem to be super active https://codeberg.org/redict/redict/commits/branch/main > I used

reimport math/coq as math/rocq

2025-05-07 Thread Daniel Dickman
The coq project has been renamed to rocq. I'd like to reimport it as math/rocq before doing more updates. See the proposed diff below for with the minimal update. ok? diff -Nur -x CVS coq/Makefile rocq/Makefile --- coq/MakefileWed Apr 24 13:10:22 2024 +++ rocq/Makefile Wed May 7

Re: [maintainer update] sysutils/fzf 0.62.0

2025-05-05 Thread Daniel Jakots
On Mon, 5 May 2025 10:25:51 +0200 (CEST), Laurent Cheylus wrote: > Hi ports@ > > simple update for sysutils/fzf to the latest version 0.62.0 > Changelog: https://github.com/junegunn/fzf/releases/tag/v0.62.0 > > Build and tests OK on current/amd64 with Go 1.24.1 > > Tests welcome and please com

Re: [maintainer update] devel/goreleaser 2.9.0

2025-05-04 Thread Daniel Jakots
On Thu, 1 May 2025 10:42:33 +0200 (CEST), Laurent Cheylus wrote: > Hi ports@ > > update for devel/goreleaser to the latest version 2.9.0. > Changelog: > https://github.com/goreleaser/goreleaser/releases/tag/v2.9.0 > > - update Makefile, distinfo and modules.inc for this version > - update pkg/D

Re: UPDATE: net/tailscale-1.82.5

2025-04-23 Thread Daniel Jakots
On Mon, 21 Apr 2025 21:59:46 -0400, Adriano Barbosa wrote: > Hi. > Update for net/tailscale v1.82.5 > Changelog: > https://tailscale.com/changelog Committed, thanks!

Re: [maintainer update] sysutils/fzf 0.61.3

2025-04-23 Thread Daniel Jakots
On Wed, 23 Apr 2025 09:48:48 +0200 (CEST), Laurent Cheylus wrote: > Hi ports@ > > simple update for sysutils/fzf to the latest version 0.61.3 > Changelog: https://github.com/junegunn/fzf/releases/tag/v0.61.3 > > Build and tests OK on current/amd64 with Go 1.24.1 > > Tests welcome and please co

[update] math/pari 2.15.5 -> 2.17.2

2025-04-22 Thread Daniel Dickman
Lightly tested update of pari/gp to the 2.17 series. There are no reverse deps for pari in the tree. ok? Index: Makefile === RCS file: /cvs/ports/math/pari/Makefile,v diff -u -p -u -r1.26 Makefile --- Makefile15 Apr 2024 11:38:

Re: wxMaxima port unstable

2025-04-21 Thread Daniel Dickman
I just updated wxMaxima to 24.05.0. See if that fixes things for you. Unfortunately I've seen lots of crashes in wxMaxima. Updating to newer versions fixes some things but often introduces new issues. So each version is a little bit hit or miss. On Fri, 29 Nov 2024, Joseph Herning wrote: > The

Re: [MAINTAINER UPDATE] security/lego 4.22.2 -> 4.23.1

2025-04-21 Thread Daniel Jakots
On Mon, 21 Apr 2025 11:57:09 +0200, Igor Zornik wrote: > Hi, > > I've submitted this diff nearly a week ago. Did you not get it? > > https://marc.info/?l=openbsd-ports&m=174483028418860&w=2 > > Anyway, yours is essentially the same, so I'm OK with it. Committed, thanks! > On Sat, 2025-04-19

Re: [maintainer update] sysutils/fzf 0.61.2

2025-04-21 Thread Daniel Jakots
On Sun, 20 Apr 2025 17:39:54 +0200 (CEST), Laurent Cheylus wrote: > Hi ports@ > > simple update for sysutils/fzf to the latest version 0.61.2 > > Changelog: https://github.com/junegunn/fzf/releases/tag/v0.61.2 > > Build and tests OK on current/amd64 with Go 1.24.1 > > Tests welcome and please

new ports for spyder 6.x

2025-04-20 Thread Daniel Dickman
The spyder 6.x update still needs a few new ports. Attached are: 1) security/py-asyncssh, and 2) textproc/py-pyuca Last time I sent these out there was a request to add the optional bcrypt DEP as explicit TDEPs for asyncssh. I've now done that in this update. Any ok's to import these new ports?

Re: [maintainer update] devel/goreleaser 2.8.2

2025-04-16 Thread Daniel Jakots
On Tue, 15 Apr 2025 16:30:50 +0200 (CEST), Laurent Cheylus wrote: > Hi ports@ > > update for devel/goreleaser to the latest version 2.8.2 > > Changelog: > https://github.com/goreleaser/goreleaser/releases/tag/v2.8.2 > > Build and tests OK on current/amd64 with Go 1.24.1 > > Tests welcome and

Re: [maintainer update] security/gosec 2.22.3

2025-04-16 Thread Daniel Jakots
On Tue, 15 Apr 2025 16:25:22 +0200 (CEST), Laurent Cheylus wrote: > Hi ports@ > > update for security/gosec to the latest version 2.22.3 > Changelog: https://github.com/securego/gosec/releases/tag/v2.22.3 > > Build and tests OK (minus 7 fails, same as previous version) with Go > 1.24.11 on curr

Re: UPDATE: net/tailscale-1.82.0

2025-04-14 Thread Daniel Jakots
On Sat, 29 Mar 2025 13:11:30 -0400, Adriano Barbosa wrote: > Hi. > Update for net/tailscale v1.82.0 > Changelog: > https://tailscale.com/changelog#2025-03-26 Committed, thanks!

Re: [maintainer update] devel/goreleaser 2.8.1

2025-03-21 Thread Daniel Jakots
On Sun, 16 Mar 2025 17:55:57 +0100 (CET), Laurent Cheylus wrote: > Hi ports@ > > update for devel/goreleaser to the latest version 2.8.1 > > Changelog: > - https://github.com/goreleaser/goreleaser/releases/tag/v2.8.0 > - https://github.com/goreleaser/goreleaser/releases/tag/v2.8.1 > > Build an

Re: UPDATE: net/tailscale-1.80.3

2025-03-04 Thread Daniel Jakots
On Tue, 4 Mar 2025 17:51:06 -0400, Adriano Barbosa wrote: > Hi. > Update for net/tailscale v1.80.3 > Changelog: > https://tailscale.com/changelog#2025-03-04 > https://tailscale.com/changelog#2025-02-13 > https://tailscale.com/changelog#2025-02-06 Committed, thanks!

Re: [maintainer update] sysutils/fzf 0.60.3

2025-03-04 Thread Daniel Jakots
On Mon, 3 Mar 2025 10:44:17 +0100 (CET), Laurent Cheylus wrote: > Hi ports@ > > update for sysutils/fzf to the latest version 0.60.3 > Changelog: https://github.com/junegunn/fzf/releases/tag/v0.60.3 > > Build and tests OK on current/amd64 with Go 1.24.0 > > Tests welcome and please commit if O

Git submodules in a port

2025-03-02 Thread Daniel Hejduk
Hello, I want to port an application that application is monerod. It needs some git submodules to be cloned. It there any flag in the Makefile to do it? Best regards, Daniel Hejduk

Re: [maintainer update] devel/gopls 0.18.1

2025-02-25 Thread Daniel Jakots
On Tue, 25 Feb 2025 12:52:57 +0100 (CET), Laurent Cheylus wrote: > Hi ports@ > > an update for devel/gopls (LSP server for Go) to the latest version > 0.18.1. > > Changelog: > - https://github.com/golang/tools/releases/tag/gopls/v0.18.1 > - https://github.com/golang/tools/releases/tag/gopls/v0.

Re: [MAINTAINER UPDATE] security/lego 4.20.4 -> 4.22.2

2025-02-25 Thread Daniel Jakots
On Tue, 25 Feb 2025 13:29:32 -0500, Horia Racoviceanu wrote: > Looks good. Thank you! Committed, thanks!

www/py-webpy and Python 3.13

2025-02-24 Thread Daniel Dickman
py-webpy doesn't support Python 3.13 due to the use of the cgi module which was removed in this Python update. Updating from 0.61 to 0.70 fixes things. Unfortunately the latest release doesn't seem to be available on pypi, and only on github so have adjusted the port to fetch the distfile from

devel/llvm/16 and Python 3.13

2025-02-24 Thread Daniel Dickman
I was able to build llvm 16 under Python 3.13 with the diff below. Did I bump the correct subpackage? ok? Index: Makefile === RCS file: /cvs/ports/devel/llvm/16/Makefile,v diff -u -p -u -r1.38 Makefile --- Makefile28 Dec 2024 22

Re: [new] sysutils/ssl_exporter

2025-02-24 Thread Daniel Jakots
On Sun, 23 Feb 2025 18:57:44 +0100, Pascal Stumpf wrote: > On Sun, 23 Feb 2025 11:47:50 -0500, Daniel Jakots wrote: > > On Sat, 22 Feb 2025 09:52:16 +0100, Pascal Stumpf > > wrote: > > > > > This Prometheus exporter exports metrics for certificates > &

geo/py-geojson and Python 3.13

2025-02-23 Thread Daniel Dickman
This package does not build with Python 3.13 because it has a check for a hard-coded Python maximum version. Fortunately a new release was made which bumps the upper bound to 3.13. ok? For reference, here's the full changelog in 3.2.0 3.2.0 -- - Add support for Python 3.13 - https:/

x11/qt5/qtwebengine and Python 3.13

2025-02-23 Thread Daniel Dickman
Python 3.13 removed the deprecated pipes module. Fortunately shlex.quote is a direct replacement for pipes.quote. With this diff I was able to build qtwebengine under Python 3.13. ok? Index: Makefile === RCS file: /cvs/ports/x11/qt

Re: [maintainer update] sysutils/fzf 0.60.2

2025-02-23 Thread Daniel Jakots
On Sun, 23 Feb 2025 17:45:19 +0100 (CET), Laurent Cheylus wrote: > Hi ports@ > > a simple update for sysutils/fzf to the latest version 0.60.2 > Changelog: https://github.com/junegunn/fzf/releases/tag/v0.60.2 > > Build and tests OK on current/amd64 with Go 1.24.0 > > Tests welcome and please c

Re: [new] sysutils/ssl_exporter

2025-02-23 Thread Daniel Jakots
On Sat, 22 Feb 2025 09:52:16 +0100, Pascal Stumpf wrote: > This Prometheus exporter exports metrics for certificates collected > from various sources: > > * TCP probes > * HTTPS probes > * PEM files > * Remote PEM files > * Kubernetes secrets > * Kubeconfig files > > The metrics are labelled wi

Re: [MAINTAINER UPDATE] www/honk 1.4.1 -> 1.4.2

2025-02-23 Thread Daniel Jakots
On Fri, 21 Feb 2025 20:24:47 -0500, Horia Racoviceanu wrote: > - Upgrade to v1.4.2 > - Add missing image files from documentation > > changelog > > ### 1.4.2 Kindred Key > > + Fix shortcuts for alternate keymaps. > > + Add dehonk button. Committed, thanks!

Re: [MAINTAINER UPDATE] security/lego 4.20.4 -> 4.22.2

2025-02-22 Thread Daniel Jakots
On Fri, 21 Feb 2025 19:33:37 -0500, Horia Racoviceanu wrote: > - Upgrade to v4.22.2 Committed, thanks!

Update to node_exporter-1.9.0

2025-02-17 Thread Daniel Jakots
Hey, They released node_exporter 1.9.0. Here's the changelog: https://github.com/prometheus/node_exporter/releases/tag/v1.9.0 Tested on amd64, seems to work as fine as previous versions. Comments? OK? Cheers, Daniel Index: Mak

Re: [maintainer update] security/gosec 2.22.1

2025-02-14 Thread Daniel Jakots
On Fri, 14 Feb 2025 10:18:33 +0100 (CET), Laurent Cheylus wrote: > Hi ports@ > > update for security/gosec to the latest version 2.22.1 > > Changelog: https://github.com/securego/gosec/releases/tag/v2.22.1 > > - update Makefile, distinfo and modules.inc for this version > > Build and tests OK

Re: [maintainer update] devel/goreleaser 2.7.0

2025-02-12 Thread Daniel Jakots
On Wed, 12 Feb 2025 17:41:49 +0100 (CET), Laurent Cheylus wrote: > Hi ports@ > > update for devel/goreleaser to the latest version 2.7.0. > Changelog: > https://github.com/goreleaser/goreleaser/releases/tag/v2.7.0 > > - update Makefile, modules.inc and distinfo for this version > > Build and t

Re: [maintainer update] sysutils/fzf 0.60.0

2025-02-12 Thread Daniel Jakots
On Wed, 12 Feb 2025 17:37:58 +0100 (CET), Laurent Cheylus wrote: > Hi ports@ > > a simple update for sysutils/fzf to the latest version 0.60.0 > Changelog: https://github.com/junegunn/fzf/releases/tag/v0.60.0 > > Build and tests OK with Go version 1.23.5 on current/amd64. > > Tests welcome and

Re: Ignore go.mods toolchain directive

2025-02-12 Thread Daniel Jakots
On Wed, 12 Feb 2025 23:33:22 +1100, Joel Sing wrote: > ok jsing@ Thanks, committed! > Thanks for raising this. I've been meaning to deal with this in > lang/go proper and I think we should carry the patch below so that we > default to local rather than auto. That said, there's no real > downsid

Re: Ignore go.mods toolchain directive

2025-02-10 Thread Daniel Jakots
On Mon, 10 Feb 2025 08:55:00 +0100, Paco Esteban wrote: > In my experience, most upstream don't update this on > purpose because they need something on a newer version. They only do > it because the tooling does it automaically (go mod tidy or similar). Yeah, I agree with this!

Ignore go.mods toolchain directive

2025-02-09 Thread Daniel Jakots
(minio-v0.0.0-20250203210304-712fe1a8dfd6.zip) = 25050957 +SIZE (minio-v0.0.0-20250207232109-703f51164d3d.zip) = 25052314 Comments/OK for the go.port.mk? Cheers, Daniel

Re: [maintainer update] sysutils/fzf 0.59.0

2025-02-03 Thread Daniel Jakots
On Mon, 3 Feb 2025 18:32:11 +0100 (CET), Laurent Cheylus wrote: > Hi ports@ > > a simple update for sysutils/fzf to the latest version 0.59.0 > Changelog: https://github.com/junegunn/fzf/releases/tag/v0.59.0 > > Build and tests OK with Go version 1.23.5 on current/amd64. > > Tests welcome and

Re: UPDATE: net/tailscale-1.80.0

2025-01-31 Thread Daniel Jakots
On Fri, 31 Jan 2025 07:32:43 -0400, Adriano Barbosa wrote: > Hi. > Update for net/tailscale v1.80.0 > Changelog: > https://tailscale.com/changelog#2025-01-30 Committed, thanks!

Re: update xlsxwriter 1.2.9 -> 3.0.9

2024-12-29 Thread Daniel Dickman
On Sun, 29 Dec 2024, Stuart Henderson wrote: > On 2024/12/28 23:10, Daniel Dickman wrote: > > apache superset (not yet in ports) needs xlsxwriter version 3.0.7 but less > > than 3.1. > > I would add a comment e.g. "keeping below 3.1 for future port of Apache >

Re: [update] net/gomuks to v0.3.1

2024-12-29 Thread Daniel Jakots
On Sun, 29 Dec 2024 13:16:49 +0100, Stefan Hagen wrote: > Hi, > > There's a new gomuks version. 3.0 was two years ago. Now we have 3.1. > Not much changed feature wise, but dependencies have been updated and > we can remove our patches. > > Changes: > * Bumped minimum Go version to 1.21. > * Ad

update xlsxwriter 1.2.9 -> 3.0.9

2024-12-28 Thread Daniel Dickman
apache superset (not yet in ports) needs xlsxwriter version 3.0.7 but less than 3.1. The below is an update to xlsxwriter 3.0.9. Sent to maintainer a few months ago but haven't heard back yet so looking for any okays. Index: Makefile ===

numpy, drop python 3.11 patches

2024-12-28 Thread Daniel Dickman
Now that we're on python 3.12 we can drop these numpy patches that were needed for tests on python 3.11. ok? Index: Makefile === RCS file: /cvs/ports/math/py-numpy/Makefile,v diff -u -p -u -r1.83 Makefile --- Makefile21 Dec 2024

Re: [maintainer update] devel/goreleaser 2.5.0

2024-12-21 Thread Daniel Jakots
On Sat, 21 Dec 2024 12:13:31 +0100 (CET), Laurent Cheylus wrote: > Regen distinfo file with make distclean && make makesum > > Attached the fixed diff for goreleaser port, version 2.5.0. Committed thanks! But please find out what's the diff between the two zip files next time!

Re: [maintainer update] devel/gopls 0.17.1

2024-12-21 Thread Daniel Jakots
On Sat, 21 Dec 2024 11:55:09 +0100 (CET), Laurent Cheylus wrote: > Hi ports@ > > simple update for devel/gopls (LSP server for Go) to the latest > version 0.17.1. Changelog: > https://github.com/golang/tools/releases/tag/gopls/v0.17.1 > > - update Makefile, distinfo and modules.inc for this ver

Re: [update] security/osv-scanner 1.9.2

2024-12-20 Thread Daniel Jakots
On Fri, 20 Dec 2024 22:18:52 +, Lucas Raab wrote: > Hm, I wonder if a release was rerolled by Github... > > -SHA256 (go_modules/github.com/magefile/mage/@v/v1.14.0.zip) = > dfE+gCoqyNKe6llvIb48Q6+UAtGdSzLAOfrKiiL3hBE= +SHA256 > (go_modules/github.com/magefile/mage/@v/v1.14.0.zip) = > Dq599v9

Re: [maintainer update] devel/goreleaser 2.5.0

2024-12-18 Thread Daniel Jakots
go_modules/github.com/magefile/mage/@v/v1.14.0.zip: FAILED Cheers, Daniel

Re: [maintainer update] sysutils/fzf 0.57.0

2024-12-17 Thread Daniel Jakots
On Tue, 17 Dec 2024 12:24:27 +0100 (CET), Laurent Cheylus wrote: > Attached the correct diff for sysutils/fzf port between 0.56.3 and > 0.57.0 version. Committed, merci !

Re: [maintainer update] devel/gopls 0.17.0

2024-12-16 Thread Daniel Jakots
On Mon, 16 Dec 2024 19:06:42 +0100 (CET), Laurent Cheylus wrote: > Hi, > > update for devel/gopls (LSP server for Go) to the latest version > 0.17.0. Changelog: > https://github.com/golang/tools/releases/tag/gopls/v0.17.0 > > - update Makefile, distinfo and modules.inc for this version > - upda

Re: [maintainer update] sysutils/fzf 0.57.0

2024-12-16 Thread Daniel Jakots
applies cleanly against -current? Thanks! Daniel

Re: Python 3.12 or 3.13?

2024-12-12 Thread Daniel Dickman
Most of the work for python 3.12 has already been done and Python 3.12 is explicitly mentioned in a number of commits. Some of the simpler python 3.12 bits haven’t been committed but they are very easy fixes and I have them in my local tree. From memory I think qtwebengine 5 is the main blocker

Re: [maintainer update] devel/goreleaser 2.4.8

2024-12-08 Thread Daniel Jakots
On Sat, 30 Nov 2024 18:45:54 +0100 (CET), Laurent Cheylus wrote: > Hi ports@ > > update for devel/goreleaser to the latest version 2.4.8. > > Changelog: > https://github.com/goreleaser/goreleaser/releases/tag/v2.4.8 > > - update Makefile, modules.inc and distinfo for this version > > Build an

Re: UPDATE: net/tailsacle-1.78.1

2024-12-08 Thread Daniel Jakots
On Sat, 7 Dec 2024 08:30:08 -0400, Adriano Barbosa wrote: > Hi. > Update for net/tailscale v1.78.1 > Changelog: > https://tailscale.com/changelog#2024-12-05 > > Obrigado! Committed, thanks!

Re: new ports for spyder 6.x

2024-11-24 Thread Daniel Dickman
On Thu, 10 Oct 2024, Stuart Henderson wrote: > On 2024/10/08 16:27, Daniel Dickman wrote: > > Hi everyone, > > > > Here are 4 new Python ports needed for us to update from spyder 5.x to > > spyder 6.x. > > > > superqt tests wants numpy and som

[new] py-lazy-loader

2024-11-24 Thread Daniel Dickman
I'd like to fix math/py-scikit-image. To unbreak that port we need to import a new port py-lazy-loader which is attached. ok to import? py-lazy-loader.tgz Description: Binary data

Re: [maintainer update] devel/goreleaser 2.4.7

2024-11-18 Thread Daniel Jakots
On Mon, 18 Nov 2024 18:59:52 +0100 (CET), Laurent Cheylus wrote: > Since my last message (earlier today), there is a new release for > goreleaser (version 2.4.7) ! > > Attached my diff for devel/goreleaser for this version 2.4.7. > > Could you review it and commit on CVS if OK, please ? Commit

Re: [maintainer update] devel/goreleaser 2.4.5

2024-11-18 Thread Daniel Jakots
On Mon, 18 Nov 2024 09:50:18 +, Stuart Henderson wrote: > On 2024/11/17 16:57, Daniel Jakots wrote: > > -SHA256 > > (go_modules/github.com/opencontainers/runtime-spec/@v/v1.0.3-0.20210326190908-1c3f411f0417.zip) > > = UZfLJPT50pKHqy+G1K1G4ZodBClAsVbUWLMM4rZBzl4= +S

Re: [maintainer update] devel/goreleaser 2.4.5

2024-11-17 Thread Daniel Jakots
I know this zip comes from google's Athena go stuff, so it's not subject to github's artifact changing depending which node you ask. Can you check please? Cheers, Daniel

Re: [maintainer update] sysutils/fzf 0.56.3

2024-11-17 Thread Daniel Jakots
On Sun, 17 Nov 2024 17:23:09 +0100 (CET), Laurent Cheylus wrote: > Hi, > > a simple update for sysutils/fzf to the latest version 0.56.2. > Changelog: https://github.com/junegunn/fzf/releases/tag/v0.56.3 > > Build and tests OK with Go version 1.23.3 on current/amd64. > > Tests welcome and plea

Re: [maintainer update] devel/goreleaser 2.4.4

2024-11-14 Thread Daniel Jakots
On Wed, 13 Nov 2024 17:44:52 +0100 (CET), Laurent Cheylus wrote: > Hi, > > update for devel/goreleaser to the latest version 2.4.4. > > Changelog: > - https://github.com/goreleaser/goreleaser/releases/tag/v2.4.2 > - https://github.com/goreleaser/goreleaser/releases/tag/v2.4.3 > - https://github

Re: [maintainer update] security/gosec 2.21.4

2024-11-14 Thread Daniel Jakots
On Wed, 13 Nov 2024 18:26:20 +0100 (CET), Laurent Cheylus wrote: > Hi, > > update for security/gosec to the latest version 2.21.4 > > Changelog: > - https://github.com/securego/gosec/releases/tag/v2.21.3 > - https://github.com/securego/gosec/releases/tag/v2.21.4 > > - update Makefile, distinfo

Re: Update to minio-0.20241107

2024-11-14 Thread Daniel Jakots
On Sun, 10 Nov 2024 17:52:04 +, Stuart Henderson wrote: > As long as it's not destructive to run the new version on an old > setup, I'd not do anything special with @pkgpath, let the old update > to the new as normal, and people can pkg_delete the new and add the > old if needed. Yes it's no

Re: [maintainer update] sysutils/fzf 0.56.1

2024-11-10 Thread Daniel Jakots
On Sun, 10 Nov 2024 17:54:00 +0100 (CET), Laurent Cheylus wrote: > Hi, > > a simple update for sysutils/fzf to the latest version 0.56.1. > Changelog: https://github.com/junegunn/fzf/releases/tag/v0.56.1 > > Build and tests OK with Go version 1.23.1 on current/amd64. > > Tests welcome and plea

Re: Update to minio-0.20241107

2024-11-10 Thread Daniel Jakots
On Sun, 10 Nov 2024 11:22:41 +, Stuart Henderson wrote: > server-old and server maybe? Sure. What should be the upgrade port wise? Is an @ask-update a la postgresql enough? Only super old setups are impacted. People who started using minio 'recently' are fine, e.g. https://marc.info/?l=open

Re: UPDATE: net/tailscale-1.76.6

2024-11-09 Thread Daniel Jakots
On Fri, 8 Nov 2024 09:23:35 -0400, Adriano Barbosa wrote: > Hi. > Update for net/tailscale v1.76.6 > Changelog: > https://tailscale.com/changelog#2024-11-06 Committed, thanks!

Re: Update to minio-0.20241107

2024-11-09 Thread Daniel Jakots
On Sat, 9 Nov 2024 19:14:58 +, Stuart Henderson wrote: > Providing packages for both versions will certainly help users across > that bump if they want to upgrade, as well as helping people who want > to keep their existing setup. Alright, I'll copy/paste what I said last time then: https://

Re: Update to minio-0.20241107

2024-11-09 Thread Daniel Jakots
On Sat, 9 Nov 2024 16:52:46 +0100, Peter Hessler wrote: > On 2024 Nov 09 (Sat) at 10:17:41 -0500 (-0500), Daniel Jakots wrote: > :Hi, > : > :Here's another attempt to update the minios (for now the server > part). :The status didn't change since my previous attem

Re: [maintainer update] devel/goreleaser 2.4.1

2024-11-03 Thread Daniel Jakots
On Sun, 3 Nov 2024 17:51:23 +0100 (CET), Laurent Cheylus wrote: > Hi, > > update for devel/goreleaser to the latest version 2.4.1. > > Changelog: > - https://github.com/goreleaser/goreleaser/releases/tag/v2.4.0 > - https://github.com/goreleaser/goreleaser/releases/tag/v2.4.1 > > - update Makef

Re: UPDATE: sysutils/vultr-cli-3.4.0

2024-11-03 Thread Daniel Jakots
On Sat, 2 Nov 2024 07:17:38 -0400, Adriano Barbosa wrote: > Hi. > Update for sysutils/vultr-cli-3.4.0 > Changelog: https://github.com/vultr/vultr-cli/releases/tag/v3.4.0 Committed, thanks!

Re: [maintainer update] sysutils/fzf 0.56.0

2024-10-27 Thread Daniel Jakots
On Sun, 27 Oct 2024 10:32:33 +0100 (CET), Laurent Cheylus wrote: > Hi, > > a simple update for sysutils/fzf to the latest version 0.56.0. > Changelog: https://github.com/junegunn/fzf/releases/tag/v0.56.0 > > - update Makefile, modules.inc and distinfo for this version > > Build and tests OK on

Re: UPDATE: net/tailscale-1.76.1

2024-10-25 Thread Daniel Jakots
On Sun, 20 Oct 2024 19:17:45 -0400, Adriano Barbosa wrote: > Hi. > Update for net/tailscale v1.76.1 > Changelog: > https://tailscale.com/changelog#2024-10-17 > > Obrigado! > -- > Adriano Committed, thanks!

[update] math/py-pandas 2.2.2 -> 2.2.3

2024-10-20 Thread Daniel Dickman
Minor pandas update. All reverse consumers still seem to work, but math/mlpack is still marked BROKEN due to the cython3 update. ok? Index: Makefile === RCS file: /cvs/ports/math/py-pandas/Makefile,v diff -u -p -u -r1.34 Makefile -

[update] math/py-gmpy2 for Python 3.12

2024-10-20 Thread Daniel Dickman
Now that we have newer devel/libmpc, below updates math/py-gmpy2 to a version that builds with Python 3.12. I cleaned up the Makefile a bit to shorten COMMMENT, use HOMEPAGE from PKG-INFO, and update WANTLIB. security/badkeys (the only consumer) might benefit from tests from any user of that p

Re: [UPDATE] net/crawley-v1.7.10

2024-10-16 Thread Daniel Jakots
On Wed, 16 Oct 2024 00:16:41 -0400, Russ Sharek wrote: > Hello! > > Here's a patch to update crawley from v1.7.9 to v1.7.10 > > Passed tests, and working as expected on amd64. Committed, thanks!

[update] devel/libmpc 1.1.0 -> 1.2.1

2024-10-15 Thread Daniel Dickman
math/py-gmpy2 needs an update for Python 3.12. However before that port can be updated, devel/libmpc needs to be updated to version 1.2.1 first. A diff to update devel/libmpc is below. I've built all the reverse consumers with this update and that seemed to work fine. However I'm also cc'ing a

  1   2   3   4   5   6   7   8   9   10   >