summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/ssmtp/Makefile12
-rw-r--r--mail/ssmtp/distinfo4
2 files changed, 12 insertions, 4 deletions
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile
index 094221311766..0097f91faf9c 100644
--- a/mail/ssmtp/Makefile
+++ b/mail/ssmtp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ssmtp
-PORTVERSION= 2.60.8
+PORTVERSION= 2.60.9
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
-CONFIGURE_ARGS= --enable-ssl --enable-inet6
+CONFIGURE_ARGS= --enable-ssl
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
MAILERCONF= /etc/mail/mailer.conf
@@ -34,6 +34,14 @@ MAN8= ssmtp.8
CONFIGURE_ARGS+= --enable-logfile
.endif
+.if defined(WITH_MD5AUTH)
+CONFIGURE_ARGS+= --enable-md5suth
+.endif
+
+.if !defined(WITHOUT_IPV6)
+CONFIGURE_ARGS+= --enable-inet6
+.endif
+
.if !defined(WITHOUT_USERPREFS)
CFLAGS+= -DUSERPREFS
pre-everything::
diff --git a/mail/ssmtp/distinfo b/mail/ssmtp/distinfo
index 048ee6c555f8..58e55adc9657 100644
--- a/mail/ssmtp/distinfo
+++ b/mail/ssmtp/distinfo
@@ -1,2 +1,2 @@
-MD5 (ssmtp_2.60.8.tar.gz) = 3f2d2629fcf58b29edade7667d212e94
-SIZE (ssmtp_2.60.8.tar.gz) = 61307
+MD5 (ssmtp_2.60.9.tar.gz) = 28a47b520f04e055ee6f8ebf6c209234
+SIZE (ssmtp_2.60.9.tar.gz) = 66041