diff options
author | taca <taca@pkgsrc.org> | 2010-09-23 08:03:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-23 08:03:02 +0000 |
commit | 86590152dabeff7e6e95277025f85b014f3f8b8f (patch) | |
tree | 1608e58a31a02ffa0134298068845169c07a6144 /mail/pear-Mail_Mime | |
parent | 52fffc3c8cdc70674263a7853667138d1d0e575a (diff) | |
download | pkgsrc-86590152dabeff7e6e95277025f85b014f3f8b8f.tar.gz |
Update mail/pear-Mail_Mime to 1.8.0.
1.8.0: 2010-07-29 06:46 UTC
Changelog:
Bugs Fixed:
* Double-addition of e-mail domain to content ID in HTML images [alec]
* #17311: Multi-octet characters are split across adjacent 'encoded-word's
[alec]
* #17573: Place charset parameter in first line of Content-Type header
(if possible) [alec]
Implemented Features:
* #17518: addTo() method [alec]
1.7.0: 2010-04-12 12:03 UTC
Changelog:
Implemented Features:
* Added Mail_mime::setContentType() function with possibility to set various
types in Content-Type header (also fixes problem with boundary parameter
when Content-Type header was specified by user) [alec]
Diffstat (limited to 'mail/pear-Mail_Mime')
-rw-r--r-- | mail/pear-Mail_Mime/Makefile | 10 | ||||
-rw-r--r-- | mail/pear-Mail_Mime/distinfo | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile index c7d29ae38ea..37a5e2f052c 100644 --- a/mail/pear-Mail_Mime/Makefile +++ b/mail/pear-Mail_Mime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2010/04/12 13:50:09 taca Exp $ +# $NetBSD: Makefile,v 1.14 2010/09/23 08:03:02 taca Exp $ -DISTNAME= Mail_Mime-1.7.0 +DISTNAME= Mail_Mime-1.8.0 CATEGORIES+= mail MAINTAINER= jdolecek@NetBSD.org @@ -10,5 +10,11 @@ CONFLICTS= php-pear-Mail_Mime-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir +SUBST_CLASSES+= shbang +SUBST_STAGE.shbang= pre-install +SUBST_FILES.shbang= scripts/phail.php +SUBST_SED.shbang= -e "s|@prefix@|${PREFIX}|g" + + .include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/pear-Mail_Mime/distinfo b/mail/pear-Mail_Mime/distinfo index e4a51749b5d..92a392670f5 100644 --- a/mail/pear-Mail_Mime/distinfo +++ b/mail/pear-Mail_Mime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2010/04/12 13:50:09 taca Exp $ +$NetBSD: distinfo,v 1.10 2010/09/23 08:03:02 taca Exp $ -SHA1 (pear/Mail_Mime-1.7.0.tgz) = 1f047bcd6e2ca22ffe89230c62a97b776cd8a5f6 -RMD160 (pear/Mail_Mime-1.7.0.tgz) = 20e797fc6e374413cfaa065d476d9ecb7395b3bc -Size (pear/Mail_Mime-1.7.0.tgz) = 31175 bytes +SHA1 (pear/Mail_Mime-1.8.0.tgz) = 3961cb5962aa205480af467fb8f22b96ece513a4 +RMD160 (pear/Mail_Mime-1.8.0.tgz) = 90b97cb0c7e27aaba91f8909c1b2c53d8ea5088e +Size (pear/Mail_Mime-1.8.0.tgz) = 31292 bytes |