pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/tmda Update to 1.1.12. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a4558ffe33e
branches:  trunk
changeset: 531462:7a4558ffe33e
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Jul 31 04:44:01 2007 +0000

description:
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:

 mail/tmda/Makefile   |   7 ++++---
 mail/tmda/PLIST      |   4 +++-
 mail/tmda/distinfo   |   8 ++++----
 mail/tmda/options.mk |  10 ++++++++++
 4 files changed, 21 insertions(+), 8 deletions(-)

diffs (76 lines):

diff -r 9fd2f5d64859 -r 7a4558ffe33e mail/tmda/Makefile
--- a/mail/tmda/Makefile        Tue Jul 31 03:34:44 2007 +0000
+++ b/mail/tmda/Makefile        Tue Jul 31 04:44:01 2007 +0000
@@ -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+=    ${PYSITELIB}/TMDA/pythonlib/email/mime
 INSTALLATION_DIRS+=    ${PYSITELIB}/TMDA/Queue
 
+.include "options.mk"
+
 post-extract:
        rm ${WRKSRC}/doc/html/error.log
 
diff -r 9fd2f5d64859 -r 7a4558ffe33e mail/tmda/PLIST
--- a/mail/tmda/PLIST   Tue Jul 31 03:34:44 2007 +0000
+++ b/mail/tmda/PLIST   Tue Jul 31 04:44:01 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2007/07/30 04:25:50 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.15 2007/07/31 04:44:01 schmonz Exp $
 bin/tmda-address
 bin/tmda-check-address
 bin/tmda-filter
@@ -232,6 +232,7 @@
 ${HTMLDIR}/SlideShowTemplate.html
 ${HTMLDIR}/SlideTemplate.html
 ${HTMLDIR}/SpamAssassin.html
+${HTMLDIR}/SquirrelMail.html
 ${HTMLDIR}/SyntaxReference.html
 ${HTMLDIR}/SystemInfo.html
 ${HTMLDIR}/SystemPagesGroup.html
@@ -253,6 +254,7 @@
 ${HTMLDIR}/TmdaHashCashHowto.html
 ${HTMLDIR}/TmdaHistory.html
 ${HTMLDIR}/TmdaHowtos.html
+${HTMLDIR}/TmdaI18n.html
 ${HTMLDIR}/TmdaInUse.html
 ${HTMLDIR}/TmdaInstall.html
 ${HTMLDIR}/TmdaInstallation.html
diff -r 9fd2f5d64859 -r 7a4558ffe33e mail/tmda/distinfo
--- a/mail/tmda/distinfo        Tue Jul 31 03:34:44 2007 +0000
+++ b/mail/tmda/distinfo        Tue Jul 31 04:44:01 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2007/02/26 03:44:21 schmonz Exp $
+$NetBSD: distinfo,v 1.21 2007/07/31 04:44:01 schmonz Exp $
 
-SHA1 (tmda-1.1.11.tgz) = 790ab6f4258451cb5f18a39883015b896a48a9c1
-RMD160 (tmda-1.1.11.tgz) = cc8160a3b60e927611e2363d530d9e539f92dbc0
-Size (tmda-1.1.11.tgz) = 1422504 bytes
+SHA1 (tmda-1.1.12.tgz) = 0b175d01cd03cb4046d41c62ede2268d4eb12b03
+RMD160 (tmda-1.1.12.tgz) = 8a674f312fe9612fe204d081e7fd3d38d802cdba
+Size (tmda-1.1.12.tgz) = 1427638 bytes
 SHA1 (patch-ab) = 4cac0a76d160eebedc06e1789728be5872113fee
diff -r 9fd2f5d64859 -r 7a4558ffe33e mail/tmda/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/tmda/options.mk      Tue Jul 31 04:44:01 2007 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: options.mk,v 1.1 2007/07/31 04:44:01 schmonz Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.tmda
+PKG_SUPPORTED_OPTIONS+=        ssl tls
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mssl) || !empty(PKG_OPTIONS:Mtls)
+DEPENDS+=      ${PYPKGPREFIX}-tlslite-[0-9]*:../../security/py-tlslite
+.endif



Home | Main Index | Thread Index | Old Index