From nobody Wed Oct 20 16:56:35 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id A43B017FE725; Wed, 20 Oct 2021 16:56:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HZGwg4H2gz4qrb; Wed, 20 Oct 2021 16:56:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6EAF73147; Wed, 20 Oct 2021 16:56:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19KGuZkr040440; Wed, 20 Oct 2021 16:56:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19KGuZev040439; Wed, 20 Oct 2021 16:56:35 GMT (envelope-from git) Date: Wed, 20 Oct 2021 16:56:35 GMT Message-Id: <202110201656.19KGuZev040439@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: f13ffd3c91d2 - main - mail/mpop: Update to 1.4.15 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f13ffd3c91d2be45cbd2544551601430ae6aa6c9 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=f13ffd3c91d2be45cbd2544551601430ae6aa6c9 commit f13ffd3c91d2be45cbd2544551601430ae6aa6c9 Author: Neel Chauhan AuthorDate: 2021-10-20 16:56:06 +0000 Commit: Neel Chauhan 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 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