diff options
author | novel <novel@FreeBSD.org> | 2018-06-24 12:19:50 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2018-06-24 12:19:50 +0800 |
commit | 878b667e7dd3a5507d5c87af39e7a8c40c95ee30 (patch) | |
tree | ac50d1810ca240d5e133fd21e78d24a97ae9da49 /mail | |
parent | d8626bcf28f69cd1a15e852623f1d3b3a8b70b03 (diff) | |
download | freebsd-ports-gnome-878b667e7dd3a5507d5c87af39e7a8c40c95ee30.tar.gz freebsd-ports-gnome-878b667e7dd3a5507d5c87af39e7a8c40c95ee30.tar.zst freebsd-ports-gnome-878b667e7dd3a5507d5c87af39e7a8c40c95ee30.zip |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 5 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 6 | ||||
-rw-r--r-- | mail/msmtp/pkg-descr | 4 | ||||
-rw-r--r-- | mail/msmtp/pkg-plist | 1 |
4 files changed, 7 insertions, 9 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index f81ecdadba02..862cb711b593 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -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 diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index 215073dbbaf9..d45d206c5a0c 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -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 diff --git a/mail/msmtp/pkg-descr b/mail/msmtp/pkg-descr index c2266b4962b7..a62db6ee75c2 100644 --- a/mail/msmtp/pkg-descr +++ b/mail/msmtp/pkg-descr @@ -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/ diff --git a/mail/msmtp/pkg-plist b/mail/msmtp/pkg-plist index 0590320374d8..eb96f695de27 100644 --- a/mail/msmtp/pkg-plist +++ b/mail/msmtp/pkg-plist @@ -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 |