On 2026/07/03 22:25, Brad Smith wrote: > Here is an update to libass 0.17.5. what has it been tested with already? (wondering if the .la removal might cause any issues but I really don't want to install all the qt/kde stuff to test if I don't have to). > -WANTLIB= ${COMPILER_LIBCXX} expat fontconfig freetype fribidi glib-2.0 \ > - graphite2 harfbuzz iconv intl m pcre2-8 unibreak z ... > COMPILER= base-clang ports-gcc > COMPILER_LANGS= c ha, something was previously wrong there, then! $ grep libass INDEX |cut -d\| -f2 graphics/ffmpeg multimedia/gstreamer1/plugins-bad multimedia/handbrake multimedia/libass multimedia/mpv security/gnupg security/gpgme security/libassuan security/pinentry security/pinentry, security/pinentry,,-gnome3 security/pinentry,,-qt5 security/pinentry,,-qt6 security/pinentry,-gnome3 security/pinentry,-qt5 security/pinentry,-qt6 security/pinentry-dmenu x11/kde-applications/kleopatra x11/mplayer x11/vlc
OpenBSD Mail Box
BTC:1BsNfN6m7xtT4PqDb9jJHnDDFBb38zS9Yi
Monday, July 06, 2026
Re: Ping: [maintainer update] getmail 6.19.10 -> 6.20.0
committed. On 2026/07/02 10:53, Martin Ziemer wrote: > This patch updates getmail from 6.19.10 to 6.20.0. > > Our last change went upstream so patch is removed. > > In the patch for getmails I removed the $ in the regexp, so we can use > parameters to getmails. (e.g. -p for parallel fetching of multiple > mailboxes) > > Tested on amd64. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/mail/getmail/Makefile,v > diff -u -p -r1.118 Makefile > --- Makefile 13 Mar 2026 10:32:45 -0000 1.118 > +++ Makefile 16 Jun 2026 08:33:49 -0000 > @@ -2,8 +2,8 @@ COMMENT= IMAP/POP3/SDPS mail retriever > > GH_ACCOUNT= getmail6 > GH_PROJECT= getmail6 > -GH_TAGNAME= v6.19.10 > -MODPY_DISTV= 6.19.10 > +GH_TAGNAME= v6.20.00 > +MODPY_DISTV= 6.20.0 > PKGNAME= getmail-${MODPY_DISTV} > CATEGORIES= mail > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/mail/getmail/distinfo,v > diff -u -p -r1.95 distinfo > --- distinfo 13 Mar 2026 10:32:45 -0000 1.95 > +++ distinfo 16 Jun 2026 08:33:49 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (getmail6-6.19.10.tar.gz) = 4YxuVq+f9Rrg+duIuYUQIEaqfZHEj4IxNYdLt4MSvos= > -SIZE (getmail6-6.19.10.tar.gz) = 220437 > +SHA256 (getmail6-6.20.00.tar.gz) = p4zh8Co1wa7ZXW/YvJ20flFCR+xmqH4A757agNgA2a0= > +SIZE (getmail6-6.20.00.tar.gz) = 220011 > Index: patches/patch-getmail_fetch > =================================================================== > RCS file: /cvs/ports/mail/getmail/patches/patch-getmail_fetch,v > diff -u -p -r1.1 patch-getmail_fetch > --- patches/patch-getmail_fetch 13 Mar 2026 10:32:45 -0000 1.1 > +++ /dev/null 1 Jan 1970 00:00:00 -0000 > @@ -1,14 +0,0 @@ > -restore "options." lost when dropping py2 compat in 572fd27953cf4 > - > -Index: getmail_fetch > ---- getmail_fetch.orig > -+++ getmail_fetch > -@@ -135,7 +135,7 @@ def main(): > - > - def get(self, key, value=None): > - return getattr(self, key, value) > -- get = types.MethodType(get, options) > -+ options.get = types.MethodType(get, options) > - > - msg = None > - if options.message is not None: > Index: patches/patch-getmails > =================================================================== > RCS file: /cvs/ports/mail/getmail/patches/patch-getmails,v > diff -u -p -r1.4 patch-getmails > --- patches/patch-getmails 7 Sep 2023 10:48:19 -0000 1.4 > +++ patches/patch-getmails 16 Jun 2026 08:33:49 -0000 > @@ -8,7 +8,7 @@ Index: getmails > } > UID_BY_ID=$(id -u) > -PID_GETMAILS=$(pgrep -U $UID_BY_ID '^getmails$') > -+PID_GETMAILS=$(pgrep -f -U $UID_BY_ID '^/bin/sh /usr/local/bin/getmails$') > ++PID_GETMAILS=$(pgrep -f -U $UID_BY_ID '^/bin/sh /usr/local/bin/getmails') > if [ "x$PID_GETMAILS" != "x$$" ]; then > echo "The getmails script is already running as PID=\"$PID_GETMAILS\" ." >&2 > exit 1 >