aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-03-05 16:26:21 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-03-05 16:26:21 +0000
commitd4dbb1f66e697bae7538f0dbc79146fe25e302e6 (patch)
tree913697d9024423e3c790c344755860b957fd7142
parent5a500295fbf8f0d9f1f4db5446f239421bab79ca (diff)
downloadports-d4dbb1f66e697bae7538f0dbc79146fe25e302e6.tar.gz
ports-d4dbb1f66e697bae7538f0dbc79146fe25e302e6.zip
Notes
-rw-r--r--mail/ssmtp/Makefile2
-rw-r--r--mail/ssmtp/files/patch-ssmtp.conf12
-rw-r--r--mail/ssmtp/pkg-descr2
3 files changed, 14 insertions, 2 deletions
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile
index 7509ceb11e39..9a4231903c9e 100644
--- a/mail/ssmtp/Makefile
+++ b/mail/ssmtp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ssmtp
PORTVERSION= 2.64
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= DEBIAN_POOL
DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX}
diff --git a/mail/ssmtp/files/patch-ssmtp.conf b/mail/ssmtp/files/patch-ssmtp.conf
new file mode 100644
index 000000000000..b59e9154f740
--- /dev/null
+++ b/mail/ssmtp/files/patch-ssmtp.conf
@@ -0,0 +1,12 @@
+--- ssmtp.conf.orig 2020-03-05 16:17:25 UTC
++++ ssmtp.conf
+@@ -41,3 +41,9 @@ hostname=_HOSTNAME_
+ # If you want to have debugging of the config file parsing, move this option
+ # to the top of the config file and uncomment
+ #Debug=YES
++
++# Use these parameters for securely authenticating against your
++# mailhub; check ssmtp.conf(5) for further details.
++# UseSTARTTLS=YES
++# AuthUser=you@yourdomain.com
++# AuthPass=your-secret-password
diff --git a/mail/ssmtp/pkg-descr b/mail/ssmtp/pkg-descr
index 63740ae38ff4..8bf4c8f84f44 100644
--- a/mail/ssmtp/pkg-descr
+++ b/mail/ssmtp/pkg-descr
@@ -7,4 +7,4 @@ WARNING: the above is all it does; it does not receive mail, expand
aliases or manage a queue. That belongs on a mail hub with a system
administrator.
-WWW: http://packages.debian.org/stable/mail/ssmtp
+WWW: https://packages.qa.debian.org/s/ssmtp.html