CVS: cvs.openbsd.org: ports

2020-05-19 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2020/05/19 20:12:28 Modified files: net: Makefile Log message: Hookup ruby-cbor

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2020/05/19 20:09:14 Log message: Import ruby-cbor, Concise Binary Object Representation implementation for Ruby OK lteo@ Status: Vendor Tag: jeremy Release Tags:

Re: New: net/ruby-cbor

2020-05-19 Thread Lawrence Teo
On Sun, May 17, 2020 at 12:37:43PM -0700, Jeremy Evans wrote: > This is a CBOR (Concise Binary Object Representation, RFC 7049) > implementation for Ruby. It's a dependency of the webauthn gem, > needed for implementing WebAuthn in Ruby. > > Tested on amd64. Looking for OKs to import. ok lteo@

CVS: cvs.openbsd.org: ports

2020-05-19 Thread James Turner
CVSROOT:/cvs Module name:ports Changes by: jtur...@cvs.openbsd.org 2020/05/19 17:41:06 Modified files: sysutils/login_duo: Makefile distinfo sysutils/login_duo/pkg: PLIST Log message: Update login_duo to 1.11.4

CVS: cvs.openbsd.org: ports

2020-05-19 Thread James Turner
CVSROOT:/cvs Module name:ports Changes by: jtur...@cvs.openbsd.org 2020/05/19 17:30:10 Modified files: www/openradtool: Makefile distinfo Log message: Update openradtool to 0.8.14

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2020/05/19 17:14:04 Modified files: www/p5-HTML-Mason: Makefile distinfo Log message: update p5-HTML-Mason to 1.59

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2020/05/19 17:13:23 Modified files: converters/p5-JSON-MaybeXS: Makefile distinfo converters/p5-JSON-MaybeXS/pkg: DESCR Log message: update p5-JSON-MaybeXS to 1.004002

NEW: graphics/radeontop

