diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-03 12:03:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-03 12:03:19 +0000 |
commit | 2c427eb2e98ac72d524405f55a6c3b7ffdddc091 (patch) | |
tree | 2e07cc281f05be6761490eba3c159d84d4d0fb38 /mail/qconfirm | |
parent | Avoid a bus error in the do-build target when nl_langinfo(CODESET) returns "E... (diff) |
- Update to 0.11.0:
With this version qconfirm is capable of sending a preview of
a message, currently held in the qmail queue and waiting for
confirmation, to the owner of the qconfirm directory.
See the faq and the man pages for details.
Two minor bugs in the qconfirm and the qconfirm-control
programs have been fixed.
PR: 57526
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=90103
Diffstat (limited to 'mail/qconfirm')
-rw-r--r-- | mail/qconfirm/Makefile | 2 | ||||
-rw-r--r-- | mail/qconfirm/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/qconfirm/Makefile b/mail/qconfirm/Makefile index 8750b06267ca..56dab590fb9e 100644 --- a/mail/qconfirm/Makefile +++ b/mail/qconfirm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qconfirm -PORTVERSION= 0.10.1 +PORTVERSION= 0.11.0 CATEGORIES= mail MASTER_SITES= http://smarden.org/qconfirm/ diff --git a/mail/qconfirm/distinfo b/mail/qconfirm/distinfo index b40d83097eef..16aa988906ed 100644 --- a/mail/qconfirm/distinfo +++ b/mail/qconfirm/distinfo @@ -1 +1 @@ -MD5 (qconfirm-0.10.1.tar.gz) = 31e82c6da78989ab68b0fd8e91bcb521 +MD5 (qconfirm-0.11.0.tar.gz) = 03235b95e2e7e03dc5a8c5d523520741 |