CVS: cvs.openbsd.org: ports

2023-08-26 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/08/26 22:15:28

Modified files:
security/rust-openssl-tests: Makefile crates.inc distinfo 
security/rust-openssl-tests/pkg: PLIST 

Log message:
Update to rust-openssl-tests 20230827



Re: UPDATE: x11/fvwm3 to 1.0.7

2023-08-26 Thread Michael
On Fri, Aug 25, 2023 at 02:41:25PM +0200, Michael wrote:
> Hi ports@,
> 
> this is an update to the latest fvwm3 release [1].
> 
> Unfortunately there was a bug [2] that caused consistent crashes on 
> OpenBSD. Reverting the commit in question seems to resolve that issue, 
> which is also what others [3] seem to be doing for now. Patch for this 
> is included as 'patch-fvwm_ewmh_names_c'.
> 
> Tested on amd64.
> 
> 
> [1] https://github.com/fvwmorg/fvwm3/releases/tag/1.0.7
> [2] https://github.com/fvwmorg/fvwm3/issues/873
> [3] 
> https://github.com/freebsd/freebsd-ports/commit/3e35051e913e46e0132df070d5a718d443bfd0b8

Upstream commited a fix for the mentioned issue so let's use this 
instead, see 'patch-fvwm_ewmh_c'. Patch below.

Tested on amd64.


Index: Makefile
===
RCS file: /cvs/ports/x11/fvwm3/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile24 Jan 2023 18:05:35 -  1.8
+++ Makefile26 Aug 2023 22:20:01 -
@@ -1,6 +1,6 @@
 COMMENT=   multiple virtual desktop window manager
 
-VERSION=   1.0.6a
+VERSION=   1.0.7
 DISTNAME=  fvwm3-${VERSION}
 
 CATEGORIES= x11
Index: distinfo
===
RCS file: /cvs/ports/x11/fvwm3/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo22 Jan 2023 12:11:26 -  1.3
+++ distinfo26 Aug 2023 22:20:01 -
@@ -1,2 +1,2 @@
-SHA256 (fvwm3-1.0.6a.tar.gz) = RmWmYTPgcLeRkXsHlMxt9rdUZ56+kTBxhCfbZHm7W2g=
-SIZE (fvwm3-1.0.6a.tar.gz) = 4538100
+SHA256 (fvwm3-1.0.7.tar.gz) = OqzXz+/2DbG82cdzMtxXX+dxHS0wbwR5UlN43G2z0x4=
+SIZE (fvwm3-1.0.7.tar.gz) = 4512128
Index: patches/patch-configure
===
RCS file: /cvs/ports/x11/fvwm3/patches/patch-configure,v
retrieving revision 1.3
diff -u -p -r1.3 patch-configure
--- patches/patch-configure 13 Oct 2022 16:00:45 -  1.3
+++ patches/patch-configure 26 Aug 2023 22:20:01 -
@@ -1,7 +1,7 @@
 Index: configure
 --- configure.orig
 +++ configure
-@@ -11779,7 +11779,7 @@ then :
+@@ -11726,7 +11726,7 @@ then :
  else $as_nop
  
  with_intl=maybe
Index: patches/patch-default-config_Makefile_in
===
RCS file: /cvs/ports/x11/fvwm3/patches/patch-default-config_Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-default-config_Makefile_in
--- patches/patch-default-config_Makefile_in13 Oct 2022 16:00:45 -  
1.3
+++ patches/patch-default-config_Makefile_in26 Aug 2023 22:20:01 -
@@ -1,7 +1,7 @@
 Index: default-config/Makefile.in
 --- default-config/Makefile.in.orig
 +++ default-config/Makefile.in
-@@ -593,9 +593,10 @@ uninstall-am: uninstall-configDATA
+@@ -574,9 +574,10 @@ uninstall-am: uninstall-configDATA
  
  install-data-hook:
cp -r $(srcdir)/images $(inst_location)/default-config
Index: patches/patch-fvwm_ewmh_c
===
RCS file: patches/patch-fvwm_ewmh_c
diff -N patches/patch-fvwm_ewmh_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-fvwm_ewmh_c   26 Aug 2023 22:20:01 -
@@ -0,0 +1,24 @@
+https://github.com/fvwmorg/fvwm3/commit/4d5a697fac3282af18cacebb6d061c92db410f1a
+Fixes https://github.com/fvwmorg/fvwm3/issues/873
+
+Index: fvwm/ewmh.c
+--- fvwm/ewmh.c.orig
 fvwm/ewmh.c
