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)
This commit is contained in:
schmonz 2012-07-05 18:31:08 +00:00
parent 208fc4f7b7
commit 96b8615031
2 changed files with 9 additions and 10 deletions

View file

@ -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"

View file

@ -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