Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2021 16:56:35 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f13ffd3c91d2 - main - mail/mpop: Update to 1.4.15
Message-ID:  <202110201656.19KGuZev040439@gitrepo.freebsd.org>

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

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

commit f13ffd3c91d2be45cbd2544551601430ae6aa6c9
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-10-20 16:56:06 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-10-20 16:56:26 +0000

    mail/mpop: Update to 1.4.15
---
 mail/mpop/Makefile  | 41 ++++++++++++++++++++---------------------
 mail/mpop/distinfo  |  6 +++---
 mail/mpop/pkg-plist | 18 ++++++++++--------
 3 files changed, 33 insertions(+), 32 deletions(-)

diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile
index 21c6e37a6701..7481ee8c5a99 100644
--- a/mail/mpop/Makefile
+++ b/mail/mpop/Makefile
@@ -1,7 +1,7 @@
 # Created by: Sylvio Cesar <sylvio@FreeBSD.org>
 
 PORTNAME=	mpop
-DISTVERSION=	1.4.14
+DISTVERSION=	1.4.15
 CATEGORIES=	mail
 MASTER_SITES=	https://marlam.de/mpop/releases/
 
@@ -10,38 +10,37 @@ 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}/' \
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



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