diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-07-30 04:25:50 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-07-30 04:25:50 +0000 |
commit | cbab313a06c1fcf4f38aed09d3d19243d5858f6c (patch) | |
tree | 794002710ee717ef6d967e6d5858cdd8fe3f31a9 | |
parent | 1ce56eb0da450eeb184a1428b5e91040dd48a44e (diff) | |
download | pkgsrc-cbab313a06c1fcf4f38aed09d3d19243d5858f6c.tar.gz |
Install TMDA/Queue, missed in a package upgrade. Fixes tmda-pending.
Bump PKGREVISION.
-rw-r--r-- | mail/tmda/Makefile | 11 | ||||
-rw-r--r-- | mail/tmda/PLIST | 13 |
2 files changed, 19 insertions, 5 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 72c8e54c4d7..4e2431247dc 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -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_STAGE.etc= do-configure 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 @@ do-install: ${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 --git a/mail/tmda/PLIST b/mail/tmda/PLIST index 56d268b9576..823e77e137d 100644 --- a/mail/tmda/PLIST +++ b/mail/tmda/PLIST @@ -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.py ${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 @@ share/examples/rc.d/tofmipd @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 |