2020-05-19 Thread Thomas Frohwein
Hi, This a port of radeontop, a nice small utility to look for bottlenecks with your GPU. It runs in the terminal and shows with bar graphs and percentages how much of e.g. Event Engine, shader technology, VRAM are being used. This is only for radeon and amdgpu cards, from R600 up (that is the

Re: Switching boehm-gc from sbrk to mmap

2020-05-19 Thread Klemens Nanni
On Tue, May 19, 2020 at 08:57:55PM +0100, Stuart Henderson wrote: > FWIW pointing w3m at a selection of websites seems quite a good way to > tickle problems in boehm-gc.. Yup, w3m has been crashing on somehwere in boehm-gc for me every once in a while... never bothered to poke around in GC stuff,

Re: UPDATE: games/uhexen2 1.5.9

2020-05-19 Thread Thomas Frohwein
On Tue, May 19, 2020 at 07:03:23AM -0500, Paul Valencia wrote: [...] > Here is the diff to update uhexen2 to the latest version. I > adapted the patches (line positions) so that they still apply > in this version. > > Tested some levels on amd64 with the Steam assets of the game > (*.pak files)

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/05/19 16:15:30 Modified files: net/wireshark : Tag: OPENBSD_6_7 Makefile distinfo Removed files: net/wireshark/patches: Tag: OPENBSD_6_7

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/05/19 16:15:21 Modified files: net/wireshark : Makefile distinfo Removed files: net/wireshark/patches: patch-ui_qt_capture_interfaces_dialog_cpp Log message: update to wireshark-3.2.4

Re: update for ports-fvwm to 2.6.9

2020-05-19 Thread Thomas Frohwein
On Fri, Apr 10, 2020 at 10:54:06AM +0200, Rafael Sadowski wrote: [...] > > - upstream distfiles for fvicons are gone and can't find replacement. > > Therefore, MASTER_SITES0 set to > > https://ftp.openbsd.org/pub/OpenBSD/distfiles/. Or rather remove? > > I would remove the icons if there are

Re: Update lang/ecl to 20.4.24

2020-05-19 Thread Solene Rapenne
Le Tue, 19 May 2020 13:13:06 -0400, Kurt Mosiejczuk a écrit : > On Tue, May 19, 2020 at 08:59:48AM -0700, Josh Elsasser wrote: > > Here's a quick update to the new release, minimally tested as a > > lang/sbcl build host. The patch removes files, don't forget patch > > -E > > Someone should do

NEW: devel/msbuild - build system for .NET

2020-05-19 Thread Thomas Frohwein
Hi, This is a port of MSBuild, the build system for .NET. lang/mono ships with xbuild which was an initial replacement for MSBuild, however since the more official integration of mono into .NET, xbuild has been deprecated by mono for several years now. Of note, that happened without MSBuild

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/05/19 14:45:49 Modified files: mail/notmuch/notmuch: Makefile Log message: move gnupg2 from TEST_DEPENDS to BUILD_DEPENDS, hopefully this really fixes it

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/05/19 14:41:46 Modified files: multimedia/aom : Makefile distinfo Log message: Update to aom-2.0.0. No change since rc1. from Brad (maintainer)

Re: Switching boehm-gc from sbrk to mmap

2020-05-19 Thread Stuart Henderson
On 2020/05/19 08:55, Josh Elsasser wrote: > While testing a lang/ecl update I found that a sbrk-based heap is too > small on i386 to run large programs, like lang/sbcl's > cross-compiler. Switching to an mmap-based heap seems to work fine for > ecl 20.4.24 but I wonder if it would break any other

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/05/19 13:48:48 Modified files: devel/cutter : Makefile distinfo Log message: update to cutter-1.10.3

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/05/19 13:48:02 Modified files: devel/radare2 : Makefile.inc devel/radare2/main: Makefile distinfo devel/radare2/main/patches: patch-libr_Makefile devel/radare2/main/pkg:

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/05/19 13:46:09 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.237

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2020/05/19 13:36:53 Modified files: lang/hashlink : Makefile distinfo lang/hashlink/patches: patch-Makefile patch-libs_uv_uv_c patch-src_module_c

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2020/05/19 13:34:09 Modified files: devel/nuget: Makefile distinfo Log message: update to 5.5.0.6382

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2020/05/19 13:32:28 Modified files: games/depotdownloader: Makefile distinfo Log message: trivial update to 2.3.4

Re: sysutils/u-boot: Various u-boot changes

2020-05-19 Thread Kurt Miller
On Tue, 2020-05-19 at 11:21 +1000, Jonathan Gray wrote: > On Mon, May 18, 2020 at 08:09:21PM -0400, k...@intricatesoftware.com wrote: > > > > Various u-boot changes: > > * Rockchip now outputs a single image that combines idbloader.img > >   and u-boot.itb called u-boot-rockchip.bin. It gets

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Martin Reindl
CVSROOT:/cvs Module name:ports Changes by: mar...@cvs.openbsd.org 2020/05/19 11:34:54 Modified files: geo/py-rasterio: Makefile distinfo Log message: Update py-rasterio to 1.1.4.

Switching boehm-gc from sbrk to mmap

2020-05-19 Thread Josh Elsasser
While testing a lang/ecl update I found that a sbrk-based heap is too small on i386 to run large programs, like lang/sbcl's cross-compiler. Switching to an mmap-based heap seems to work fine for ecl 20.4.24 but I wonder if it would break any other consumers. diff --git a/Makefile b/Makefile index

Re: Update lang/ecl to 20.4.24

2020-05-19 Thread Kurt Mosiejczuk
On Tue, May 19, 2020 at 08:59:48AM -0700, Josh Elsasser wrote: > Here's a quick update to the new release, minimally tested as a > lang/sbcl build host. The patch removes files, don't forget patch -E Someone should do testing with math/maxima, net/clic, and sysutils/reed-alert. --Kurt > diff

Update lang/ecl to 20.4.24

2020-05-19 Thread Josh Elsasser
Here's a quick update to the new release, minimally tested as a lang/sbcl build host. The patch removes files, don't forget patch -E diff -ruN --exclude .git /usr/ports/lang/ecl/Makefile ./Makefile --- /usr/ports/lang/ecl/MakefileTue Feb 18 15:29:40 2020 +++ ./Makefile Mon May 18

Re: UPDATE: devel/cmake (switch to py3, enable DEBUG_PACKAGES, new {py,ruby,lua,java} handling)

2020-05-19 Thread Rafael Sadowski
On Tue May 19, 2020 at 11:31:07AM +0200, Landry Breuil wrote: > On Mon, May 18, 2020 at 07:07:27AM +0200, Rafael Sadowski wrote: > CONFIGURE_ARGS+= always scares me, what if something else down the chain > does CONFIGURE_ARGS= and drops all the other bits ? tldr: Don't worry, port-modules(5) do

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2020/05/19 09:34:56 Modified files: audio : Makefile databases : Makefile devel : Makefile graphics : Makefile net: Makefile

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2020/05/19 09:18:46 Modified files: audio/faudio : Makefile distinfo Log message: update to 20.05 no dynamic export changes changelog: https://github.com/FNA-XNA/FAudio/releases

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2020/05/19 09:17:39 Modified files: devel/gobject-introspection: Makefile Log message: Fix build with ld.bfd ok ajacoutot@ (maintainer) & kmos@ (successful tests)

Re: kdenlive update

2020-05-19 Thread Rafael Sadowski
On Sun May 17, 2020 at 04:48:27PM +0200, Marc Espie wrote: > Seems I can now remove the BROKEN marker. > This does depend on rttr and the mlt fixed update Thanks for the work here. A quick test and it won't crash. Ok with the following tweaks. > > Index: Makefile >

Re: kdenlive update

2020-05-19 Thread Erling Westenvik
On Sun, May 17, 2020 at 04:48:27PM +0200, Marc Espie wrote: > Seems I can now remove the BROKEN marker. > This does depend on rttr and the mlt fixed update Awesome. A working video editor! Compiles and runs without problems here. Thanks! Erling

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2020/05/19 07:27:43 Modified files: emulators/mame : Makefile distinfo Log message: Update mame to 0.221.

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/05/19 07:22:57 Modified files: productivity/radicale2: Makefile distinfo productivity/radicale2/pkg: PLIST Log message: update to radicale-2.1.12

Re: UPDATE: devel/cmake (switch to py3, enable DEBUG_PACKAGES, new {py,ruby,lua,java} handling)

2020-05-19 Thread Landry Breuil
On Tue, May 19, 2020 at 02:25:55PM +0200, Rafael Sadowski wrote: > > which patches this allows us to remove ? > > diff --git > a/devel/cmake/patches/patch-Modules_CMakeDetermineJavaCompiler_cmake > b/devel/cmake/patches/patch-Modules_CMakeDetermineJavaCompiler_cmake > diff --git

Re: devel/autoconf/2.69, add runstatedir

2020-05-19 Thread Stuart Henderson
On 2020/05/19 13:53, Marc Espie wrote: > On Tue, May 19, 2020 at 12:26:45PM +0100, Stuart Henderson wrote: > > This adds the runstatedir patch from autoconf git. It was added upstream > > in 2013 but there hasn't been a newer release; some Linux distros have been > > patching it in their 2.69

Re: UPDATE: devel/cmake (switch to py3, enable DEBUG_PACKAGES, new {py,ruby,lua,java} handling)

2020-05-19 Thread Rafael Sadowski
On Tue May 19, 2020 at 11:31:07AM +0200, Landry Breuil wrote: > On Mon, May 18, 2020 at 07:07:27AM +0200, Rafael Sadowski wrote: > > This diff currently runs through a full amd64 bulk build. I send this > > diff in advance to discuss it. Here a list of imported port changes: > > > > - Update

UPDATE: games/uhexen2 1.5.9

2020-05-19 Thread Paul Valencia
Hi, Here is the diff to update uhexen2 to the latest version. I adapted the patches (line positions) so that they still apply in this version. Tested some levels on amd64 with the Steam assets of the game (*.pak files) in Single Player and Co-op. Index: Makefile

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/05/19 06:00:40 Modified files: x11/gtk+4 : Makefile distinfo x11/gtk+4/patches: patch-gtk_gtkfilechooserwidget_c patch-gtk_gtkplacessidebar_c

Re: devel/autoconf/2.69, add runstatedir

2020-05-19 Thread Marc Espie
On Tue, May 19, 2020 at 12:26:45PM +0100, Stuart Henderson wrote: > This adds the runstatedir patch from autoconf git. It was added upstream > in 2013 but there hasn't been a newer release; some Linux distros have been > patching it in their 2.69 packages for years. > > I don't _really_ like

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/05/19 05:47:29 Modified files: mail/dovecot : Tag: OPENBSD_6_6 Makefile Added files: mail/dovecot/patches: Tag: OPENBSD_6_6 patch-src_lib-smtp_smtp-address_c

devel/autoconf/2.69, add runstatedir

2020-05-19 Thread Stuart Henderson
This adds the runstatedir patch from autoconf git. It was added upstream in 2013 but there hasn't been a newer release; some Linux distros have been patching it in their 2.69 packages for years. I don't _really_ like doing this but it's causing a problem for people who want to make distfiles on

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/05/19 04:33:56 Modified files: net/powerdns_recursor/patches: patch-Makefile_in Log message: regen patch, no package change

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/05/19 04:33:25 Modified files: net/powerdns_recursor: Tag: OPENBSD_6_6 Makefile distinfo net/powerdns_recursor/patches: Tag: OPENBSD_6_6

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/05/19 04:33:09 Modified files: net/powerdns_recursor: Tag: OPENBSD_6_7 Makefile distinfo net/powerdns_recursor/patches: Tag: OPENBSD_6_7

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Otto Moerbeek
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2020/05/19 04:13:44 Modified files: net/powerdns_recursor: Makefile distinfo Log message: Update PowerDNS Recursor to 4.3.1, fixing CVE-2020-10995 and CVE-2020-12244. See

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2020/05/19 04:05:47 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-lib_Target_Mips_AsmParser_MipsAsmParser_cpp

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/05/19 03:33:39 Modified files: net/isc-bind : Tag: OPENBSD_6_6 Makefile distinfo Log message: update 6.6-stable to BIND 9.11.19 CVE-2020-8616: BIND does not sufficiently limit the number of

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/05/19 03:32:59 Modified files: net/isc-bind : Tag: OPENBSD_6_7 Makefile distinfo net/isc-bind/patches: Tag: OPENBSD_6_7 patch-configure_ac

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/05/19 03:32:38 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-configure_ac patch-lib_dns_openssldh_link_c

Re: UPDATE: devel/cmake (switch to py3, enable DEBUG_PACKAGES, new {py,ruby,lua,java} handling)

2020-05-19 Thread Landry Breuil
On Mon, May 18, 2020 at 07:07:27AM +0200, Rafael Sadowski wrote: > This diff currently runs through a full amd64 bulk build. I send this > diff in advance to discuss it. Here a list of imported port changes: > > - Update CMmke to 3.17.2 > > - Switch CMake to pyhton3 Makes 100% sense > - Remove

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2020/05/19 03:11:13 Modified files: www/youtube-dl : Makefile distinfo Log message: Update to youtube-dl 2020.05.08

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/05/19 02:50:55 Modified files: databases/sqlports: Makefile databases/sqlports/files: Info.pm Log message: handling of DEBUG_PACKAGES/DEBUG_CONFIGURE_ARGS is bogus just ignore them for now

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/05/19 02:44:44 Modified files: databases/sqlports/files: TreeWalker.pm Log message: likewise, don't try to use incomplete hash

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2020/05/19 02:40:21 Modified files: net/dbip : Makefile Added files: net/dbip/asn : Makefile distinfo net/dbip/asn/pkg: DESCR PLIST Log message: Add asn subpackage for net/dbip.

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/05/19 02:38:03 Modified files: databases/sqlports/files: TreeWalker.pm Log message: parse errors in dump-vars will lead to $h being invalid, push past that so that it properly errors out without a

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2020/05/19 02:37:57 ports/net/dbip/asn Update of /cvs/ports/net/dbip/asn In directory cvs.openbsd.org:/tmp/cvs-serv74513/asn Log Message: Directory /cvs/ports/net/dbip/asn added to the repository

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2020/05/19 02:37:57 ports/net/dbip/asn/pkg Update of /cvs/ports/net/dbip/asn/pkg In directory cvs.openbsd.org:/tmp/cvs-serv74513/asn/pkg Log Message: Directory /cvs/ports/net/dbip/asn/pkg added to the repository

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2020/05/19 02:33:55 Modified files: textproc/elasticsearch: Makefile textproc/elasticsearch/pkg: README Log message: Fix typo ("configuratoin").

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/05/19 02:28:04 Modified files: x11/gnome/builder: Makefile Log message: gnome-builder: mark BROKEN-i386, linking fails. ok aja@ non-ABS relocation R_386_GOTOFF against symbol '.LC74'

Re: gnome-builder broken on i386

2020-05-19 Thread Antoine Jacoutot
On Tue, May 19, 2020 at 01:13:11AM +0100, Stuart Henderson wrote: > On 2020/05/17 12:09, Stuart Henderson wrote: > > On 2020/05/14 09:17, Antoine Jacoutot wrote: > > > Log message: > > > Update to gnome-builder-3.36.0. > > > > Final link (cc -o src/gnome-builder [...]) fails on i386: > > > >

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/05/19 01:22:55 Modified files: devel/spidermonkey68: Makefile Added files: devel/spidermonkey68/patches:

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2020/05/19 01:20:45 Modified files: sysutils/ruby-puppet/5: Makefile Log message: Add missing dependency, fixes "puppet module generate" command ok kn@

CVS: cvs.openbsd.org: ports

2020-05-19 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2020/05/19 00:22:48 Modified files: net/megatools : Makefile distinfo Log message: Update megatools to 1.10.3 This handles new style mega links (Although apparently not all of them yet). ok kn@