Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2024 20:32:42 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 222334fa6718 - main - mail/mpop: Update to 1.4.20
Message-ID:  <202408032032.473KWgF3038874@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=222334fa671811658266afc697034089aaaf5eb8

commit 222334fa671811658266afc697034089aaaf5eb8
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2024-08-03 20:27:40 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-03 20:27:40 +0000

    mail/mpop: Update to 1.4.20
    
    This release fixes detection of server capabilities, in particular the
    list of supported authentication methods: the last method reported by
    the server was not recognized by mpop. This bug was introduced in
    version 1.4.19.
    
    Changelog:
    https://marlam.de/mpop/news/mpop-1-4-20/
    
    PR:     280568
    MFH:    2024Q3
---
 mail/mpop/Makefile  | 11 +++++------
 mail/mpop/distinfo  |  6 +++---
 mail/mpop/pkg-plist |  1 +
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile
index efa82f193c6b..4772cef53d8f 100644
--- a/mail/mpop/Makefile
+++ b/mail/mpop/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	mpop
-DISTVERSION=	1.4.19
+DISTVERSION=	1.4.20
 CATEGORIES=	mail
 MASTER_SITES=	https://marlam.de/mpop/releases/
 
@@ -15,9 +15,8 @@ CPE_VENDOR=	martin_lambers
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-tls=no
 INFO=		mpop
-PORTDOCS=	mpoprc.example
 
-OPTIONS_DEFINE=		DOCS GSASL IDN LIBSECRET MPOPD NLS
+OPTIONS_DEFINE=		GSASL IDN LIBSECRET MPOPD NLS
 OPTIONS_DEFAULT=	GNUTLS IDN MPOPD
 OPTIONS_RADIO=		TLS
 OPTIONS_RADIO_TLS=	GNUTLS LIBTLS OPENSSL
@@ -51,8 +50,8 @@ post-patch:
 		-e '/crt/s/ca(\\?)-certificates/ca\1-root\1-nss/' \
 		${WRKSRC}/doc/mpop*
 
-post-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+post-install:
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/mpoprc.example ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>
diff --git a/mail/mpop/distinfo b/mail/mpop/distinfo
index a1b1a2f7bbb3..20c900d42029 100644
--- a/mail/mpop/distinfo
+++ b/mail/mpop/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1717551060
-SHA256 (mpop-1.4.19.tar.xz) = 23c41e13c6ffebcaade2c36c9fd462bf25f623e481bb0627cfe093e03a555c8a
-SIZE (mpop-1.4.19.tar.xz) = 400740
+TIMESTAMP = 1722572757
+SHA256 (mpop-1.4.20.tar.xz) = 35cc7de17e3ddaca4743863464488f8c82a83ac1b3764fddd7f423881435bf4b
+SIZE (mpop-1.4.20.tar.xz) = 404544
diff --git a/mail/mpop/pkg-plist b/mail/mpop/pkg-plist
index 58e5c3ba0aea..69afe6c02383 100644
--- a/mail/mpop/pkg-plist
+++ b/mail/mpop/pkg-plist
@@ -1,5 +1,6 @@
 bin/mpop
 %%MPOPD%%bin/mpopd
+share/examples/mpop/mpoprc.example
 %%NLS%%share/locale/de/LC_MESSAGES/mpop.mo
 %%NLS%%share/locale/eo/LC_MESSAGES/mpop.mo
 %%NLS%%share/locale/es/LC_MESSAGES/mpop.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408032032.473KWgF3038874>