From f3d43bc65284d0768b802c24f272afccb299088b Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sat, 31 Oct 2020 20:59:32 +0100 Subject: [PATCH] fetchmail: update to 6.4.13. --- srcpkgs/fetchmail/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template index 8a25628f47c..3881119c18c 100644 --- a/srcpkgs/fetchmail/template +++ b/srcpkgs/fetchmail/template @@ -1,7 +1,7 @@ # Template file for 'fetchmail' pkgname=fetchmail -version=6.4.12 -revision=2 +version=6.4.13 +revision=1 build_style=gnu-configure configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr" hostmakedepends="python3" @@ -11,8 +11,9 @@ short_desc="Remote-mail retrieval utility" maintainer="Piotr Wójcik " license="GPL-2.0-only" homepage="http://fetchmail.sourceforge.net/" +changelog="https://gitlab.com/fetchmail/fetchmail/-/blob/legacy_64/NEWS" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=2b84e0971dbf683ec7edd313f9218adbc7dc51c1de9825b3b549bf619c1a4887 +checksum=7d28cf060b06b9c8ec72267be7edc9a99b70f61d7d32d8b609458dcedfa74be1 post_install() { vsed -i -e 's,/usr/bin/python ,/usr/bin/python3 ,' "${DESTDIR}/usr/bin/fetchmailconf"