aboutsummaryrefslogtreecommitdiff
path: root/mail/ssmtp
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-05-19 21:26:43 +0000
committerClement Laforet <clement@FreeBSD.org>2004-05-19 21:26:43 +0000
commitb1a99b2fdcce33f933c84c251516e8eb3b9fc52a (patch)
treeada742ee9cb7388744f8848b88c3990cd22fb8cf /mail/ssmtp
parent74a648be0e5d15eb39fc8875f76e5f01064dca11 (diff)
- Update to 2.6.9
- Add WITHOUT_IPV6 and WITH_MD5AUTH knobs
Notes
Notes: svn path=/head/; revision=109535
Diffstat (limited to 'mail/ssmtp')
-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