pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/pear-Mail_Mime Update mail/pear-Mail_Mime to 1.8.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f3d05959177
branches:  trunk
changeset: 581041:5f3d05959177
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Sep 23 08:03:02 2010 +0000

description:
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:

 mail/pear-Mail_Mime/Makefile |  10 ++++++++--
 mail/pear-Mail_Mime/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 8a7d3aee03be -r 5f3d05959177 mail/pear-Mail_Mime/Makefile
--- a/mail/pear-Mail_Mime/Makefile      Thu Sep 23 07:47:25 2010 +0000
+++ b/mail/pear-Mail_Mime/Makefile      Thu Sep 23 08:03:02 2010 +0000
@@ -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@localhost
@@ -10,5 +10,11 @@
 
 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 -r 8a7d3aee03be -r 5f3d05959177 mail/pear-Mail_Mime/distinfo
--- a/mail/pear-Mail_Mime/distinfo      Thu Sep 23 07:47:25 2010 +0000
+++ b/mail/pear-Mail_Mime/distinfo      Thu Sep 23 08:03:02 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index