pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/tmda Install TMDA/Queue, missed in a package upgr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e92538b9496
branches:  trunk
changeset: 531416:2e92538b9496
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jul 30 04:25:50 2007 +0000

description:
Install TMDA/Queue, missed in a package upgrade. Fixes tmda-pending.
Bump PKGREVISION.

diffstat:

 mail/tmda/Makefile |  11 +++++++----
 mail/tmda/PLIST    |  13 ++++++++++++-
 2 files changed, 19 insertions(+), 5 deletions(-)

diffs (69 lines):

diff -r ec30b6257c77 -r 2e92538b9496 mail/tmda/Makefile
--- a/mail/tmda/Makefile        Mon Jul 30 02:28:19 2007 +0000
+++ b/mail/tmda/Makefile        Mon Jul 30 04:25:50 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2007/02/27 00:18:46 schmonz Exp $
+# $NetBSD: Makefile,v 1.39 2007/07/30 04:25:50 schmonz Exp $
 #
 
 DISTNAME=      tmda-1.1.11
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail python
 MASTER_SITES=  http://tmda.sourceforge.net/ftp/releases/
 MASTER_SITES+= ftp://tmda.net/pub/tmda/releases/
@@ -45,8 +45,9 @@
 SUBST_FILES.etc=       bin/tmda-ofmipd TMDA/Auth.py TMDA/Defaults.py
 SUBST_SED.etc=         -e 's|/etc|${PKG_SYSCONFDIR}|g'
 
-INSTALLATION_DIRS=     bin ${SHAREDIR} ${DOCDIR} ${HTMLDIR}
-INSTALLATION_DIRS+=    ${PYSITELIB}/TMDA/pythonlib/email/mime ${EGDIR}
+INSTALLATION_DIRS=     bin ${SHAREDIR} ${DOCDIR} ${HTMLDIR} ${EGDIR}
+INSTALLATION_DIRS+=    ${PYSITELIB}/TMDA/pythonlib/email/mime
+INSTALLATION_DIRS+=    ${PYSITELIB}/TMDA/Queue
 
 post-extract:
        rm ${WRKSRC}/doc/html/error.log
@@ -68,6 +69,8 @@
                ${PREFIX}/${PYSITELIB}/TMDA/pythonlib/email
        ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/pythonlib/email/mime/*.py* \
                ${PREFIX}/${PYSITELIB}/TMDA/pythonlib/email/mime
+       ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/Queue/*.py* \
+               ${PREFIX}/${PYSITELIB}/TMDA/Queue
 
        ${INSTALL_DATA} ${WRKSRC}/templates/*.txt ${PREFIX}/${SHAREDIR}
 
diff -r ec30b6257c77 -r 2e92538b9496 mail/tmda/PLIST
--- a/mail/tmda/PLIST   Mon Jul 30 02:28:19 2007 +0000
+++ b/mail/tmda/PLIST   Mon Jul 30 04:25:50 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2007/02/26 03:44:21 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.14 2007/07/30 04:25:50 schmonz Exp $
 bin/tmda-address
 bin/tmda-check-address
 bin/tmda-filter
@@ -32,6 +32,16 @@
 ${PYSITELIB}/TMDA/MessageLogger.pyc
 ${PYSITELIB}/TMDA/Pending.py
 ${PYSITELIB}/TMDA/Pending.pyc
+${PYSITELIB}/TMDA/Queue/MaildirQueue.py
+${PYSITELIB}/TMDA/Queue/MaildirQueue.pyc
+${PYSITELIB}/TMDA/Queue/OriginalQueue.py
+${PYSITELIB}/TMDA/Queue/OriginalQueue.pyc
+${PYSITELIB}/TMDA/Queue/Queue.py
+${PYSITELIB}/TMDA/Queue/Queue.pyc
+${PYSITELIB}/TMDA/Queue/Util.py
+${PYSITELIB}/TMDA/Queue/Util.pyc
+${PYSITELIB}/TMDA/Queue/__init__.py
+${PYSITELIB}/TMDA/Queue/__init__.pyc
 ${PYSITELIB}/TMDA/SMTP.py
 ${PYSITELIB}/TMDA/SMTP.pyc
 ${PYSITELIB}/TMDA/Util.py
@@ -385,6 +395,7 @@
 @dirrm ${EGDIR}/dot-tmda/filters
 @dirrm ${EGDIR}/dot-tmda
 @dirrm ${EGDIR}
+@dirrm ${PYSITELIB}/TMDA/Queue
 @dirrm ${PYSITELIB}/TMDA/pythonlib/email/mime
 @dirrm ${PYSITELIB}/TMDA/pythonlib/email
 @dirrm ${PYSITELIB}/TMDA/pythonlib



Home | Main Index | Thread Index | Old Index