update audio/flac 1.4.0

2022-09-09 Thread Nam Nguyen
Here is an update to audio/flac 1.4.0 released on Sep. 9, 2022.

Release notes: https://github.com/xiph/flac/releases/tag/1.4.0

This diff does the following:
- removes cpu.c patch because there is a new else condition that sets
  ppc.arch* = false instead of erroring out as before
- removes flac.1 patch because flac.1 is empty.
- flac.1 must be deleted in order for pandoc to run. I do not think
  flac.1 was intended to be bundled so I reported this.
  see: https://github.com/xiph/flac/issues/432
- adds textproc/pandoc to BUILD_DEPENDS to generate man pages
- major bump to both libFLAC and libFLAC++
- remove doc/ from configure and Makefile to avoid installing empty
  FLAC.tag file and logos.

  While doc/ used to contain html pages, upstream thought html is now
  pointless to include.

  see:
  https://github.com/xiph/flac/commit/80d064e15d843eb137ff80c9e9797b9c180e1743
  https://github.com/xiph/flac/commit/dd8a264c566292de4d7da8f43688a169ffb431a1

Testing
===
`make test' passes. I tested flac playback with the following consumers:
libsndfile audacity cmus deadbeef flac123 moc sox pacpl.

Feedback and tests are welcome. OK?

major bump justification

"As there have been changes to the library interfaces, the libFLAC
version number is incremented to 12, the libFLAC++ version number is
incremented to 10. As some changes were breaking"

check_sym output: https://namtsui.com/public/checksym_flac.txt

libFLAC major bump justification:
"get_client_data_from_decoder is renamed FLAC__get_decoder_client_data(),
see github #124"

libFLAC++ major bump justification:
"The ::FLAC__Frame struct has changed, see the libFLAC interface
change."

I was curious how FLAC++ headers defined ::FLAC__Frame. I found the
following includes.

include/FLAC++/decoder.h: #include "FLAC/stream_decoder.h"
include/FLAC/stream_decoder.h: #include "format.h"
include/FLAC/format.h: provides definition of FLAC__Frame struct

The FLAC__Frame struct changed, which justifies major bump for both
libFLAC and libFLAC++:

"FLAC__Frame struct has changed:"

Index: Makefile
===
RCS file: /cvs/ports/audio/flac/Makefile,v
retrieving revision 1.64
diff -u -p -u -p -r1.64 Makefile
--- Makefile8 Mar 2022 14:27:48 -   1.64
+++ Makefile10 Sep 2022 03:28:19 -
@@ -1,11 +1,10 @@
 COMMENT=   free lossless audio codec
 
-DISTNAME=  flac-1.3.4
-REVISION=  0
+DISTNAME=  flac-1.4.0
 CATEGORIES=audio archivers
 HOMEPAGE=  https://www.xiph.org/flac/
-SHARED_LIBS +=  FLAC 12.0 # 11.0
-SHARED_LIBS +=  FLAC++   10.0 # 9.0
+SHARED_LIBS +=  FLAC 13.0 # 12.0
+SHARED_LIBS +=  FLAC++   11.0 # 10.0
 
 MAINTAINER=Christian Weisgerber 
 
@@ -22,6 +21,8 @@ COMPILER =base-clang ports-gcc base-gcc
 
 LIB_DEPENDS=   audio/libogg converters/libiconv
 
+BUILD_DEPENDS= textproc/pandoc
+
 .if ${MACHINE_ARCH} == "i386"
 BUILD_DEPENDS+=devel/nasm
 .endif
@@ -39,8 +40,14 @@ CONFIGURE_ARGS += --disable-vsx
 
 DEBUG_PACKAGES=${BUILD_PACKAGES}
 
-post-install:
-   ${SUBST_CMD} ${PREFIX}/man/man1/flac.1
-   rm ${PREFIX}/man/man1/flac.1.beforesubst
+post-extract:
+# rebuild man pages by removing empty man pages
+   rm -v ${WRKSRC}/man/{flac,metaflac}.1
+# skip doc/ which contains logos and empty doxygen file
+   sed -i 's;doc/Doxyfile doc/Makefile doc/images/Makefile;;' \
+   ${WRKSRC}/configure
+
+post-configure:
+   sed -i 's;SUBDIRS = doc;SUBDIRS =;' ${WRKSRC}/Makefile
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/audio/flac/distinfo,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 distinfo
--- distinfo25 Feb 2022 20:45:09 -  1.14
+++ distinfo10 Sep 2022 03:28:19 -
@@ -1,2 +1,2 @@
-SHA256 (flac-1.3.4.tar.xz) = j/BgfnWjIt181uxI9PIlRxQEricw0OqUUSexNVFV5zc=
-SIZE (flac-1.3.4.tar.xz) = 1038356
+SHA256 (flac-1.4.0.tar.xz) = r0HAczyTwjfD5S9k3YfjsNmvOCWfHH0R6Mv1g8SMJQY=
+SIZE (flac-1.4.0.tar.xz) = 783372
Index: patches/patch-man_flac_1
===
RCS file: patches/patch-man_flac_1
diff -N patches/patch-man_flac_1
--- patches/patch-man_flac_18 Mar 2022 14:27:48 -   1.5
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,11 +0,0 @@
 man/flac.1.origTue Nov 25 04:40:14 2014
-+++ man/flac.1 Sun Nov 30 20:59:42 2014
-@@ -384,7 +384,7 @@ These flags can be used to invert the sense of the cor
- .PP
- metaflac(1)
- .PP
--The programs are documented fully by HTML format documentation, available in 
\fI/usr/share/doc/libflac-doc/html\fR on Debian GNU/Linux systems.
-+The programs are documented fully by HTML format documentation, available in 
\fI${TRUEPREFIX}/share/doc/flac/html\fR.
- .SH "AUTHOR"
- .PP
- This manual page was initially written by Matt Zimmerman  
for the Debian 

CVS: cvs.openbsd.org: ports

2022-09-09 Thread Stuart Cassoff
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2022/09/09 18:27:43

Modified files:
graphics/tkimg : Makefile distinfo 
graphics/tkimg/pkg: PLIST 
Removed files:
graphics/tkimg/patches: patch-Makefile_in 

Log message:
Update to 1.4.13.

Drop the Makefile patch and instead let TkImg perform the install as it wants.
With the right options in CONFIGURE_ARGS and some other Makefile vars,
this gives a nice result, with all the lib files in one place and without
a lot of directories and pkgIndex.tcl files.

Include files are now installed in ${LOCALBASE}/include/tkimg,
instead of ${LOCALBASE}/include.

The *Config.sh files are now installed in ${LOCALBASE}/lib/tcl/tkimg,
instead of ${LOCALBASE}/lib.

Man pages are now installed.
Tests can now be run without the package having to install itself.
No longer need SHARED_LIBS.
Take Maintainership.

OK sthen@



Bump shared libs in nextcloudclient

2022-09-09 Thread Adriano Barbosa
Hi.
I forgot to check SHARED_LIBS changes in last update.

Obrigado!
--
Adriano


Index: Makefile
===
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.38
diff -u -p -r1.38 Makefile
--- Makefile9 Sep 2022 06:53:20 -   1.38
+++ Makefile9 Sep 2022 23:49:19 -
@@ -4,6 +4,7 @@ COMMENT =   desktop sync client for Nextcl
 
 V =3.6.0
 DISTNAME = nextcloudclient-${V}
+REVISION = 0
 
 GH_ACCOUNT =   nextcloud
 GH_PROJECT =   desktop
@@ -13,8 +14,8 @@ CATEGORIES =  net
 
 HOMEPAGE = https://nextcloud.com
 
-SHARED_LIBS +=  nextcloudsync 4.0 # 3.5.2
-SHARED_LIBS +=  nextcloud_csync   2.1 # 3.5.1
+SHARED_LIBS +=  nextcloudsync 5.0 # 3.6.0
+SHARED_LIBS +=  nextcloud_csync   2.2 # 3.6.0
 SHARED_LIBS +=  nextcloudsync_vfs_suffix  0.0 # 3.5.3
 
 MAINTAINER =   Adriano Barbosa 



d

2022-09-09 Thread Antoine Jacoutot
Hi folks.

Remove message:
"*** Python 2.7 is end-of-life and no longer receives security updates."

I don't have time to handle people sending me emails about what they should do
about it because they installed gimp which pulls x11/py-gtk2 which pulls python2
(and as soon as there's gtk in the name, people contact me).
I don't care about outdated py2 gimp plugins but according to espie, these py2
plugins are essential to gimp even though linux moved away from it.

OK?


Index: Makefile
===
RCS file: /cvs/ports/lang/python/2.7/Makefile,v
retrieving revision 1.79
diff -u -p -r1.79 Makefile
--- Makefile2 Sep 2022 16:49:03 -   1.79
+++ Makefile9 Sep 2022 21:02:31 -
@@ -8,7 +8,7 @@ SHARED_LIBS =   python2.7 0.0
 VERSION_SPEC = >=2.7,<2.8
 PORTROACH =limit:^2\.7
 
-REVISION-main =10
+REVISION-main =11
 REVISION-idle =1
 REVISION-tests =   1
 REVISION-bsddb =   0
Index: pkg/MESSAGE-main
===
RCS file: pkg/MESSAGE-main
diff -N pkg/MESSAGE-main
--- pkg/MESSAGE-main23 Mar 2022 11:20:05 -  1.4
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1 +0,0 @@
-*** Python 2.7 is end-of-life and no longer receives security updates.


-- 
Antoine



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/09/09 14:49:06

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
'py-dbus' => 'py3-dbus'



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/09/09 14:47:49

Modified files:
x11: Makefile 
x11/dbus-python: Makefile distinfo 
Added files:
x11/dbus-python/pkg: DESCR PLIST 
Removed files:
x11/dbus-python/pkg: DESCR-common DESCR-main 
 PFRAG.no-python3-main PLIST-common 
 PLIST-main 

Log message:
Update to py3-dbus-1.3.2.
Renove py2 support.



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/09/09 14:46:34

Modified files:
x11: Makefile 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 
Removed files:
x11/compiz : Makefile Makefile.inc 
x11/compiz/bcop: Makefile distinfo 
x11/compiz/bcop/patches: patch-src_bcop_in 
x11/compiz/bcop/pkg: DESCR PLIST 
x11/compiz/ccsm: Makefile distinfo 
x11/compiz/ccsm/pkg: DESCR PLIST 
x11/compiz/compizconfig-python: Makefile distinfo 
x11/compiz/compizconfig-python/patches: patch-configure_ac 
patch-src_Makefile_am 
patch-src_compizconfig_pyx 
x11/compiz/compizconfig-python/pkg: DESCR PLIST 
x11/compiz/core: Makefile distinfo 
x11/compiz/core/patches: patch-plugins_gconf_c 
 patch-plugins_screenshot_c 
 patch-plugins_svg_c 
 patch-src_Makefile_in 
 patch-src_display_c patch-src_option_c 
x11/compiz/core/pkg: DESCR PLIST README 
x11/compiz/libcompizconfig: Makefile distinfo 
x11/compiz/libcompizconfig/patches: patch-backend_ini_c 
patch-src_filewatch_c 
patch-src_lists_c 
patch-src_main_c 
x11/compiz/libcompizconfig/pkg: DESCR PLIST 
x11/compiz/plugins-main: Makefile distinfo 
x11/compiz/plugins-main/patches: patch-src_colorfilter_parser_h 
x11/compiz/plugins-main/pkg: DESCR PLIST 

Log message:
Remove:
compiz-bcop
ccsm
compizconfig-python
compiz
libcompizconfig
compiz-plugins-main

Unmaintained in ports and no one stepped up.
ok sthen@ daniel@ matthieu@



Re: lang/gcc/8 diff for riscv64

2022-09-09 Thread Pascal Stumpf
OK as soon as the lld patch is in.  Great work!


On Fri, 09 Sep 2022 00:34:21 +0200, Jeremie Courreges-Anglas wrote:
> 
> With the diff below I can build ports-gcc on riscv64.  PIE is disabled
> by default because I hit crashes at build time.  Since not many ports
> require ports-gcc for for C or C++ code I believe that's okay for now.
> Trying to forcefully disable PIE led to some dubious patches, I'm not
> sure yet why they are actually needed (see the comments).  The rest of
> the patches are as riscv64-specific as possible.
> 
> One patch which isn't included here is for ld.lld in base, which I have
> yet to submit.
> 
> With this I can build blas, lapack, numpy with fortran support... more
> to come.
> 
> Thoughts?  oks?
> 
> PS: I have yet to backport my recent fixes to lang/gcc/11, crossing
>   fingers...
> 
> PPS: the ONLY_FOR_ARCHS and GCC49_ARCHS changes aren't included for now
>   but they're trivial
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/lang/gcc/8/Makefile,v
> retrieving revision 1.56
> diff -u -p -r1.56 Makefile
> --- Makefile  24 Jul 2022 09:52:45 -  1.56
> +++ Makefile  8 Sep 2022 22:28:25 -
> @@ -64,7 +64,7 @@ EXTRACT_ONLY =  ${DISTNAME}.tar.xz
>  BUILD_DEPENDS += devel/bison
>  
>  .if ${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "arm" || \
> -${MACHINE_ARCH} == "powerpc64"
> +${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "riscv64"
>  # would be helpful on i386/amd64 too, but some ports also need the old
>  # ld.bfd in base which can't cope with new gas.
>  BUILD_DEPENDS += devel/gas
> @@ -133,9 +133,14 @@ CONFIGURE_ARGS += \
>   --with-gmp="${LOCALBASE}" \
>   --enable-languages=${LANGS} \
>   --disable-libstdcxx-pch \
> - --enable-default-ssp \
> - --enable-default-pie \
>   --without-isl
> +.if ${MACHINE_ARCH} != "riscv64"
> +CONFIGURE_ARGS += \
> + --enable-default-ssp \
> + --enable-default-pie
> +.else
> +EXTRA_ENV += PORTS_FORCE_DISABLE_PIE="-nopie"
> +.endif
>  
>  # This is needed, as internal cpp is no longer compatible with the
>  # visible beast
> Index: patches/patch-fixincludes_Makefile_in
> ===
> RCS file: patches/patch-fixincludes_Makefile_in
> diff -N patches/patch-fixincludes_Makefile_in
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ patches/patch-fixincludes_Makefile_in 8 Sep 2022 21:58:03 -
> @@ -0,0 +1,25 @@
> +Add a knob to force-disable PIE to unbreak compilation where PIE isn't
> +properly supported.
> +
> +Index: fixincludes/Makefile.in
> +--- fixincludes/Makefile.in.orig
>  fixincludes/Makefile.in
> +@@ -107,15 +107,15 @@ oneprocess : full-stamp
> + twoprocess : test-stamp $(AF)
> + 
> + full-stamp : $(ALLOBJ) $(LIBIBERTY)
> +-$(CC) $(CFLAGS) $(LDFLAGS) -o $(FI) $(ALLOBJ) $(LIBIBERTY)
> ++$(CC) $(CFLAGS) $(PORTS_FORCE_DISABLE_PIE) $(LDFLAGS) -o $(FI) 
> $(ALLOBJ) $(LIBIBERTY)
> + $(STAMP) $@
> + 
> + test-stamp : $(TESTOBJ) $(LIBIBERTY)
> +-$(CC) $(CFLAGS) $(LDFLAGS) -o $(FI) $(TESTOBJ) $(LIBIBERTY)
> ++$(CC) $(CFLAGS) $(PORTS_FORCE_DISABLE_PIE) $(LDFLAGS) -o $(FI) 
> $(TESTOBJ) $(LIBIBERTY)
> + $(STAMP) $@
> + 
> + $(AF): $(FIXOBJ) $(LIBIBERTY)
> +-$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(FIXOBJ) $(LIBIBERTY)
> ++$(CC) $(CFLAGS) $(PORTS_FORCE_DISABLE_PIE) $(LDFLAGS) -o $@ $(FIXOBJ) 
> $(LIBIBERTY)
> + 
> + $(ALLOBJ)   : $(HDR)
> + fixincl.o   : fixincl.c  $(srcdir)/fixincl.x
> Index: patches/patch-gcc_config_gcc
> ===
> RCS file: /cvs/ports/lang/gcc/8/patches/patch-gcc_config_gcc,v
> retrieving revision 1.6
> diff -u -p -r1.6 patch-gcc_config_gcc
> --- patches/patch-gcc_config_gcc  11 Mar 2022 19:28:59 -  1.6
> +++ patches/patch-gcc_config_gcc  5 Apr 2022 14:38:47 -
> @@ -96,7 +96,28 @@ Index: gcc/config.gcc
>   i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-gnu* | 
> i[34567]86-*-kopensolaris*-gnu)
>   # Intel 80386's running GNU/*
>   # with ELF format using glibc 2
> -@@ -2394,6 +2432,18 @@ pdp11-*-*)
> +@@ -2113,6 +2151,20 @@ riscv*-*-freebsd*)
> + # automatically detect that GAS supports it, yet we require it.
> + gcc_cv_initfini_array=yes
> + ;;
> ++riscv64-*-openbsd*)
> ++tm_file="${tm_file} dbxelf.h elfos.h"
> ++tm_file="${tm_file} openbsd-stdint.h"
> ++tm_file="${tm_file} openbsd.h riscv/openbsd.h openbsd-libpthread.h"
> ++tmake_file="${tmake_file} riscv/t-riscv"
> ++extra_options="${extra_options} openbsd.opt"
> ++# Force .init_array support.  The configure script cannot always
> ++# automatically detect that GAS supports it, yet we require it.
> ++gcc_cv_initfini_array=yes
> ++# Also force this, can't hurt...
> ++cpu_is_64bit=yes
> ++gnu_ld=yes
> ++gas=yes
> ++;;
> + mips*-*-netbsd*) 

CVS: cvs.openbsd.org: ports

2022-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/09/09 13:12:14

Modified files:
audio/beets: Makefile 
audio/beets/pkg: PLIST 
audio/cplay: Makefile 
audio/cplay/pkg: PLIST 
audio/curseradio: Makefile 
audio/curseradio/pkg: PLIST 
audio/ffmpeg-normalize: Makefile 
audio/ffmpeg-normalize/pkg: PLIST 
audio/picard   : Makefile 
audio/picard/pkg: PLIST 
audio/pithos   : Makefile 
audio/pithos/pkg: PLIST 
audio/puddletag: Makefile 
audio/puddletag/pkg: PLIST 
audio/py-acoustid: Makefile 
audio/py-acoustid/pkg: PLIST 
audio/py-audio : Makefile 
audio/py-audio/pkg: PLIST 
audio/py-discid: Makefile 
audio/py-discid/pkg: PLIST 
audio/py-discogs-client: Makefile 
audio/py-discogs-client/pkg: PLIST 
audio/py-eyed3 : Makefile 
audio/py-fsb5  : Makefile 
audio/py-fsb5/pkg: PLIST 
audio/py-mpd2  : Makefile 
audio/py-mpd2/pkg: PLIST 
audio/py-musicbrainzngs: Makefile 
audio/py-musicbrainzngs/pkg: PLIST 
audio/py-mutagen: Makefile 
audio/py-mutagen/pkg: PLIST 
audio/py-speechrecognition: Makefile 
audio/py-speechrecognition/pkg: PLIST 
audio/py-tagpy : Makefile 
audio/py-tagpy/pkg: PLIST 
audio/sonata   : Makefile 
audio/sonata/pkg: PLIST 
audio/subsonic-cli: Makefile 
audio/subsonic-cli/pkg: PLIST 
audio/yt-audio : Makefile 
audio/yt-audio/pkg: PLIST 

Log message:
move audio/* from MODPY_SETUPTOOLS to MODPY_PEP517=setuptools



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2022/09/09 13:07:20

Modified files:
textproc/p5-File-KDBX: Makefile 

Log message:
Add missing run depends.
OK landry@



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/09/09 12:53:19

Modified files:
geo/gpxsee : Makefile distinfo 

Log message:
geo/gpxsee: update to 11.4



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/09/09 12:52:55

Modified files:
devel/libofx   : Makefile distinfo 
devel/libofx/pkg: PLIST 
Added files:
devel/libofx/patches: patch-ofx2qif_Makefile_in 

Log message:
devel/libofx: update to 0.10.7.



NEW: www/newsraft

2022-09-09 Thread Stuart Henderson
ok to import this?

"Newsraft is a feed reader with ncurses user interface. It is greatly
inspired by Newsboat and tries to be its lightweight counterpart."


newsraft.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2022-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/09/09 12:16:22

Modified files:
sysutils   : Makefile 

Log message:
+py-userpath, py-pipx



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/09/09 12:15:48

Log message:
import sysutils/py-pipx, ok landry@

pipx is a tool to help you install and run end-user applications written
in Python. It's roughly similar to macOS's brew, JavaScript's npx, and
Linux's apt.

It's closely related to pip. In fact, it uses pip, but is focused on
installing and managing Python packages that can be run from the command
line directly as applications.

Status:

Vendor Tag: sthen
Release Tags:   sthen_20220909

N ports/sysutils/py-pipx/Makefile
N ports/sysutils/py-pipx/distinfo
N ports/sysutils/py-pipx/pkg/PLIST
N ports/sysutils/py-pipx/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/09/09 12:15:47

Log message:
import sysutils/py-userpath, ok landry@

Cross-platform tool for adding locations to the user's PATH.

Status:

Vendor Tag: sthen
Release Tags:   sthen_20220909

N ports/sysutils/py-userpath/Makefile
N ports/sysutils/py-userpath/distinfo
N ports/sysutils/py-userpath/pkg/PLIST
N ports/sysutils/py-userpath/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/09/09 12:02:41

Modified files:
textproc/libxml++50: Makefile distinfo 

Log message:
Update to libxml++50-5.0.2.



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/09/09 11:59:34

Modified files:
textproc/libxml++40: Makefile distinfo 

Log message:
Update to libxml++40-4.0.2.



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/09/09 11:59:21

Modified files:
textproc/libxml++: Makefile distinfo 

Log message:
Update to libxml++-2.42.2.



NEW: sysutils/py-pipx

2022-09-09 Thread Stuart Henderson
includes sysutils/py-pipx and sysutils/py-userdir (required dep).

---
pipx is a tool to help you install and run end-user applications written
in Python. It's roughly similar to macOS's brew, JavaScript's npx, and
Linux's apt.

It's closely related to pip. In fact, it uses pip, but is focused on
installing and managing Python packages that can be run from the command
line directly as applications.
---

ok to import?


pipx.tgz
Description: application/tar-gz


Re: webfsd Port

2022-09-09 Thread William Rusnack
Hi Omar,

Thanks for the help and feed back.

I have made an rd.d script for myself but am unsure if it is too customized. 
I’ll try to generalize it and and it to the port.

Bill

> On Sep 9, 2022, at 4:48 AM, Omar Polo  wrote:
> 
> Hello,
> 
> On 2022/09/08 22:31:02 -0400, William Rusnack  > wrote:
>> Hi,
>> 
>> This is my first port and I have tried my best to follow the guide and man 
>> pages, but still have a few questions.
>> 
>> Security Recommendations Bullet 2 “Any software to be…”: Is there a 
>> recommended tool to scan for these buffer overflow problems?
>> 
>> I was trying to use MANPREFIX but only get an empty string with `make 
>> show=MANPREFIX`. Is this normal?
>> 
>> When running `/usr/ports/infrastructure/bin/portcheck` I get the following 
>> warning:
>> ```
>> manual pages should go under ${PREFIX}/man/ rather than under 
>> ${PREFIX}/share/man/
>> ```
>> I tried using `MAKE_FLAGS` and `Fake_FLAGS` to change set the variable 
>> `mandir` in package’s GNUmakefile to fix this but  portcheck still gives 
>> this warning.
>> 
>> Also, a helpful improvement to the guide in Instruction 9 Section 3 would be 
>> to mention `post-install` and `${INSTALL_MAN}`.
>> 
>> Thanks for the help.
> 
> It's not a bad first submission :)
> 
> Here's some possible improvements to it:
> 
> - once you're happy with the makefile, all the comments can be
>   dropped (unless they're needed to specify something very peculiar
>   about the port.)
> 
> - We don't use `PORTNAME', just define DISTFILE or, like in this
>   case, the GH_* variables
> 
> - the HOMEPAGE is set by default by the GH_* variables
> 
> - for simple C ports like this the default COMPILER is likely to be
>   fine, so no need to change it
> 
> - we also don't usually install the license files unless there's a
>   particular reason.  webfsd is released under the GPLv2, so I don't
>   think it's needed.
> 
> Now, to be fair, this is not exactly a "standard port".  It's not
> difficult to tame, but it has a (new to me) mechanics of a GNU
> makefile that does a configure step too.  That's probably why you
> didn't manage to fix the `mandir' variable.
> 
> I've defined MAKE_FLAGS with mandir and `verbose=yes' (it's useful to
> see what commands the build tool is issuing) and added a do-configure
> target.  I'm also defining the `mimefile' to point to
> /usr/share/misc/mime.types, it seems to be happy with it.
> 
> During the compilation the C compiler complained about a mismatch in
> some format strings.  OpenBSD uses 64bit long time_t (aka `long long'
> here) while webfds assumes that time_t is `long'.  I've included a
> patch to fix this.
> 
> I've also tweaked a bit the DESCR: I prefer if it doesn't refer
> directly to the reader ("You can use it..."), but that's just me, it's
> just a proposal.
> 
> I'm attaching a tarball with the updated port.  How are you using this
> software?  It could be useful to include an rc.d(8) script or it's
> expected to be run only as a command-line program?
> 
> 
> Thanks,
> 
> Omar Polo
> 
> 



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Tracey Emery
CVSROOT:/cvs
Module name:ports
Changes by: tra...@cvs.openbsd.org  2022/09/09 10:50:25

ports/devel/arm-none-eabi/gcc-bootstrap/pkg

Update of /cvs/ports/devel/arm-none-eabi/gcc-bootstrap/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv20955/gcc-bootstrap/pkg

Log Message:
Directory /cvs/ports/devel/arm-none-eabi/gcc-bootstrap/pkg added to the 
repository



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Tracey Emery
CVSROOT:/cvs
Module name:ports
Changes by: tra...@cvs.openbsd.org  2022/09/09 10:50:25

ports/devel/arm-none-eabi/gcc-bootstrap/patches

Update of /cvs/ports/devel/arm-none-eabi/gcc-bootstrap/patches
In directory cvs.openbsd.org:/tmp/cvs-serv20955/gcc-bootstrap/patches

Log Message:
Directory /cvs/ports/devel/arm-none-eabi/gcc-bootstrap/patches added to the 
repository



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Tracey Emery
CVSROOT:/cvs
Module name:ports
Changes by: tra...@cvs.openbsd.org  2022/09/09 10:50:17

ports/devel/arm-none-eabi/gcc-bootstrap

Update of /cvs/ports/devel/arm-none-eabi/gcc-bootstrap
In directory cvs.openbsd.org:/tmp/cvs-serv53047/gcc-bootstrap

Log Message:
Directory /cvs/ports/devel/arm-none-eabi/gcc-bootstrap added to the repository



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/09/09 10:24:25

Modified files:
textproc/py-toml: Makefile 
textproc/py-toml/pkg: PLIST 

Log message:
switch to MODPY_PEP517



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2022/09/09 09:37:14

Modified files:
games/wesnoth  : Makefile distinfo 
games/wesnoth/pkg: PLIST 

Log message:
update to wesnoth-1.16.6



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/09/09 09:10:24

Modified files:
net/icinga/core2: Tag: OPENBSD_7_1 Makefile distinfo 
net/icinga/core2/pkg: Tag: OPENBSD_7_1 PLIST-main 
Added files:
net/icinga/core2/patches: Tag: OPENBSD_7_1 
  patch-lib_cli_daemoncommand_cpp 

Log message:
update icinga2 in -stable to 2.13.5 plus si_pid-related patch



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2022/09/09 08:50:29

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

Log message:
Update to openssl-ruby-tests 20220909



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/09/09 07:55:11

Modified files:
games/gti  : Makefile distinfo 

Log message:
important update to games/gti 1.8.0, much improved support for
various git subcommands

ok robert@



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/09/09 07:07:03

Modified files:
games/cowsay   : Makefile 

Log message:
tidy whitespace



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/09/09 06:58:56

Modified files:
net/icinga/core2: Makefile 
Added files:
net/icinga/core2/patches: patch-lib_cli_daemoncommand_cpp 

Log message:
Add patches from https://github.com/Icinga/icinga2/pull/9518;
this changes things so that icinga reloads work properly with OpenBSD
(which doesn't fill in si_pid in siginfo_t so that icinga doesn't know
which process exited).

[PATCH 1/3] StartUnixWorker(): watch forked child via waitpid(), not SIGCHLD 
handler
[PATCH 2/3] Remove unused UnixWorkerState::Failed
[PATCH 3/3] icinga2 daemon: remove no-op SIGCHLD handling

Thanks jmatthew@ for reporting upstream (more info at
https://github.com/Icinga/icinga2/issues/9481) and Al2Klimov for
fixing.



Re: pledge x11/xcape

2022-09-09 Thread Omar Polo
On 2022/08/13 13:10:00 +0200, Omar Polo  wrote:
> i was going through the list of non-pledged process in my list and
> found xcape.  It's a simple program that allows to turn some keys
> (e.g. ctrl) to act as another key (e.g. esc) when pressed and released
> by themselves.  It's around 500 lines of code and I haven't spotted
> anything that won't run under pledge `stdio', except for the first
> half of main.
> 
> I'm running it as
> 
>   $ xcape -e 'Control_L=Escape'
> 
> (which I just discovered it's the default so I can drop -e entirely)
> and is working fine.
> 
> % ps aux | grep xcape
> op   28882  0.0  0.0  1664  2392 ??  Sp 12:46PM0:00.51 xcape -e 
> Con
> 
> ok?

yet another bump.  i'll probably commit it in a couple of days if
nobody objects it, but OK are well accepted ;)

Index: Makefile
===
RCS file: /home/cvs/ports/x11/xcape/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile11 Mar 2022 20:17:43 -  1.3
+++ Makefile13 Aug 2022 12:36:38 -
@@ -3,12 +3,14 @@ COMMENT = configure a modifier key when 
 GH_ACCOUNT =   alols
 GH_PROJECT =   xcape
 GH_TAGNAME =   v1.2
+REVISION = 0
 
 CATEGORIES =   x11
 
 # GPLv3+
 PERMIT_PACKAGE =   Yes
 
+# uses pledge()
 WANTLIB += X11 Xtst c pthread
 
 MAKE_FLAGS =   PREFIX=${PREFIX} \
Index: patches/patch-xcape_c
===
RCS file: patches/patch-xcape_c
diff -N patches/patch-xcape_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-xcape_c   9 Sep 2022 12:30:04 -
@@ -0,0 +1,18 @@
+pledge it
+
+Index: xcape.c
+--- xcape.c.orig
 xcape.c
+@@ -191,6 +191,12 @@ int main (int argc, char **argv)
+ if (self->debug != True)
+ daemon (0, 0);
+ 
++if (pledge ("stdio", NULL) == -1)
++{
++fprintf (stderr, "pledge: %s\n", strerror(errno));
++exit (EXIT_FAILURE);
++}
++
+ sigemptyset (>sigset);
+ sigaddset (>sigset, SIGINT);
+ sigaddset (>sigset, SIGTERM);



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2022/09/09 06:29:26

ports/x11/xcape/patches

Update of /cvs/ports/x11/xcape/patches
In directory cvs.openbsd.org:/tmp/cvs-serv7254/patches

Log Message:
Directory /cvs/ports/x11/xcape/patches added to the repository



Re: [update patch] fdupes 2.2.0 -> 2.2.1

2022-09-09 Thread Stuart Henderson
On 2022/09/09 09:19, Martin Ziemer wrote:
> This patch updates fdupes from 2.2.0 to 2.2.1.
> 
> Since i saw there is no maintainer, i also added myself as maintainer.

thanks. committed

> Tested on two amd64 systems.
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/sysutils/fdupes/Makefile,v
> retrieving revision 1.15
> diff -u -p -r1.15 Makefile
> --- Makefile  24 Aug 2022 21:23:13 -  1.15
> +++ Makefile  9 Sep 2022 07:15:20 -
> @@ -1,11 +1,13 @@
>  COMMENT= identify or delete duplicate files
>  
> -V=   2.2.0
> +V=   2.2.1
>  DISTNAME=fdupes-$V
>  CATEGORIES=  sysutils
>  
>  HOMEPAGE=https://github.com/adrianlopezroche/fdupes
>  MASTER_SITES=
> https://github.com/adrianlopezroche/fdupes/releases/download/v$V/
> +
> +MAINTAINER = Martin Ziemer 
>  
>  # MIT
>  PERMIT_PACKAGE=  Yes
> Index: distinfo
> ===
> RCS file: /cvs/ports/sysutils/fdupes/distinfo,v
> retrieving revision 1.6
> diff -u -p -r1.6 distinfo
> --- distinfo  24 Aug 2022 21:23:13 -  1.6
> +++ distinfo  9 Sep 2022 07:15:20 -
> @@ -1,2 +1,2 @@
> -SHA256 (fdupes-2.2.0.tar.gz) = F05IjCHD0EdSKP6VwmjH9RjZLycyvfNtGWTcKFU44aw=
> -SIZE (fdupes-2.2.0.tar.gz) = 144763
> +SHA256 (fdupes-2.2.1.tar.gz) = hGu3nKPwFXhWqpPtULSSF/62jhs1ImGTtrxXi+DFaY0=
> +SIZE (fdupes-2.2.1.tar.gz) = 144719
> 



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/09/09 06:11:19

Modified files:
sysutils/fdupes: Makefile distinfo 

Log message:
update to fdupes-2.2.1, from Martin Ziemer (taking maintainer)



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2022/09/09 05:59:07

Modified files:
databases/ruby-hiera3: Makefile distinfo 

Log message:
update 3.9.0 -> 3.10.0



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/09/09 05:46:14

Modified files:
www/py-autobahn: Makefile 
www/py-autobahn/pkg: PLIST 
Added files:
www/py-autobahn/patches: patch-autobahn_nvx__utf8validator_py 

Log message:
py-autobahn:
- use MODPY_PEP517
- enable (some of the) tests
- build the (x86-only) nvx .so with -msse2 rather than -march=native



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/09/09 05:28:05

ports/www/py-autobahn/patches

Update of /cvs/ports/www/py-autobahn/patches
In directory cvs.openbsd.org:/tmp/cvs-serv48766/patches

Log Message:
Directory /cvs/ports/www/py-autobahn/patches added to the repository



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2022/09/09 05:24:43

Modified files:
www/py-autobahn: Makefile 
www/py-autobahn/pkg: PLIST 
Added files:
www/py-autobahn/pkg: PFRAG.nvx 

Log message:
Only build and ship the NVX module on amd64 and i386 (it uses SSE)

aarch64 failure report from tb@, ok tb@ phessler@



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2022/09/09 05:06:57

Modified files:
www/puppetboard: Makefile distinfo 

Log message:
seems a jinja2 update silently broke puppetboard

update to fix: 3.6.1 -> 4.0.3



Re: UPDATE: MAINTAINER for www/mycorrhiza

2022-09-09 Thread Omar Polo
On 2022/09/09 10:54:33 +0300, la ninpre  wrote:
> I want to maintain this port from now on.
> (I got a little confused earlier because I thought that maintainer
> should also be a developer with write access, so I didn't add myself to
> the makefile).

Yep, anyone can maintain one or more ports.  I've committed the diff
(with MAINTAINER moved after HOMEPAGE as per Makefile.template).

Thanks!




CVS: cvs.openbsd.org: ports

2022-09-09 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2022/09/09 02:53:18

Modified files:
www/mycorrhiza : Makefile 

Log message:
add la ninpre as MAINTAINER for www/mycorrhiza



Re: webfsd Port

2022-09-09 Thread Omar Polo
Hello,

On 2022/09/08 22:31:02 -0400, William Rusnack  wrote:
> Hi,
> 
> This is my first port and I have tried my best to follow the guide and man 
> pages, but still have a few questions.
> 
> Security Recommendations Bullet 2 “Any software to be…”: Is there a 
> recommended tool to scan for these buffer overflow problems?
> 
> I was trying to use MANPREFIX but only get an empty string with `make 
> show=MANPREFIX`. Is this normal?
> 
> When running `/usr/ports/infrastructure/bin/portcheck` I get the following 
> warning:
> ```
> manual pages should go under ${PREFIX}/man/ rather than under 
> ${PREFIX}/share/man/
> ```
> I tried using `MAKE_FLAGS` and `Fake_FLAGS` to change set the variable 
> `mandir` in package’s GNUmakefile to fix this but  portcheck still gives this 
> warning.
> 
> Also, a helpful improvement to the guide in Instruction 9 Section 3 would be 
> to mention `post-install` and `${INSTALL_MAN}`.
> 
> Thanks for the help.

It's not a bad first submission :)

Here's some possible improvements to it:

 - once you're happy with the makefile, all the comments can be
   dropped (unless they're needed to specify something very peculiar
   about the port.)

 - We don't use `PORTNAME', just define DISTFILE or, like in this
   case, the GH_* variables

 - the HOMEPAGE is set by default by the GH_* variables

 - for simple C ports like this the default COMPILER is likely to be
   fine, so no need to change it

 - we also don't usually install the license files unless there's a
   particular reason.  webfsd is released under the GPLv2, so I don't
   think it's needed.

Now, to be fair, this is not exactly a "standard port".  It's not
difficult to tame, but it has a (new to me) mechanics of a GNU
makefile that does a configure step too.  That's probably why you
didn't manage to fix the `mandir' variable.

I've defined MAKE_FLAGS with mandir and `verbose=yes' (it's useful to
see what commands the build tool is issuing) and added a do-configure
target.  I'm also defining the `mimefile' to point to
/usr/share/misc/mime.types, it seems to be happy with it.

During the compilation the C compiler complained about a mismatch in
some format strings.  OpenBSD uses 64bit long time_t (aka `long long'
here) while webfds assumes that time_t is `long'.  I've included a
patch to fix this.

I've also tweaked a bit the DESCR: I prefer if it doesn't refer
directly to the reader ("You can use it..."), but that's just me, it's
just a proposal.

I'm attaching a tarball with the updated port.  How are you using this
software?  It could be useful to include an rc.d(8) script or it's
expected to be run only as a command-line program?


Thanks,

Omar Polo



webfsd.tar.gz
Description: GNU Zip compressed data


[update patch] fdupes 2.2.0 -> 2.2.1

2022-09-09 Thread Martin Ziemer
This patch updates fdupes from 2.2.0 to 2.2.1.

Since i saw there is no maintainer, i also added myself as maintainer.

Tested on two amd64 systems.

Index: Makefile
===
RCS file: /cvs/ports/sysutils/fdupes/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile24 Aug 2022 21:23:13 -  1.15
+++ Makefile9 Sep 2022 07:15:20 -
@@ -1,11 +1,13 @@
 COMMENT=   identify or delete duplicate files
 
-V= 2.2.0
+V= 2.2.1
 DISTNAME=  fdupes-$V
 CATEGORIES=sysutils
 
 HOMEPAGE=  https://github.com/adrianlopezroche/fdupes
 MASTER_SITES=  
https://github.com/adrianlopezroche/fdupes/releases/download/v$V/
+
+MAINTAINER =   Martin Ziemer 
 
 # MIT
 PERMIT_PACKAGE=Yes
Index: distinfo
===
RCS file: /cvs/ports/sysutils/fdupes/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo24 Aug 2022 21:23:13 -  1.6
+++ distinfo9 Sep 2022 07:15:20 -
@@ -1,2 +1,2 @@
-SHA256 (fdupes-2.2.0.tar.gz) = F05IjCHD0EdSKP6VwmjH9RjZLycyvfNtGWTcKFU44aw=
-SIZE (fdupes-2.2.0.tar.gz) = 144763
+SHA256 (fdupes-2.2.1.tar.gz) = hGu3nKPwFXhWqpPtULSSF/62jhs1ImGTtrxXi+DFaY0=
+SIZE (fdupes-2.2.1.tar.gz) = 144719



UPDATE: MAINTAINER for www/mycorrhiza

2022-09-09 Thread la ninpre

I want to maintain this port from now on.
(I got a little confused earlier because I thought that maintainer
should also be a developer with write access, so I didn't add myself to
the makefile).

Ok?
Index: Makefile
===
RCS file: /cvs/ports/www/mycorrhiza/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- Makefile	8 Sep 2022 13:35:47 -	1.1.1.1
+++ Makefile	9 Sep 2022 07:49:30 -
@@ -6,6 +6,10 @@ MODGO_VERSION =	v1.12.1
 DISTNAME =	mycorrhiza-${MODGO_VERSION}
 CATEGORIES =	www
 
+MAINTAINER =	la ninpre 
+
+REVISION =	0
+
 HOMEPAGE =	https://mycorrhiza.wiki
 
 # AGPLv3


CVS: cvs.openbsd.org: ports

2022-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/09/09 01:24:30

Modified files:
sysutils/awscli: Makefile distinfo 
sysutils/awscli/pkg: PLIST 

Log message:
Update to awscli-1.25.70.



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/09/09 01:24:12

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py3-boto3-1.24.69.



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/09/09 01:24:00

Modified files:
net/py-botocore: Makefile distinfo 
net/py-botocore/pkg: PLIST 

Log message:
Update to py3-botocore-1.27.69.



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/09/09 01:14:30

Modified files:
sysutils/terraform: Makefile distinfo 

Log message:
Update to terraform-1.2.9.



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/09/09 01:09:27

Modified files:
net/coredns: Makefile distinfo modules.inc 
net/coredns/pkg: PLIST 

Log message:
Update to coredns-1.9.4.



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/09/09 00:53:21

Modified files:
net/nextcloudclient: Makefile distinfo 
net/nextcloudclient/patches: patch-CMakeLists_txt 

Log message:
net/nextcloudclient: update to 3.6.0

see https://github.com/nextcloud/desktop/releases/tag/v3.6.0

>From maintainer Adriano Barbosa



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/09/09 00:47:14

Modified files:
x11/gnome/browser-connector: Makefile distinfo 
x11/gnome/browser-connector/pkg: PLIST 

Log message:
Update to gnome-browser-connector-42.1.



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/09/09 00:33:57

Modified files:
sysutils/google-cloud-sdk: Makefile distinfo 
sysutils/google-cloud-sdk/pkg: PLIST 

Log message:
Update to google-cloud-sdk-401.0.0.



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/09/09 00:32:25

Modified files:
devel/netbeans : Makefile distinfo 
devel/netbeans/pkg: PLIST 

Log message:
Update netbeans to 15



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/09/09 00:31:39

Modified files:
devel/jenkins/devel: Makefile distinfo 

Log message:
Update jenkins-devel to 2.367



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/09/09 00:31:11

Modified files:
geo/kgeotag: Makefile distinfo 
geo/kgeotag/pkg: PLIST 

Log message:
Update kgeotag to 1.3.1



CVS: cvs.openbsd.org: ports

2022-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/09/09 00:27:44

Modified files:
mail/sendmail  : Makefile distinfo 

Log message:
Update to sendmail-8.17.1.21.