diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index 21c6e37a6701..7481ee8c5a99 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -1,53 +1,52 @@ # Created by: Sylvio Cesar PORTNAME= mpop -DISTVERSION= 1.4.14 +DISTVERSION= 1.4.15 CATEGORIES= mail MASTER_SITES= https://marlam.de/mpop/releases/ MAINTAINER= nc@FreeBSD.org COMMENT= Small and fast POP3 client LICENSE= GPLv3+ -USES= cpe gmake makeinfo pkgconfig tar:xz +USES= cpe gettext gmake makeinfo pkgconfig tar:xz CPE_VENDOR= martin_lambers GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tls=no +LDFLAGS+= -L${LOCALBASE}/lib -lintl INFO= mpop -OPTIONS_DEFINE= GSASL IDN LIBSECRET NLS +OPTIONS_DEFINE= GSASL IDN LIBSECRET OPTIONS_RADIO= TLS OPTIONS_RADIO_TLS= GNUTLS LIBTLS OPENSSL OPTIONS_DEFAULT= GNUTLS IDN OPTIONS_SUB= yes -GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls -GNUTLS_CONFIGURE_ON= --with-tls=gnutls -GSASL_DESC= ${SASL_DESC} via GNU SASL -GSASL_LIB_DEPENDS= libgsasl.so:security/libgsasl -GSASL_CONFIGURE_WITH= libgsasl -IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 -IDN_CONFIGURE_WITH= libidn -LIBSECRET_DESC= GNOME password management -LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls +GNUTLS_CONFIGURE_ON= --with-tls=gnutls +GSASL_DESC= ${SASL_DESC} via GNU SASL +GSASL_LIB_DEPENDS= libgsasl.so:security/libgsasl +GSASL_CONFIGURE_WITH= libgsasl +IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 +IDN_CONFIGURE_WITH= libidn +LIBSECRET_DESC= GNOME password management +LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret LIBSECRET_CONFIGURE_WITH= libsecret -LIBTLS_DESC= SSL/TLS support via libtls -LIBTLS_LIB_DEPENDS= libtls.so:security/${"${SSL_DEFAULT:Mlibressl*}":?libressl:libretls} -LIBTLS_CONFIGURE_ON= --with-tls=libtls -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls -OPENSSL_USES= ssl -OPENSSL_CONFIGURE_ENV= ${OPENSSLINC:M/usr/include:C,.+,libssl_CFLAGS=" ",} \ - ${OPENSSLLIB:M/usr/lib:C,.+,libssl_LIBS="-lssl -lcrypto",} -OPENSSL_CONFIGURE_ON= --with-tls=openssl +LIBTLS_DESC= SSL/TLS support via libtls +LIBTLS_LIB_DEPENDS= libtls.so:security/${"${SSL_DEFAULT:Mlibressl*}":?libressl:libretls} +LIBTLS_CONFIGURE_ON= --with-tls=libtls +OPENSSL_USES= ssl +OPENSSL_CONFIGURE_ENV= ${OPENSSLINC:M/usr/include:C,.+,libssl_CFLAGS=" ",} \ + ${OPENSSLLIB:M/usr/lib:C,.+,libssl_LIBS="-lssl -lcrypto",} +OPENSSL_CONFIGURE_ON= --with-tls=openssl post-patch: @${REINPLACE_CMD} -Ee 's/Debian/${OPSYS}/' \ -e 's,/etc/ssl/certs,${LOCALBASE}/share/certs,' \ -e '/crt/s/ca(\\?)-certificates/ca\1-root\1-nss/' \ -e 's/ca\\?-certificates/ca_root_nss/' \ ${WRKSRC}/doc/mpop* .include diff --git a/mail/mpop/distinfo b/mail/mpop/distinfo index fb6dc275763c..73e9583289bf 100644 --- a/mail/mpop/distinfo +++ b/mail/mpop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631938210 -SHA256 (mpop-1.4.14.tar.xz) = 2844c265d7d0575ba0057fbcf8c68e3701ed8000ccccc8538ba4f8bce95bdc10 -SIZE (mpop-1.4.14.tar.xz) = 356396 +TIMESTAMP = 1634748615 +SHA256 (mpop-1.4.15.tar.xz) = 3f52b2b5d4bc58ed93cf0b1146cee4f74de81c2c07a25ee032efa659465a0270 +SIZE (mpop-1.4.15.tar.xz) = 366036 diff --git a/mail/mpop/pkg-plist b/mail/mpop/pkg-plist index b899ae04589a..9274cd8eff5f 100644 --- a/mail/mpop/pkg-plist +++ b/mail/mpop/pkg-plist @@ -1,10 +1,12 @@ bin/mpop +bin/mpopd man/man1/mpop.1.gz -%%NLS%%share/locale/de/LC_MESSAGES/mpop.mo -%%NLS%%share/locale/eo/LC_MESSAGES/mpop.mo -%%NLS%%share/locale/es/LC_MESSAGES/mpop.mo -%%NLS%%share/locale/fr/LC_MESSAGES/mpop.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/mpop.mo -%%NLS%%share/locale/sr/LC_MESSAGES/mpop.mo -%%NLS%%share/locale/ta/LC_MESSAGES/mpop.mo -%%NLS%%share/locale/uk/LC_MESSAGES/mpop.mo +man/man1/mpopd.1.gz +share/locale/de/LC_MESSAGES/mpop.mo +share/locale/eo/LC_MESSAGES/mpop.mo +share/locale/es/LC_MESSAGES/mpop.mo +share/locale/fr/LC_MESSAGES/mpop.mo +share/locale/pt_BR/LC_MESSAGES/mpop.mo +share/locale/sr/LC_MESSAGES/mpop.mo +share/locale/ta/LC_MESSAGES/mpop.mo +share/locale/uk/LC_MESSAGES/mpop.mo