Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: [maintainer update] getmail 6.19.7 -> 6.19.8
To:
Martin Ziemer <horrad@horrad.de>
Cc:
ports@openbsd.org
Date:
Thu, 15 May 2025 14:19:43 +0100

Download raw body.

Thread
committed

On 2025/05/15 10:01, Martin Ziemer wrote:
> This patch updates getmail from 6.19.7 to 6.19.8.
> 
> Tested on amd64.
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/mail/getmail/Makefile,v
> diff -u -p -r1.115 Makefile
> --- Makefile	27 Jan 2025 11:30:47 -0000	1.115
> +++ Makefile	15 May 2025 07:55:30 -0000
> @@ -2,8 +2,8 @@ COMMENT=	IMAP/POP3/SDPS mail retriever
>  
>  GH_ACCOUNT=	getmail6
>  GH_PROJECT=	getmail6
> -GH_TAGNAME=	v6.19.07
> -MODPY_DISTV=	6.19.7
> +GH_TAGNAME=	v6.19.08
> +MODPY_DISTV=	6.19.8
>  PKGNAME=	getmail-${MODPY_DISTV}
>  CATEGORIES=	mail
>  
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/mail/getmail/distinfo,v
> diff -u -p -r1.92 distinfo
> --- distinfo	27 Jan 2025 11:30:47 -0000	1.92
> +++ distinfo	15 May 2025 07:55:30 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (getmail6-6.19.07.tar.gz) = r8fH3QYfzKspaLSwow6gJccSOkci6gpz+24/nm2CUM0=
> -SIZE (getmail6-6.19.07.tar.gz) = 217481
> +SHA256 (getmail6-6.19.08.tar.gz) = 8OAKZ5sh0nQXlBj4+THe+pI1LZL6OorWUdDea16Trnc=
> +SIZE (getmail6-6.19.08.tar.gz) = 220470
> Index: patches/patch-setup_py
> ===================================================================
> RCS file: /cvs/ports/mail/getmail/patches/patch-setup_py,v
> diff -u -p -r1.6 patch-setup_py
> --- patches/patch-setup_py	9 Dec 2022 14:29:52 -0000	1.6
> +++ patches/patch-setup_py	15 May 2025 07:55:30 -0000
> @@ -1,12 +1,8 @@
>  Index: setup.py
>  --- setup.py.orig
>  +++ setup.py
> -@@ -36,10 +36,10 @@ for (pos, arg) in enumerate(args):
> -         # hack hack hack hack hack hack hack
> -         datadir = args[pos + 1]
> - 
> --DOCDIR = os.path.join('share','doc','getmail-%s' % __version__)
> -+DOCDIR = os.path.join('share','doc','getmail')
> +@@ -39,7 +39,7 @@ for (pos, arg) in enumerate(args):
> + DOCDIR = os.path.join('share','doc','getmail')
>   GETMAILDOCDIR = os.path.join(datadir or prefix, DOCDIR)
>   
>  -MANDIR = os.path.join('share','man','man1')
>