diff options
author | schmonz <schmonz@pkgsrc.org> | 2012-07-05 18:31:08 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2012-07-05 18:31:08 +0000 |
commit | 15b6d9eecdc73207c5c5d29601071e94a5b2b3ce (patch) | |
tree | 42028fb4e72604e3a27b55e9d9369230c98501f6 /mail/qmHandle | |
parent | ab477d8935069535191fdd2975a6fc5b7e9eda7c (diff) | |
download | pkgsrc-15b6d9eecdc73207c5c5d29601071e94a5b2b3ce.tar.gz |
Update to 1.3.2. From the changelog:
* Printing message no: was code not tested prior to 1.3.1 release...perl
compilation errors. Fixed.
* Reworked qmhandle left out printing message no: when detailed
listing of messages is requested! Fixed.
* Reworked qmhandle to be more accurate in reporting queue information
(todo state, bouncing...)
* Reworked qmhandle to be more efficient in handling message deletion
when more than one message will be deleted
* Added big-todo support (required since todo files need to be handled)
* Added delete from sender support (both regular expression and
string matching)
* Added touch info file for messages to remote domain for earlier
retry (at the cost of longer queue life)
* Added delete if message header or body line matches regular
expression (case sensitive and insensitive matching)
Diffstat (limited to 'mail/qmHandle')
-rw-r--r-- | mail/qmHandle/Makefile | 11 | ||||
-rw-r--r-- | mail/qmHandle/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/mail/qmHandle/Makefile b/mail/qmHandle/Makefile index 372e7b37006..7d2f2f5a1f1 100644 --- a/mail/qmHandle/Makefile +++ b/mail/qmHandle/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2008/03/04 17:57:19 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2012/07/05 18:31:08 schmonz Exp $ # -DISTNAME= qmhandle-1.2.3 +DISTNAME= qmhandle-1.3.2 PKGNAME= ${DISTNAME:S/h/H/} CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qmhandle/} @@ -9,10 +9,10 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qmhandle/} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://qmhandle.sourceforge.net/ COMMENT= Tool to view and manage the qmail message queue +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR} USE_TOOLS+= perl:run REPLACE_PERL= qmHandle NO_BUILD= YES @@ -26,12 +26,11 @@ SUBST_SED.config+= -e 's|/etc/init.d/qmail|${RCD_SCRIPTS_DIR}/qmail|g' SUBST_SED.config+= -e 's|pidof|/usr/bin/pgrep|g' .endif -INSTALLATION_DIRS= bin -BUILD_DEFS+= QMAIL_QUEUE_DIR +INSTALLATION_DIRS= bin share/doc/qmHandle +BUILD_DEFS+= QMAIL_QUEUE_DIR RCD_SCRIPTS_DIR do-install: ${INSTALL_SCRIPT} ${WRKSRC}/qmHandle ${DESTDIR}${PREFIX}/bin - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/qmHandle ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/qmHandle .include "../../mk/bsd.pkg.mk" diff --git a/mail/qmHandle/distinfo b/mail/qmHandle/distinfo index 324ea61a9b7..f0f6b67cd78 100644 --- a/mail/qmHandle/distinfo +++ b/mail/qmHandle/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2007/06/01 15:25:04 schmonz Exp $ +$NetBSD: distinfo,v 1.8 2012/07/05 18:31:08 schmonz Exp $ -SHA1 (qmhandle-1.2.3.tar.gz) = ed3583bece97bc3a80d8e934af5c397a1cfbbc7e -RMD160 (qmhandle-1.2.3.tar.gz) = 8a736b329bd00af1a0778d1995053762491d330c -Size (qmhandle-1.2.3.tar.gz) = 13653 bytes +SHA1 (qmhandle-1.3.2.tar.gz) = eb6222fee3b07144182737f6ffab2625ad0ebb7f +RMD160 (qmhandle-1.3.2.tar.gz) = fea8f069fe8e9ce3ee8c7504a7ae93f4121c7749 +Size (qmhandle-1.3.2.tar.gz) = 15423 bytes |