mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
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
(cherry picked from commit 222334fa67
)
This commit is contained in:
parent
bde98d869f
commit
2d66722257
3 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= mpop
|
PORTNAME= mpop
|
||||||
DISTVERSION= 1.4.19
|
DISTVERSION= 1.4.20
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= https://marlam.de/mpop/releases/
|
MASTER_SITES= https://marlam.de/mpop/releases/
|
||||||
|
|
||||||
|
@ -15,9 +15,8 @@ CPE_VENDOR= martin_lambers
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-tls=no
|
CONFIGURE_ARGS= --with-tls=no
|
||||||
INFO= mpop
|
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_DEFAULT= GNUTLS IDN MPOPD
|
||||||
OPTIONS_RADIO= TLS
|
OPTIONS_RADIO= TLS
|
||||||
OPTIONS_RADIO_TLS= GNUTLS LIBTLS OPENSSL
|
OPTIONS_RADIO_TLS= GNUTLS LIBTLS OPENSSL
|
||||||
|
@ -51,8 +50,8 @@ post-patch:
|
||||||
-e '/crt/s/ca(\\?)-certificates/ca\1-root\1-nss/' \
|
-e '/crt/s/ca(\\?)-certificates/ca\1-root\1-nss/' \
|
||||||
${WRKSRC}/doc/mpop*
|
${WRKSRC}/doc/mpop*
|
||||||
|
|
||||||
post-install-DOCS-on:
|
post-install:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/doc/mpoprc.example ${STAGEDIR}${EXAMPLESDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1717551060
|
TIMESTAMP = 1722572757
|
||||||
SHA256 (mpop-1.4.19.tar.xz) = 23c41e13c6ffebcaade2c36c9fd462bf25f623e481bb0627cfe093e03a555c8a
|
SHA256 (mpop-1.4.20.tar.xz) = 35cc7de17e3ddaca4743863464488f8c82a83ac1b3764fddd7f423881435bf4b
|
||||||
SIZE (mpop-1.4.19.tar.xz) = 400740
|
SIZE (mpop-1.4.20.tar.xz) = 404544
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
bin/mpop
|
bin/mpop
|
||||||
%%MPOPD%%bin/mpopd
|
%%MPOPD%%bin/mpopd
|
||||||
|
share/examples/mpop/mpoprc.example
|
||||||
%%NLS%%share/locale/de/LC_MESSAGES/mpop.mo
|
%%NLS%%share/locale/de/LC_MESSAGES/mpop.mo
|
||||||
%%NLS%%share/locale/eo/LC_MESSAGES/mpop.mo
|
%%NLS%%share/locale/eo/LC_MESSAGES/mpop.mo
|
||||||
%%NLS%%share/locale/es/LC_MESSAGES/mpop.mo
|
%%NLS%%share/locale/es/LC_MESSAGES/mpop.mo
|
||||||
|
|
Loading…
Add table
Reference in a new issue