+@@ -458,7 +458,7 @@ void *atom_get(Window win, Atom to_get, Atom type, int
+   int asize;
+ 
+   asize = atom_size(format_ret);
+-  data = fxmalloc(num_ret * asize);
++  data = fxmalloc(num_ret * asize + 1);
+   if (format_ret == 32 && asize * 8 != format_ret)
+   {
+   int i;
+@@ -472,7 +472,7 @@ void *atom_get(Window win, Atom to_get, Atom type, int
+   {
+   if (data)
+   {
+-  memcpy(data, retval, num_ret * asize);
++  memcpy(data, retval, num_ret * asize + 1);
+   }
+   }
+   XFree(retval);



Re: graphics/imlib2 without rust

2023-08-26 Thread George Koehler
On Thu, 24 Aug 2023 12:48:22 +0200
Omar Polo  wrote:

> while I can't test on a !rust arch I did a few 'simulation' and it
> seems to package correctly both with and without rsvg.
> 
> not super-familiar with plist fragments but it seems fine.  ok op@

semarie@ showed me how to conditionally comment a file in PLIST.
This is easier than a plist fragment for a small number of files
(here, only svg.so).

The diff now sets COMMENT_SVG to an empty string or "@comment ".
I will commit it after I finish checking it.

Index: Makefile
===
RCS file: /cvs/ports/graphics/imlib2/Makefile,v
retrieving revision 1.49
diff -u -p -r1.49 Makefile
--- Makefile7 May 2023 06:54:21 -   1.49
+++ Makefile26 Aug 2023 21:53:59 -
@@ -1,6 +1,7 @@
 COMMENT=   image manipulation library
 
 DISTNAME=  imlib2-1.11.0
+REVISION=  0
 SHARED_LIBS=   Imlib2  8.0 # 12.0
 CATEGORIES=graphics
 
@@ -11,14 +12,11 @@ PERMIT_PACKAGE= Yes
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
 
-WANTLIB += ${COMPILER_LIBCXX} X11 X11-xcb Xau Xdmcp Xext Xrender
-WANTLIB += aom brotlicommon brotlidec brotlienc bz2 c cairo cairo-gobject
-WANTLIB += dav1d de265 expat ffi fontconfig freetype gdk_pixbuf-2.0
-WANTLIB += gif gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 harfbuzz
-WANTLIB += heif hwy iconv id3tag intl jpeg jxl jxl_threads lcms2
-WANTLIB += lzma m openjp2 pango-1.0 pangocairo-1.0 pangoft2-1.0
-WANTLIB += pcre2-8 pixman-1 png rsvg-2 tiff webp webpdemux x265
-WANTLIB += xcb xcb-render xcb-shm xml2 z zstd
+WANTLIB += ${COMPILER_LIBCXX} X11 X11-xcb Xau Xdmcp Xext aom brotlicommon
+WANTLIB += brotlidec brotlienc bz2 c dav1d de265 freetype gif
+WANTLIB += heif hwy id3tag jpeg jxl jxl_threads lcms2 lzma m openjp2
+WANTLIB += png sharpyuv tiff webp webpdemux x265 xcb xcb-shm z
+WANTLIB += zstd
 
 COMPILER=  base-clang ports-gcc
 
@@ -31,14 +29,29 @@ LIB_DEPENDS+=   archivers/bzip2 \
graphics/openjp2 \
graphics/png \
graphics/tiff \
-   multimedia/libheif \
-   x11/gnome/librsvg
+   multimedia/libheif
 
 SEPARATE_BUILD=Yes
 CONFIGURE_STYLE= gnu
 .if ${MACHINE_ARCH} == "i386"
 CONFIGURE_ARGS+= --disable-mmx
 .endif
+
+.include 
+.if ${PROPERTIES:Mrust}
+# We have librsvg-2.0 >= 2.46 only for rust archs.
+WANTLIB += Xrender cairo cairo-gobject expat ffi fontconfig gdk_pixbuf-2.0
+WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 harfbuzz iconv
+WANTLIB += intl pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre2-8
+WANTLIB += pixman-1 rsvg-2 xcb-render xml2
+LIB_DEPENDS+=  x11/gnome/librsvg
+COMMENT_SVG=
+.else
+CONFIGURE_ARGS+=   --without-svg
+COMMENT_SVG=   "@comment "
+.endif
+SUBST_VARS+=   COMMENT_SVG
+UPDATE_PLIST_ARGS+=-c COMMENT_SVG
 
 CONFIGURE_ARGS+=   --without-ps
 
Index: pkg/PLIST
===
RCS file: /cvs/ports/graphics/imlib2/pkg/PLIST,v
retrieving revision 1.12
diff -u -p -r1.12 PLIST
--- pkg/PLIST   29 Apr 2023 08:10:43 -  1.12
+++ pkg/PLIST   26 Aug 2023 21:53:59 -
@@ -33,7 +33,7 @@ lib/imlib2/loaders/
 @so lib/imlib2/loaders/lzma.so
 @so lib/imlib2/loaders/png.so
 @so lib/imlib2/loaders/pnm.so
-@so lib/imlib2/loaders/svg.so
+${COMMENT_SVG}@so lib/imlib2/loaders/svg.so
 @so lib/imlib2/loaders/tga.so
 @so lib/imlib2/loaders/tiff.so
 @so lib/imlib2/loaders/webp.so



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:ports
Changes by: matth...@cvs.openbsd.org2023/08/26 12:33:13

Modified files:
x11/xcb-util-errors: Makefile 

Log message:
xcb-util-errors: needs python to build. No packaging changes.



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:ports
Changes by: matth...@cvs.openbsd.org2023/08/26 12:14:14

Modified files:
wayland/havoc  : Makefile 

Log message:
havoc: add missing BDEP on wayland--protocols. no package change.



Re: UPDATE: sysutils/vultr-cli-2.18.2

2023-08-26 Thread Daniel Jakots
On Sat, 26 Aug 2023 08:11:12 -0400, Adriano Barbosa
 wrote:

> Hi.
> Update for sysutils/vultr-cli-2.18.2
> 
> Changelog: https://github.com/vultr/vultr-cli/releases/tag/v2.18.2
> - Fix goreleaser archive names and remove deprecated brew command
> (#344)
> - Release v2.18.2 #patch
> 
> Obrigado!

Committed, thanks!



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2023/08/26 11:26:51

Modified files:
sysutils/vultr-cli: Makefile distinfo modules.inc 

Log message:
Update to vultr-cli-2.18.2

>From Adriano Barbosa (maintainer)



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Sebastien Marie
CVSROOT:/cvs
Module name:ports
Changes by: sema...@cvs.openbsd.org 2023/08/26 06:59:06

Modified files:
databases/influxdb: Makefile 

Log message:
mark databases/influxdb broken

it doesn't build with lang/rust 1.72.0, and patching code from go modules isn't
really possible.



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Sebastien Marie
CVSROOT:/cvs
Module name:ports
Changes by: sema...@cvs.openbsd.org 2023/08/26 06:56:48

Modified files:
lang/rust  : Makefile distinfo 
lang/rust/patches: patch-compiler_rustc_session_src_options_rs 
   patch-library_std_src_sys_unix_os_rs 
   patch-src_bootstrap_bootstrap_py 
   patch-src_bootstrap_lib_rs 
   patch-src_bootstrap_test_rs 
   
patch-src_tools_cargo_crates_cargo-test-support_src_paths_rs 
   patch-vendor_openssl-sys_build_main_rs 
lang/rust/pkg  : PLIST-src 
Removed files:
lang/rust/patches: patch-src_bootstrap_config_rs 
   patch-vendor_openssl-sys-0_9_85_build_main_rs 

Log message:
update lang/rust to 1.72.0

Announce: https://blog.rust-lang.org/2023/08/24/Rust-1.72.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.72.0



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2023/08/26 06:37:13

Modified files:
sysutils/ugrep : Makefile distinfo 

Log message:
Update to ugrep-4.0.4



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2023/08/26 06:27:16

Modified files:
sysutils/diffoscope: Makefile distinfo 

Log message:
Update to diffoscope-248



UPDATE: sysutils/vultr-cli-2.18.2

2023-08-26 Thread Adriano Barbosa
Hi.
Update for sysutils/vultr-cli-2.18.2

Changelog: https://github.com/vultr/vultr-cli/releases/tag/v2.18.2
- Fix goreleaser archive names and remove deprecated brew command (#344)
- Release v2.18.2 #patch

Obrigado!
--
Adriano


Index: Makefile
===
RCS file: /cvs/ports/sysutils/vultr-cli/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile4 Jul 2023 22:09:21 -   1.14
+++ Makefile26 Aug 2023 12:07:14 -
@@ -1,7 +1,7 @@
 COMMENT =  Vultr Command Line Interface
 
 MODGO_MODNAME =github.com/vultr/vultr-cli/v2
-MODGO_VERSION =v2.17.0
+MODGO_VERSION =v2.18.2
 
 DISTNAME = vultr-cli-${MODGO_VERSION}
 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/vultr-cli/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo4 Jul 2023 22:09:21 -   1.11
+++ distinfo26 Aug 2023 12:07:15 -
@@ -27,8 +27,8 @@ SHA256 (go_modules/cloud.google.com/go/b
 SHA256 (go_modules/cloud.google.com/go/bigquery/@v/v1.8.0.mod) = 
toghopjskKDZvXw9jhgakkEk652JmdL6BXOk8VL6flU=
 SHA256 (go_modules/cloud.google.com/go/bigquery/@v/v1.8.0.zip) = 
iSsQkp1M+JsMjJiVwXze/2wNKPZeT/quZyWZdXLiEkk=
 SHA256 (go_modules/cloud.google.com/go/compute/@v/v1.19.0.mod) = 
veWSgbKb1k3MJJrXGQCRc+ZdRbNe/RgTyLcbK+gBnHQ=
-SHA256 (go_modules/cloud.google.com/go/compute/@v/v1.19.0.zip) = 
eJaWaH2lPdItIsXEngzAY2pEcDRZmSI20YSV552bnAM=
-SHA256 (go_modules/cloud.google.com/go/compute/metadata/@v/v0.2.0.mod) = 
ZmAMRI0rXFR3BnNIkO0YGJyCgLII2Gua8qsIENW2HSE=
+SHA256 (go_modules/cloud.google.com/go/compute/@v/v1.20.1.mod) = 
SI2TVknKeuBzDnUj1v2BwiWJhPotYoT9IlqTVMmt43I=
+SHA256 (go_modules/cloud.google.com/go/compute/@v/v1.20.1.zip) = 
s2OUUpzJxqCU+DEtVG8FeKWQ3mqqHVpUR5j+twjIobA=
 SHA256 (go_modules/cloud.google.com/go/compute/metadata/@v/v0.2.3.mod) = 
ABGpCmT7GqppqtQm/orJyeWjfkthmnvQTUCQlTZatIg=
 SHA256 (go_modules/cloud.google.com/go/compute/metadata/@v/v0.2.3.zip) = 
KShk29Cx3jepaOKF6UmIXlczhIN9gc02lb5c4uI5GIc=
 SHA256 (go_modules/cloud.google.com/go/datastore/@v/v1.0.0.mod) = 
A0xS+1OSg3+NsnVIX7DpXRDmzSUw3Ty2c9fTUJ4WsuY=
@@ -132,7 +132,6 @@ SHA256 (go_modules/github.com/golang/pro
 SHA256 (go_modules/github.com/golang/protobuf/@v/v1.4.2.mod) = 
S/WIXR69xtJwlYN5p0HNO096ygFuh02OixBZEQ3+nhU=
 SHA256 (go_modules/github.com/golang/protobuf/@v/v1.4.3.mod) = 
S/WIXR69xtJwlYN5p0HNO096ygFuh02OixBZEQ3+nhU=
 SHA256 (go_modules/github.com/golang/protobuf/@v/v1.5.0.mod) = 
c4y7HelrZ6YjisO4CBzYsb+w2uvPbJu+jL221zuuzRk=
-SHA256 (go_modules/github.com/golang/protobuf/@v/v1.5.2.mod) = 
fI52EFJ6/Xckx+i36EPxMrDbYejJ3UncWJ1DDokpvMQ=
 SHA256 (go_modules/github.com/golang/protobuf/@v/v1.5.3.mod) = 
fI52EFJ6/Xckx+i36EPxMrDbYejJ3UncWJ1DDokpvMQ=
 SHA256 (go_modules/github.com/golang/protobuf/@v/v1.5.3.zip) = 
k72m6I1KCkk6mLSB3mehAACnVdFfFqgAtJprltG9b4E=
 SHA256 
(go_modules/github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.mod) 
= zxL0h7DCiaymnWKzj7Ik7HrONX8Sc9ofX6V46ZGqCaI=
@@ -285,8 +284,8 @@ SHA256 (go_modules/github.com/stretchr/t
 SHA256 (go_modules/github.com/stretchr/testify/@v/v1.8.3.zip) = 
pL+MgUt9wD59Kkt2/A9objjwxrmPxhr+RCLwWYN3lSg=
 SHA256 (go_modules/github.com/subosito/gotenv/@v/v1.4.2.mod) = 
dFutIu7CAHc/LeADutL79Pal4JTOcjmwWph+tVVJXbg=
 SHA256 (go_modules/github.com/subosito/gotenv/@v/v1.4.2.zip) = 
W6qqp9iKRKV5XHqO2Ob//7jX+yf6nBRn7KVEwWE2tWE=
-SHA256 (go_modules/github.com/vultr/govultr/v3/@v/v3.0.3.mod) = 
LVavYNwiOPhbJK29AY+YeNb1r6dLHCtchSNs0vTocgk=
-SHA256 (go_modules/github.com/vultr/govultr/v3/@v/v3.0.3.zip) = 
TIvnYDTfhoE45z/V2EcybilnNLvkhYLwWPPWkYJ6qTY=
+SHA256 (go_modules/github.com/vultr/govultr/v3/@v/v3.3.1.mod) = 
LVavYNwiOPhbJK29AY+YeNb1r6dLHCtchSNs0vTocgk=
+SHA256 (go_modules/github.com/vultr/govultr/v3/@v/v3.3.1.zip) = 
n5ObOjG86UEG+p8eTl0+PVV70GN0aDa1HCatANb3S2I=
 SHA256 (go_modules/github.com/yuin/goldmark/@v/v1.1.25.mod) = 
4sdj+GGtoFxhUMMvgEvKMclqGLlEMg4O6bvw1sYHWtc=
 SHA256 (go_modules/github.com/yuin/goldmark/@v/v1.1.27.mod) = 
4sdj+GGtoFxhUMMvgEvKMclqGLlEMg4O6bvw1sYHWtc=
 SHA256 (go_modules/github.com/yuin/goldmark/@v/v1.1.32.mod) = 
4sdj+GGtoFxhUMMvgEvKMclqGLlEMg4O6bvw1sYHWtc=
@@ -321,8 +320,8 @@ SHA256 (go_modules/golang.org/x/crypto/@
 SHA256 
(go_modules/golang.org/x/crypto/@v/v0.0.0-20200622213623-75b288015ac9.mod) = 
srEtCfgZFfvPQiYAnlD579qL03V9IFXY7AeXfmW8Zhg=
 SHA256 
(go_modules/golang.org/x/crypto/@v/v0.0.0-20210421170649-83a5a9bb288b.mod) = 
3aGNGfup9HvKgmnPSu9YDgzpksc+KqVKvyJiFrHjpyk=
 SHA256 
(go_modules/golang.org/x/crypto/@v/v0.0.0-20220722155217-630584e8d5aa.mod) = 
ryyI7r/wPjoq/ssbA2afxU6dEiyI97Ls/tBR7F28i7s=
-SHA256 (go_modules/golang.org/x/crypto/@v/v0.10.0.mod) = 
LAC5Gxo4OLTluAFtx+6AEL7pCK+ErVH30bgs956frN0=
-SHA256 (go_modules/golang.org/x/crypto/@v/v0.10.0.zip) = 
Lk+bct9vSAp0RIOxTWuMutmP8GY5mXmsdP8dxbdOm+w=
+SHA256 (go_modules/golang.org/x/crypto/@v/v0.12.0.mod) = 

CVS: cvs.openbsd.org: ports

2023-08-26 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2023/08/26 06:04:51

Modified files:
editors/poke   : Makefile distinfo 

Log message:
Update poke to 3.3.



[no subject]

2023-08-26 Thread Amin Hassanpur
Hi


CVS: cvs.openbsd.org: ports

2023-08-26 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/08/26 03:33:29

Modified files:
security/openssl-ruby-tests: Makefile distinfo 

Log message:
Update to openssl-ruby-tests 20230825



[update] Lagrange to 1.16.7

2023-08-26 Thread Florian Viehweger
Hi,

this is an update for Lagrange to 1.16.7.

Some testing done on amd64. No issues found.

portcheck and 'make port-lib-depends-check' are happy.

Changes listed here [1].

Comments?

Thanks!

[1] https://github.com/skyjake/lagrange/releases


Index: Makefile
===
RCS file: /daten/openbsdmirror/cvs/mirror/ports/net/lagrange/Makefile,v
retrieving revision 1.65
diff -u -p -u -p -r1.65 Makefile
--- Makefile7 Aug 2023 06:56:04 -   1.65
+++ Makefile26 Aug 2023 09:16:15 -
@@ -1,5 +1,5 @@
 COMMENT =  SDL multi protocol navigator
-VERSION =  1.16.6
+VERSION =  1.16.7
 
 DISTNAME = lagrange-${VERSION}
 
Index: distinfo
===
RCS file: /daten/openbsdmirror/cvs/mirror/ports/net/lagrange/distinfo,v
retrieving revision 1.54
diff -u -p -u -p -r1.54 distinfo
--- distinfo7 Aug 2023 06:56:04 -   1.54
+++ distinfo26 Aug 2023 09:16:15 -
@@ -1,2 +1,2 @@
-SHA256 (lagrange-1.16.6.tar.gz) = YuzDWZcQo+7vdz/zLYDWPFAuLiPh64x81YtLQ9F5mBc=
-SIZE (lagrange-1.16.6.tar.gz) = 10009212
+SHA256 (lagrange-1.16.7.tar.gz) = dR9ZW36RPqgkb6QDH2PBXc7xyxFOBXsgYvxgGHXr50U=
+SIZE (lagrange-1.16.7.tar.gz) = 10009880


-- 
greetings,

Florian Viehweger



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/26 03:09:07

Modified files:
x11/gnome/maps : Tag: OPENBSD_7_3 Makefile distinfo 

Log message:
SECURITY update to gnome-maps-43.7:
transitRouter: Add allowlist for transit plugins



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/26 03:07:45

Modified files:
sysutils/terragrunt: Makefile distinfo 

Log message:
Update to terragrunt-0.50.8.



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/26 02:57:20

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.29.35.



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/26 02:57:02

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py3-boto3-1.28.35.



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/26 02:56:49

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py3-botocore-1.31.35.



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/26 02:56:14

Modified files:
print/py-pypdf : Makefile distinfo 

Log message:
Update to py3-pypdf-3.15.3.



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/26 02:55:26

Modified files:
x11/gnome/maps : Makefile distinfo 

Log message:
SECURITY update to gnome-maps-44.4.



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/26 02:52:23

Modified files:
x11/gtk+4  : Makefile distinfo 
Removed files:
x11/gtk+4/patches: patch-gtk_print_gtkprinteroptionprivate_h 

Log message:
Update to gtk+4-4.12.1.



CVS: cvs.openbsd.org: ports

2023-08-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/26 02:46:59

Modified files:
x11/gnome/librsvg: Makefile 

Log message:
Skip 2.56.93 (devel version).



Re: New port: novelWriter, a text writer for creating novels

2023-08-26 Thread Stuart Henderson
On 2023/08/25 16:26, Thomas Frohwein wrote:
> On Fri, Aug 25, 2023 at 08:43:45PM +0100, Stuart Henderson wrote:
> [...]
> > Basically LGTM. Please avoid the old python-upstream-deprecated build
> > things by replacing MODPY_SETUPTOOLS=Yes with MODPY_PYBUILD=setuptools
> > and regen'ing plist, then it's ok with me.
> 
> Thanks, I committed it with these changes. If MODPY_SETUPTOOLS=Yes is
> outdated, should Makefile.template be adjusted? Proposing diff below if
> so...

>  #
>  # Get source from pypi.org
>  #MODPY_PI =  Yes
> -#MODPY_SETUPTOOLS =  Yes
> +#MODPY_PYBUILD = setuptools

Ah yes, probably a good idea. Maybe mention some of the other build
backends with a pointer to the manual for others?

#MODPY_PYBUILD =setuptools
#   or flit_core, hatchling, etc - see port-modules(5)

>  # If port is python2 only
>  #MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}

I think we could remove that from Makefile.template now, hopefully not
needed for any new ports.