From owner-svn-ports-head@freebsd.org Sun Jun 24 04:19:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DD2D1015F0E; Sun, 24 Jun 2018 04:19:52 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DC7377A6D; Sun, 24 Jun 2018 04:19:52 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0DE6E19B13; Sun, 24 Jun 2018 04:19:52 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5O4Jpo4058470; Sun, 24 Jun 2018 04:19:51 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5O4JpHT058466; Sun, 24 Jun 2018 04:19:51 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201806240419.w5O4JpHT058466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 24 Jun 2018 04:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473177 - head/mail/msmtp X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/mail/msmtp X-SVN-Commit-Revision: 473177 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2018 04:19:52 -0000 Author: novel Date: Sun Jun 24 04:19:50 2018 New Revision: 473177 URL: https://svnweb.freebsd.org/changeset/ports/473177 Log: mail/msmtp: update to 1.6.7 Project has moved from sourceforge to a new site, so update MASTER_SITES and WWW. Also, drop reference to mail/msmtpqueue (which was integrated into this port long ago) from pkg-descr. Modified: head/mail/msmtp/Makefile head/mail/msmtp/distinfo head/mail/msmtp/pkg-descr head/mail/msmtp/pkg-plist Modified: head/mail/msmtp/Makefile ============================================================================== --- head/mail/msmtp/Makefile Sun Jun 24 04:06:02 2018 (r473176) +++ head/mail/msmtp/Makefile Sun Jun 24 04:19:50 2018 (r473177) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= msmtp -PORTVERSION= 1.6.6 -PORTREVISION= 1 +PORTVERSION= 1.6.7 CATEGORIES= mail ipv6 -MASTER_SITES= SF +MASTER_SITES= https://marlam.de/msmtp/releases/ MAINTAINER= novel@FreeBSD.org COMMENT= SMTP plugin for MUAs Modified: head/mail/msmtp/distinfo ============================================================================== --- head/mail/msmtp/distinfo Sun Jun 24 04:06:02 2018 (r473176) +++ head/mail/msmtp/distinfo Sun Jun 24 04:19:50 2018 (r473177) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479218554 -SHA256 (msmtp-1.6.6.tar.xz) = da15db1f62bd0201fce5310adb89c86188be91cd745b7cb3b62b81a501e7fb5e -SIZE (msmtp-1.6.6.tar.xz) = 283744 +TIMESTAMP = 1529778513 +SHA256 (msmtp-1.6.7.tar.xz) = 419da2ae177e95eb8fe698725d2cae43e50c77d11d5a3992ecc2739a05964357 +SIZE (msmtp-1.6.7.tar.xz) = 293208 Modified: head/mail/msmtp/pkg-descr ============================================================================== --- head/mail/msmtp/pkg-descr Sun Jun 24 04:06:02 2018 (r473176) +++ head/mail/msmtp/pkg-descr Sun Jun 24 04:19:50 2018 (r473177) @@ -18,6 +18,4 @@ Features include: * support for multiple accounts * sendmail compatible exit codes (which most MUAs understand). -Note: you may want to install mail/msmtpqueue - queuing support for msmtp. - -WWW: http://msmtp.sourceforge.net/ +WWW: https://marlam.de/msmtp/ Modified: head/mail/msmtp/pkg-plist ============================================================================== --- head/mail/msmtp/pkg-plist Sun Jun 24 04:06:02 2018 (r473176) +++ head/mail/msmtp/pkg-plist Sun Jun 24 04:19:50 2018 (r473177) @@ -3,3 +3,4 @@ man/man1/msmtp.1.gz %%MSMTPQ%%bin/msmtp-queue %%MSMTPQ%%bin/msmtpq %%NLS%%share/locale/de/LC_MESSAGES/msmtp.mo +%%NLS%%share/locale/fr/LC_MESSAGES/msmtp.mo