Re: security/py-scrypt: missing WANTLIB

2022-01-21 Thread Theo Buehler
> The following diff adds WANTLIB to help the port to update for the > next bump. ok tb

security/py-scrypt: missing WANTLIB

2022-01-21 Thread Sebastien Marie
Hi, It seems that security/py-scrypt has missing WANTLIB for system shared library. Currently, it doesn't have any WANTLIB, but it is a c module which depends on crypto and pthread. With the recent crypto bump, it fails to run: $ python3 -c 'from scrypt import hash' Traceback (most recent call

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Marc Espie
On Fri, Jan 21, 2022 at 02:07:10PM -0700, Anthony J. Bentley wrote: > Volker Schlecht writes: > > > What kind of gotcha can we get rid of, so that "new ports" will tend to > > > be squeaky clean, infrastructure-wise, and ready for import. > > An FAQ of sorts might *help*, particularly one

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2022/01/21 16:28:19 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to JRuby 9.3.3.0

Re: [maintainer update] ecl-21.2.1

2022-01-21 Thread Omar Polo
Timo Myyrä writes: > Timo Myyrä [2021-12-21, 13:08 +0200]: > > ping ping... > >> Ping >> >> On Sat, Dec 11, 2021, at 18:34, Timo Myyrä wrote: >>> Hi, >>> >>> Here's an bump to bring ecl to latest version. >>> Lightly tested on amd64. >>> >>> Timo >>> >>> [...] Hello, I finally found some time

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Chris Bennett
On Fri, Jan 21, 2022 at 04:13:10PM -0500, Kurt Mosiejczuk wrote: > On Fri, Jan 21, 2022 at 02:07:10PM -0700, Anthony J. Bentley wrote: > > Volker Schlecht writes: > > > > What kind of gotcha can we get rid of, so that "new ports" will tend to > > > > be squeaky clean, infrastructure-wise, and

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Patrick Wildt
Am Fri, Jan 21, 2022 at 07:24:34PM +0100 schrieb Marc Espie: > On Fri, Jan 21, 2022 at 07:06:22PM +0100, Stefan Sperling wrote: > > On Fri, Jan 21, 2022 at 11:42:08AM -0600, joshua stein wrote: > > > Using CVS and dealing with tarballs is probably pretty > > > ancient-feeling for many outsiders.

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Kurt Mosiejczuk
On Fri, Jan 21, 2022 at 02:07:10PM -0700, Anthony J. Bentley wrote: > Volker Schlecht writes: > > > What kind of gotcha can we get rid of, so that "new ports" will tend to > > > be squeaky clean, infrastructure-wise, and ready for import. > > An FAQ of sorts might *help*, particularly one

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Anthony J. Bentley
Volker Schlecht writes: > > What kind of gotcha can we get rid of, so that "new ports" will tend to > > be squeaky clean, infrastructure-wise, and ready for import. > An FAQ of sorts might *help*, particularly one addressing the more > typical beginner mistakes. What are the things that you guys

Re: [update] devel/tig to 2.5.5

2022-01-21 Thread Stuart Henderson
Thanks, committed. On 2022/01/21 20:53, portno12 wrote: > oops sorry, i must have typed too fast before. > new diff attached with the second lib on its own line > > ‐‐‐ Original Message ‐‐‐ > > On Friday, January 21st, 2022 at 8:09 PM, Stuart Henderson > wrote: > > > Nearly there. As

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/01/21 13:59:25 Modified files: devel/tig : Makefile distinfo Log message: update to tig-2.5.5, from portno12 at protonmail.com

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/01/21 13:49:17 Modified files: audio/mumble : Makefile distinfo Log message: Replace xinput2 option with merged PR No build/plist/package change.

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Stuart Henderson
On 2022/01/21 11:42, joshua stein wrote: > I personally tend to ignore most ports@ emails that aren't diffs I > can easily view in my e-mail client because it's a hassle to save > the attachment, tar -t it to see what its directory structure is, > untar it in the proper place, try to build it,

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Tracey Emery
On Fri, Jan 21, 2022 at 08:55:57PM +0100, Stefan Sperling wrote: > On Fri, Jan 21, 2022 at 08:44:14PM +0100, Marc Espie wrote: > > On Fri, Jan 21, 2022 at 07:47:44PM +0100, Stefan Sperling wrote: > > > On Fri, Jan 21, 2022 at 07:24:34PM +0100, Marc Espie wrote: > > > > On Fri, Jan 21, 2022 at

Re: fix gkrellmreminder (was Re: Port: gkrellmreminder-2.0.0p10)

