Date: Sun, 24 Jun 2018 04:19:51 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473177 - head/mail/msmtp Message-ID: <201806240419.w5O4JpHT058466@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806240419.w5O4JpHT058466>