diff options
author | jwise <jwise> | 2007-02-28 16:04:16 +0000 |
---|---|---|
committer | jwise <jwise> | 2007-02-28 16:04:16 +0000 |
commit | 3d6e08ede67daf10007d7947a66c7698d1d7c716 (patch) | |
tree | 028f1fc3706b34e90c18a3c50e985cfeb6879a37 /mail/mhonarc/Makefile | |
parent | a70cc82eba3ad2836f5e91a193afa988e362e904 (diff) | |
download | pkgsrc-3d6e08ede67daf10007d7947a66c7698d1d7c716.tar.gz |
Update mhonarc to version 2.6.16.
Changes are fixes to following bugs only:
* in urlize change %X to %02X
* MIMEFILTERS settings not retained in database
* qprint.pl should be able to handle a soft line break at the end of the string
* HTML mail does not get its charset converted
Diffstat (limited to 'mail/mhonarc/Makefile')
-rw-r--r-- | mail/mhonarc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mhonarc/Makefile b/mail/mhonarc/Makefile index a0cd245f2cb..d3db3f6133d 100644 --- a/mail/mhonarc/Makefile +++ b/mail/mhonarc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2007/01/26 06:46:56 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2007/02/28 16:04:16 jwise Exp $ -DISTNAME= MHonArc-2.6.15 -PKGNAME= mhonarc-2.6.15 -PKGREVISION= 1 +DISTNAME= MHonArc-2.6.16 +PKGNAME= mhonarc-2.6.16 CATEGORIES= mail MASTER_SITES= http://www.mhonarc.org/release/MHonArc/tar/ EXTRACT_SUFX= .tar.bz2 |