2022-01-21 Thread Omar Polo
Theo Buehler writes: > On Fri, Jan 21, 2022 at 07:00:52PM +0100, Omar Polo wrote: >> Hello, >> >> The reminder plugin for gkrellm is broken, and has been for a long time >> apparently. It stores the reminders in a file and uses fscanf with %d >> into a time_t to read the date, which corrupts

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2022/01/21 13:09:42 Modified files: sysutils/gkrellm/plugins/reminder: Makefile sysutils/gkrellm/plugins/reminder/patches: patch-reminder_c Log message: fix crash in gkrellmreminder The reminder

Re: [update] devel/tig to 2.5.5

2022-01-21 Thread Stuart Henderson
Nearly there. As you'll see in other ports we list LIB_DEPENDS one entry to a line. On 2022/01/21 16:29, portno12 wrote: > thanks, new diff attached adding the missing libs > > > > ‐‐‐ Original Message ‐‐‐ > On Friday, January 21st, 2022 at 3:47 PM, Stuart Henderson > wrote: > >

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Volker Schlecht
On 1/21/22 18:29, Marc Espie wrote: Informal poll: what thing weirded you guys out the first time you touched OpenBSD ports coming from other platforms. Wouldn't say it weirded me out, but it took me quite a while to create some sort of mental model about what's going on with everything

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Stefan Sperling
On Fri, Jan 21, 2022 at 08:44:14PM +0100, Marc Espie wrote: > On Fri, Jan 21, 2022 at 07:47:44PM +0100, Stefan Sperling wrote: > > On Fri, Jan 21, 2022 at 07:24:34PM +0100, Marc Espie wrote: > > > On Fri, Jan 21, 2022 at 07:06:22PM +0100, Stefan Sperling wrote: > > > > I never understood why new

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Marc Espie
On Fri, Jan 21, 2022 at 07:47:44PM +0100, Stefan Sperling wrote: > On Fri, Jan 21, 2022 at 07:24:34PM +0100, Marc Espie wrote: > > On Fri, Jan 21, 2022 at 07:06:22PM +0100, Stefan Sperling wrote: > > > I never understood why new ports have to submitted as a tarball. > > > Why not accept new ports

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Crystal Kolipe
On Fri, Jan 21, 2022 at 01:12:05PM -0600, joshua stein wrote: > On Fri, 21 Jan 2022 at 16:06:00 -0300, Crystal Kolipe wrote: > > On Fri, Jan 21, 2022 at 11:42:35AM -0700, Aaron Bieber wrote: > > > Here is my experience: http://www.oxide.org/cvs/abieber.html > > > > Wow, that server is slow. And

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread joshua stein
On Fri, 21 Jan 2022 at 16:06:00 -0300, Crystal Kolipe wrote: > On Fri, Jan 21, 2022 at 11:42:35AM -0700, Aaron Bieber wrote: > > Here is my experience: http://www.oxide.org/cvs/abieber.html > > Wow, that server is slow. And doesn't even support https. So you want to enforce your "standard",

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Aaron Bieber
Crystal Kolipe writes: > On Fri, Jan 21, 2022 at 11:42:35AM -0700, Aaron Bieber wrote: >> Here is my experience: http://www.oxide.org/cvs/abieber.html > > Wow, that server is slow. And doesn't even support https. Alternatively - you could look through cvs history :)

Re: fix gkrellmreminder (was Re: Port: gkrellmreminder-2.0.0p10)

2022-01-21 Thread Theo Buehler
On Fri, Jan 21, 2022 at 07:00:52PM +0100, Omar Polo wrote: > Hello, > > The reminder plugin for gkrellm is broken, and has been for a long time > apparently. It stores the reminders in a file and uses fscanf with %d > into a time_t to read the date, which corrupts it. The invalid time is >

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Crystal Kolipe
On Fri, Jan 21, 2022 at 11:42:35AM -0700, Aaron Bieber wrote: > Here is my experience: http://www.oxide.org/cvs/abieber.html Wow, that server is slow. And doesn't even support https.

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Aaron Bieber
Crystal Kolipe writes: > On Fri, Jan 21, 2022 at 11:24:34AM -0700, Aaron Bieber wrote: >> >> Crystal Kolipe writes: >> >> > On Fri, Jan 21, 2022 at 11:05:12AM -0700, Aaron Bieber wrote: >> >> "Knowing" the tools isn't the problem. jcs@ knows how to use tar. I know >> >> how to use tar. The

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Kurt Mosiejczuk
On Fri, Jan 21, 2022 at 07:47:44PM +0100, Stefan Sperling wrote: > cvsdo can do it by faking new directories entries in CVS/Entries files. > This does not require adding directories to the repository (see below). > I am not suggesting this is a great solution, but it can be done. For those

