diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-06-01 15:25:04 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-06-01 15:25:04 +0000 |
commit | 3a0fced293048e5ece7fbe49d7da55fb82cf36f8 (patch) | |
tree | 858307471c46bc0fdb2d230be2742311b0fada62 /mail/qmHandle/Makefile | |
parent | 877d4798b657bc10cbc9e0d852d80849b05104b7 (diff) | |
download | pkgsrc-3a0fced293048e5ece7fbe49d7da55fb82cf36f8.tar.gz |
Update to 1.2.3. From the changelog:
1.2.3
* Fix: queue display transpose bug
1.2.2
* Fix: added deletion routines to handle files in bounce subdirectory
* Fix: added whitespace remove line for pidof output reported by
Charlies (cng-oz)
1.2.1
* Corrected an error in the README, and one in the HISTORY
Diffstat (limited to 'mail/qmHandle/Makefile')
-rw-r--r-- | mail/qmHandle/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/qmHandle/Makefile b/mail/qmHandle/Makefile index 17f70b36a62..e7dc3a35450 100644 --- a/mail/qmHandle/Makefile +++ b/mail/qmHandle/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2007/03/24 07:04:56 schmonz Exp $ +# $NetBSD: Makefile,v 1.16 2007/06/01 15:25:04 schmonz Exp $ # -DISTNAME= qmhandle-1.2.0 +DISTNAME= qmhandle-1.2.3 PKGNAME= ${DISTNAME:S/h/H/} -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qmhandle/} |