From nobody Sat Oct 16 04:17:39 2021 X-Original-To: dev-commits-ports-main@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 54DBF1810555; Sat, 16 Oct 2021 04:17:40 +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 4HWVGr1BTVz4ZxY; Sat, 16 Oct 2021 04:17:40 +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 06B58135B9; Sat, 16 Oct 2021 04:17:40 +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 19G4Hdf5031946; Sat, 16 Oct 2021 04:17:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19G4HdfU031945; Sat, 16 Oct 2021 04:17:39 GMT (envelope-from git) Date: Sat, 16 Oct 2021 04:17:39 GMT Message-Id: <202110160417.19G4HdfU031945@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Roman Bogorodskiy Subject: git: 04ea6b3ea148 - main - mail/msmtp: update to 1.8.17 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: novel X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 04ea6b3ea14861b226e0b3cb88e3604ac474136b Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by novel: URL: https://cgit.FreeBSD.org/ports/commit/?id=04ea6b3ea14861b226e0b3cb88e3604ac474136b commit 04ea6b3ea14861b226e0b3cb88e3604ac474136b Author: Roman Bogorodskiy AuthorDate: 2021-10-16 01:12:40 +0000 Commit: Roman Bogorodskiy CommitDate: 2021-10-16 04:17:21 +0000 mail/msmtp: update to 1.8.17 New PATCHFILE is needed to add a missing libintl lib to msmtpd linked libraries. --- mail/msmtp/Makefile | 7 +++++-- mail/msmtp/distinfo | 8 +++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 8894154a704c..7bce4db5dfa5 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,17 +1,20 @@ # Created by: R.I.Pienaar PORTNAME= msmtp -PORTVERSION= 1.8.16 +PORTVERSION= 1.8.17 CATEGORIES= mail MASTER_SITES= https://marlam.de/msmtp/releases/ +PATCH_SITES= https://github.com/marlam/msmtp-mirror/commit/ +PATCHFILES= 7f03f3767ee6b7311621386c77cb5575fcaa13d0.patch:-p1 + MAINTAINER= novel@FreeBSD.org COMMENT= SMTP plugin for MUAs LICENSE= GPLv3 GNU_CONFIGURE= yes -USES= cpe gmake makeinfo pkgconfig tar:xz +USES= autoreconf cpe gmake makeinfo pkgconfig tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= msmtp diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index d3cb0ac6da59..d90641fc5a5a 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1631865713 -SHA256 (msmtp-1.8.16.tar.xz) = c04b5d89f3df0dee9772f50197c2602c97c5cdb439b6af539c37bf81b20f47d8 -SIZE (msmtp-1.8.16.tar.xz) = 375372 +TIMESTAMP = 1634346538 +SHA256 (msmtp-1.8.17.tar.xz) = 0fddbe74c1a9dcf6461b4a1b0db3e4d34266184500c403d7f107ad42db4ec4d3 +SIZE (msmtp-1.8.17.tar.xz) = 379876 +SHA256 (7f03f3767ee6b7311621386c77cb5575fcaa13d0.patch) = 38ea655fee0b24d7ff964062541c70c3f9795f75c415c14212ec3185c6646aa3 +SIZE (7f03f3767ee6b7311621386c77cb5575fcaa13d0.patch) = 761