diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-09 23:25:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-09 23:25:36 +0000 |
commit | dc7a01a3c85dde866b0cb2a5673b5d86c8dd190f (patch) | |
tree | 7024f5e8f834929410437d95daf7499f3ae5966b /mail | |
parent | f8fbc1ddbadd068b44e2668c55ac085ee7d0cddd (diff) | |
download | ports-dc7a01a3c85dde866b0cb2a5673b5d86c8dd190f.tar.gz ports-dc7a01a3c85dde866b0cb2a5673b5d86c8dd190f.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mpop/Makefile | 1 | ||||
-rw-r--r-- | mail/msmtp/Makefile | 1 | ||||
-rw-r--r-- | mail/mutt/Makefile | 2 | ||||
-rw-r--r-- | mail/s-nail/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail/Makefile | 2 |
5 files changed, 5 insertions, 3 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index ecd9f42ca888..2eddd594a62c 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -3,6 +3,7 @@ PORTNAME= mpop DISTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= https://marlam.de/mpop/releases/ diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 76495037963c..ed865430786a 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -3,6 +3,7 @@ PORTNAME= msmtp PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= https://marlam.de/msmtp/releases/ diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 025dd176db9c..e02fd54fac4c 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -3,7 +3,7 @@ PORTNAME= mutt DISTVERSION= 1.11.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ diff --git a/mail/s-nail/Makefile b/mail/s-nail/Makefile index dc080d850f61..45b8e26c995e 100644 --- a/mail/s-nail/Makefile +++ b/mail/s-nail/Makefile @@ -2,7 +2,7 @@ PORTNAME= s-nail PORTVERSION= 14.9.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= https://www.sdaoden.eu/downloads/ diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 7c7a308d1aab..0ff5790ddf61 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -2,7 +2,7 @@ PORTNAME= sendmail PORTVERSION= 8.15.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ DISTNAME= ${PORTNAME}.${PORTVERSION} |