UPDATE: sysutils/monit 5.30.0

2022-01-21 Thread Caspar Schutijser
Hi ports@, The diff below updates sysutils/monit to 5.30.0. Tested on amd64 for a week or so. Release notes: https://mmonit.com/monit/changes/#5.30.0 I also reworked pkg/DESCR a bit. Caspar Schutijser Index: Makefile === RCS

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Stefan Sperling
On Fri, Jan 21, 2022 at 07:24:34PM +0100, Marc Espie wrote: > On Fri, Jan 21, 2022 at 07:06:22PM +0100, Stefan Sperling wrote: > > I never understood why new ports have to submitted as a tarball. > > Why not accept new ports as a diff which only creates new files? > > It is trivial to create such

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Crystal Kolipe
On Fri, Jan 21, 2022 at 11:24:34AM -0700, Aaron Bieber wrote: > > Crystal Kolipe writes: > > > On Fri, Jan 21, 2022 at 11:05:12AM -0700, Aaron Bieber wrote: > >> "Knowing" the tools isn't the problem. jcs@ knows how to use tar. I know > >> how to use tar. The problem is that people send things

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2022/01/21 11:30:09 Modified files: multimedia/mlt7: Makefile distinfo Added files: multimedia/mlt7/patches: patch-src_modules_sdl_CMakeLists_txt Log message: completely forgot to commit this

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Aaron Bieber
Crystal Kolipe writes: > On Fri, Jan 21, 2022 at 11:05:12AM -0700, Aaron Bieber wrote: >> "Knowing" the tools isn't the problem. jcs@ knows how to use tar. I know >> how to use tar. The problem is that people send things totally >> differently and there is no agreed upon "standard". GH would

fix gkrellmreminder (was Re: Port: gkrellmreminder-2.0.0p10)

