diff options
author | adrianp <adrianp> | 2008-04-30 19:28:03 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-04-30 19:28:03 +0000 |
commit | 94ae70c185552f8a803eee8283174eb43b65a10d (patch) | |
tree | e9ef487a85cc046cc62e28e2128455c4b4e7c27e /mail/pear-Mail_Mime | |
parent | 5191dee3399299db1c52eaa453bdccaf4632fc3f (diff) | |
download | pkgsrc-94ae70c185552f8a803eee8283174eb43b65a10d.tar.gz |
Update to 1.4.0
* Implement Feature #2952: Mail_mime::headers() saves extra headers [cipri]
* Implement Feature #3636: Allow specification of charsets and encoding [cipri]
* Implement Feature #4057: Mail_Mime: Add name parameter for Content-Type [cipri]
* Implement Feature #4504: addHTMLImage does not work in cases when filename contains a path [cipri]
* Implement Feature #5837: Mail_Mime: Build message for Net_SMTP [cipri]
* Implement Feature #5934: Mail_Mime: choice for content disposition [cipri]
* Implement Feature #6568: Mail_Mime: inline images referenced in CSS definitions not replaced. [cipri]
* Implement Feature #10604: Put an option to specify Content-Location in the header [cipri]
Diffstat (limited to 'mail/pear-Mail_Mime')
-rw-r--r-- | mail/pear-Mail_Mime/Makefile | 5 | ||||
-rw-r--r-- | mail/pear-Mail_Mime/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile index 56a7eeffb7d..3509bf3418a 100644 --- a/mail/pear-Mail_Mime/Makefile +++ b/mail/pear-Mail_Mime/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2007/05/05 22:09:18 adrianp Exp $ +# $NetBSD: Makefile,v 1.8 2008/04/30 19:28:03 adrianp Exp $ -DISTNAME= Mail_Mime-1.3.1 +DISTNAME= Mail_Mime-1.4.0 CATEGORIES+= mail -PKGREVISION= 1 MAINTAINER= jdolecek@NetBSD.org COMMENT= PHP classes to create and decode mime messages diff --git a/mail/pear-Mail_Mime/distinfo b/mail/pear-Mail_Mime/distinfo index 719a73f0fd7..beddb19e9f9 100644 --- a/mail/pear-Mail_Mime/distinfo +++ b/mail/pear-Mail_Mime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2006/10/23 20:17:16 jdolecek Exp $ +$NetBSD: distinfo,v 1.5 2008/04/30 19:28:03 adrianp Exp $ -SHA1 (pear/Mail_Mime-1.3.1.tgz) = bd36dc20f400cab31978c74231eec236c9b1d82b -RMD160 (pear/Mail_Mime-1.3.1.tgz) = d918979f1167aca81cbdf48f8ae3792be6e5c379 -Size (pear/Mail_Mime-1.3.1.tgz) = 16481 bytes +SHA1 (pear/Mail_Mime-1.4.0.tgz) = d44b570f6c6252e7116708c1822bc2d3c8235605 +RMD160 (pear/Mail_Mime-1.4.0.tgz) = d04879ff81e2c4aa615cfd55abe7c20c7e0d2705 +Size (pear/Mail_Mime-1.4.0.tgz) = 28636 bytes |