pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/pear-Mail Update to 1.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/e36c52217d96
branches: trunk
changeset: 352044:e36c52217d96
user: wen <wen%pkgsrc.org@localhost>
date: Mon Sep 05 03:04:40 2016 +0000
description:
Update to 1.3.0
Upstream changes:
Changelog:
Added composer support.
Added Travis CI test support.
Updated code to use PHP 5 method signatures.
Implemented requests:
* #17888, #17865: Reduce peak memory usage when using the smtp/smtpmx backend [alec]
* Ability to pass socket options to Net_SMTP
Fixed bugs:
* #18109: New "pipelining" parameter for SMTP backend never used [alec]
* #17317: Invalid periods in mailbox not marked as invalid [alec]
* #17388: Deprecated assigning the return value of new by reference [alec]
* #17866, #20424, #12071, #17553: Non-static method Mail_RFC822::parseAddressList called statically [alec]
* #17178: Mail_RFC822::parseAddressList does not accept RFC-valid empty-group syntax [alec]
diffstat:
mail/pear-Mail/Makefile | 6 +++---
mail/pear-Mail/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (33 lines):
diff -r 22f8fe6d0e5f -r e36c52217d96 mail/pear-Mail/Makefile
--- a/mail/pear-Mail/Makefile Mon Sep 05 02:53:01 2016 +0000
+++ b/mail/pear-Mail/Makefile Mon Sep 05 03:04:40 2016 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2012/10/08 12:19:25 asau Exp $
+# $NetBSD: Makefile,v 1.13 2016/09/05 03:04:40 wen Exp $
-DISTNAME= Mail-1.2.0
+DISTNAME= Mail-1.3.0
CATEGORIES= mail
CONFLICTS= php-pear-Mail-[0-9]*
-DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP-[0-9]*:../../net/pear-Net_SMTP
+DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.4.1:../../net/pear-Net_SMTP
MAINTAINER= wenheping%gmail.com@localhost
HOMEPAGE= http://pear.php.net/package/Mail
diff -r 22f8fe6d0e5f -r e36c52217d96 mail/pear-Mail/distinfo
--- a/mail/pear-Mail/distinfo Mon Sep 05 02:53:01 2016 +0000
+++ b/mail/pear-Mail/distinfo Mon Sep 05 03:04:40 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 23:27:16 agc Exp $
+$NetBSD: distinfo,v 1.7 2016/09/05 03:04:40 wen Exp $
-SHA1 (pear/Mail-1.2.0.tgz) = 6fbc5cae9a3e2da004c57fce0455fad40eb11381
-RMD160 (pear/Mail-1.2.0.tgz) = 91c176fe4f128ce2d0cd21b25046d21d6d039a46
-SHA512 (pear/Mail-1.2.0.tgz) = af53d8a03cd71c7871b1f8f2387ef9064cae241e6c4b36c62cf908ddca91e448357bec8844c8c07dc6231f59e59250416ec263dd441a1503b3ea92f67715dc6b
-Size (pear/Mail-1.2.0.tgz) = 23214 bytes
+SHA1 (pear/Mail-1.3.0.tgz) = 25f7fd124d35c666c24fd2e352071be523a41cf8
+RMD160 (pear/Mail-1.3.0.tgz) = f4173d819ffc447ece10d61d19d5d29563434c24
+SHA512 (pear/Mail-1.3.0.tgz) = 701dd663f73e71fa09bd5a1d42813170fd72b4e5d2804cbd9613476ea64c4fa70e2c99355ff39f1be0fcf6bac719ee543a90ea0160f11f9efb7e18b0584e9f94
+Size (pear/Mail-1.3.0.tgz) = 23110 bytes
Home |
Main Index |
Thread Index |
Old Index