diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-07-31 04:44:01 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-07-31 04:44:01 +0000 |
commit | 003bfdcad74b062ceb1a90c6733a167205a9f4b1 (patch) | |
tree | cb430195483bf8aa136ff812769d35e1da936aac /mail/tmda/Makefile | |
parent | 91fb6d6e0be35f1785b947ffe76ebf4fa114f08c (diff) | |
download | pkgsrc-003bfdcad74b062ceb1a90c6733a167205a9f4b1.tar.gz |
Update to 1.1.12. From the changelog:
* tmda-ofmipd now has native STARTTLS and SSL support courtesy of
Stephen Warren. The new options are '--tls', '--ssl', '--ssl-key',
and '--ssl-crt'. Note that the tlslite Python module needs to be
installed to use this feature. For more information, see the
"Builtin SSL/TLS" section of http://wiki.tmda.net/TmdaOfmipdHowto
* Fixed a minor bug that prevented the use of both SMTPSSL and
SMTPAUTH together.
Diffstat (limited to 'mail/tmda/Makefile')
-rw-r--r-- | mail/tmda/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 4e2431247dc..a8e00a34837 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2007/07/30 04:25:50 schmonz Exp $ +# $NetBSD: Makefile,v 1.40 2007/07/31 04:44:01 schmonz Exp $ # -DISTNAME= tmda-1.1.11 -PKGREVISION= 2 +DISTNAME= tmda-1.1.12 CATEGORIES= mail python MASTER_SITES= http://tmda.sourceforge.net/ftp/releases/ MASTER_SITES+= ftp://tmda.net/pub/tmda/releases/ @@ -49,6 +48,8 @@ INSTALLATION_DIRS= bin ${SHAREDIR} ${DOCDIR} ${HTMLDIR} ${EGDIR} INSTALLATION_DIRS+= ${PYSITELIB}/TMDA/pythonlib/email/mime INSTALLATION_DIRS+= ${PYSITELIB}/TMDA/Queue +.include "options.mk" + post-extract: rm ${WRKSRC}/doc/html/error.log |