2022-01-21 Thread Omar Polo
Hello, The reminder plugin for gkrellm is broken, and has been for a long time apparently. It stores the reminders in a file and uses fscanf with %d into a time_t to read the date, which corrupts it. The invalid time is later passed to localtime(3) which returns NULL and the plugin crashes a

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Marc Espie
On Fri, Jan 21, 2022 at 07:06:22PM +0100, Stefan Sperling wrote: > On Fri, Jan 21, 2022 at 11:42:08AM -0600, joshua stein wrote: > > Using CVS and dealing with tarballs is probably pretty > > ancient-feeling for many outsiders. I don't know that more > > documentation is really the problem. > >

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Marc Espie
On Fri, Jan 21, 2022 at 11:42:08AM -0600, joshua stein wrote: > On Fri, 21 Jan 2022 at 18:29:27 +0100, Marc Espie wrote: > > In my opinion, our main issue is the lack of new blood. > > > > We have chronically fewer people who can give okays than ports waiting. > > > > One big "meta" stuff that

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Chris Bennett
I have to say no also to this idea. While using Github separately for working on a particular group of ports with a few others is fine, having 12 WIP ports would make a real mess. For example, portgen with Perl makes a cpan directory with a good, but very flawed start on a port, usually with

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Crystal Kolipe
On Fri, Jan 21, 2022 at 11:05:12AM -0700, Aaron Bieber wrote: > "Knowing" the tools isn't the problem. jcs@ knows how to use tar. I know > how to use tar. The problem is that people send things totally > differently and there is no agreed upon "standard". GH would remedy this > because everything

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Aaron Bieber
Crystal Kolipe writes: > On Fri, Jan 21, 2022 at 11:42:08AM -0600, joshua stein wrote: >> Maybe we can do something radical like enable GitHub pull requests >> to let people submit changes against the ports repo on GitHub > > Cringe. > > I sincerely hope that this doesn't happen. > > Just

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Stefan Sperling
On Fri, Jan 21, 2022 at 11:42:08AM -0600, joshua stein wrote: > Using CVS and dealing with tarballs is probably pretty > ancient-feeling for many outsiders. I don't know that more > documentation is really the problem. > > I personally tend to ignore most ports@ emails that aren't diffs I >

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2022/01/21 11:03:42 Modified files: net/tailscale : Makefile distinfo Removed files: net/tailscale/patches: patch-net_dns_resolvd_go Log message: Update to 1.20.2 - remove upstreamed patch

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Crystal Kolipe
On Fri, Jan 21, 2022 at 11:42:08AM -0600, joshua stein wrote: > Maybe we can do something radical like enable GitHub pull requests > to let people submit changes against the ports repo on GitHub Cringe. I sincerely hope that this doesn't happen. Just look at the typical quality of the projects

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Aaron Bieber
joshua stein writes: > On Fri, 21 Jan 2022 at 18:29:27 +0100, Marc Espie wrote: >> In my opinion, our main issue is the lack of new blood. >> >> We have chronically fewer people who can give okays than ports waiting. >> >> One big "meta" stuff that needs doing is pointing out (especially

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Robert Nagy
On 21/01/22 11:42 -0600, joshua stein wrote: > On Fri, 21 Jan 2022 at 18:29:27 +0100, Marc Espie wrote: > > In my opinion, our main issue is the lack of new blood. > > > > We have chronically fewer people who can give okays than ports waiting. > > > > One big "meta" stuff that needs doing is

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread joshua stein
On Fri, 21 Jan 2022 at 18:29:27 +0100, Marc Espie wrote: > In my opinion, our main issue is the lack of new blood. > > We have chronically fewer people who can give okays than ports waiting. > > One big "meta" stuff that needs doing is pointing out (especially from > new guys) what can be

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Marc Espie
In my opinion, our main issue is the lack of new blood. We have chronically fewer people who can give okays than ports waiting. One big "meta" stuff that needs doing is pointing out (especially from new guys) what can be improved in the documentation of the porting process... sometimes pointing

Re: [update] www/yt-dlp-2022.01.21

2022-01-21 Thread Hiltjo Posthuma
On Fri, Jan 21, 2022 at 12:56:28PM +, Ricardo Mestre wrote: > Hi, > > new update to 2022.01.21 released today, changelog can be checked on [0] since > it's too big to paste here. > > ok? > yes please :) > [0] https://github.com/yt-dlp/yt-dlp/releases/tag/2022.01.21 > > Index: Makefile >

Re: FYI - On the subject of non-OpenBSD developers asking "ok?"

2022-01-21 Thread Chris Bennett
On Thu, Jan 20, 2022 at 11:33:41PM -0500, Kurt Mosiejczuk wrote: > Generally only folks who can commit to CVS should be asking "ok?" > > It signals to others that you are also an OpenBSD dev. One might think > that doing this may get you quicker reivew attention, except it may also > mean that

Re: [update] misc/py-yfinance

2022-01-21 Thread Clemens Gößnitzer
On Fri, 2022-01-21 at 00:58 +, portno12 wrote: > builds ok on amd64, all tests pass > ok for import? Update works for me too. Thanks.

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Ricardo Mestre
CVSROOT:/cvs Module name:ports Changes by: mes...@cvs.openbsd.org 2022/01/21 09:05:55 Modified files: www/yt-dlp : Makefile distinfo www/yt-dlp/pkg : PLIST Log message: update to yt-dlp-2022.01.21 OK sthen@

Re: [update] devel/tig to 2.5.5

2022-01-21 Thread Stuart Henderson
Not ok. It picks up pcre2 which needs to be listed in LIB_DEPENDS and WANTLIB, see "make port-lib-depends-check". -- Sent from a phone, apologies for poor formatting. On 21 January 2022 14:19:06 portno12 wrote: multiple memory and other bugfixes and improvements

Re: MODPY_BIN vs pexp in rc scripts

2022-01-21 Thread Marc Espie
On Fri, Jan 21, 2022 at 03:55:43PM +0100, Antoine Jacoutot wrote: > On Fri, Jan 21, 2022 at 03:21:04PM +0100, Marc Espie wrote: > > landry@ remarked that MODPY_BIN is probably > > too specific when updating /etc/rc scripts from ports. > > > > (and it's also wrong, because pexp is a regexp) > > >

Re: MODPY_BIN vs pexp in rc scripts

2022-01-21 Thread Antoine Jacoutot
On Fri, Jan 21, 2022 at 03:21:04PM +0100, Marc Espie wrote: > landry@ remarked that MODPY_BIN is probably > too specific when updating /etc/rc scripts from ports. > > (and it's also wrong, because pexp is a regexp) > > It should be trivial to add a > MODPY_PEXP > variable specifically for that,

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/01/21 07:47:26 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.36.0.

MODPY_BIN vs pexp in rc scripts

2022-01-21 Thread Marc Espie
landry@ remarked that MODPY_BIN is probably too specific when updating /etc/rc scripts from ports. (and it's also wrong, because pexp is a regexp) It should be trivial to add a MODPY_PEXP variable specifically for that, to facilitate restarts after an upgrade The question is: what should the

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2022/01/21 06:42:56 Modified files: x11/gnome/mutter: Makefile Removed files: x11/gnome/mutter/patches: patch-cogl_cogl_cogl-bitmap_c Log message: Remove a local patch from mutter which changes a

[update] www/yt-dlp-2022.01.21

2022-01-21 Thread Ricardo Mestre
Hi, new update to 2022.01.21 released today, changelog can be checked on [0] since it's too big to paste here. ok? [0] https://github.com/yt-dlp/yt-dlp/releases/tag/2022.01.21 Index: Makefile === RCS file:

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/01/21 05:57:56 Modified files: www/webkitgtk4 : Makefile distinfo Log message: Update to webkitgtk4-2.34.4.

Re: CVS: cvs.openbsd.org: ports

2022-01-21 Thread Landry Breuil
Le Fri, Jan 21, 2022 at 04:27:38AM -0700, Sebastian Reitenbach a écrit : > CVSROOT: /cvs > Module name: ports > Changes by: sebas...@cvs.openbsd.org2022/01/21 04:27:38 > > Modified files: > x11/gnustep/base: Makefile > Added files: > x11/gnustep/base/patches:

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/01/21 05:10:40 Modified files: sysutils/ruby-puppet/6: Makefile distinfo sysutils/ruby-puppet/6/patches: patch-lib_puppet_defaults_rb Log message: Update to Puppet 6.26.0

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2022/01/21 04:49:29 Modified files: sysutils/facter: Makefile distinfo Log message: simple update 3.14.21 -> 3.14.22

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2022/01/21 04:44:40 Modified files: net/ruby-msgpack: Makefile distinfo net/ruby-msgpack/pkg: PLIST Log message: simple update 1.4.2 -> 1.4.3

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2022/01/21 04:35:08 Modified files: devel/leatherman: Makefile distinfo Log message: simple update 1.12.6 -> 1.12.7

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2022/01/21 04:30:20 Modified files: www/sogo : Makefile distinfo www/sogo/pkg : PLIST Removed files: www/sogo/patches: patch-Tests_Integration_teststrings_sh Log message:

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2022/01/21 04:28:45 Modified files: www/sope : Makefile distinfo Log message: Update 5.2.0 -> 5.4.0

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2022/01/21 04:27:38 Modified files: x11/gnustep/base: Makefile Added files: x11/gnustep/base/patches: patch-Headers_Foundation_NSString_h

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2022/01/21 03:55:18 Modified files: infrastructure/bin: update-plist infrastructure/lib/OpenBSD: FS2.pm Log message: glue for recognizing ocaml files... (misses the fragment dispatch) generalize

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2022/01/21 02:38:48 Modified files: infrastructure/lib/OpenBSD: TrackFile.pm Log message: slightly better comments

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2022/01/21 02:36:00 Modified files: infrastructure/bin: update-plist Added files: infrastructure/lib/OpenBSD: TrackFile.pm Log message: move all the logic that handles file dispatch, actual

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2022/01/21 02:25:09 Modified files: infrastructure/bin: update-plist Log message: explain slightly better how the tracker/backsubst writer works. add a (future) option for ocaml handling

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/01/21 02:14:13 Modified files: sysutils/terraform: Makefile distinfo Added files: sysutils/terraform: modules.inc Log message: Update to terraform-1.1.4.

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/01/21 02:00:05 Modified files: sysutils/packer: Makefile distinfo Added files: sysutils/packer: modules.inc Log message: Update to packer-1.7.9.

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/01/21 01:51:44 Modified files: x11/gnome : gnome.port.mk Log message: Add TODO.

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/01/21 01:51:07 Modified files: x11/gnome/aisleriot: Makefile x11/gnome/gucharmap: Makefile Log message: Use GNOME_PROJECT in MASTER_SITES.

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/01/21 01:44:16 Modified files: sysutils/nomad : Makefile distinfo sysutils/nomad/patches: patch-command_agent_log_file_bsd_go Log message: Update to nomad-1.2.4.

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/01/21 01:34:57 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.22.40.

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/01/21 01:34:43 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.20.40.

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/01/21 01:34:31 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.23.40.

CVS: cvs.openbsd.org: ports

2022-01-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/01/21 01:25:21 Modified files: games/gcompris : Makefile distinfo games/gcompris/pkg: PLIST Log message: Update to gcompris-2.1.

Re: [update] misc/py-yfinance

2022-01-21 Thread Clemens Gößnitzer
January 21, 2022 1:58 AM, "portno12" wrote: > builds ok on amd64, all tests pass > ok for import? I will test your diff tonight. Thanks for the update!