pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/pear-Mail



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Sep  5 03:04:40 UTC 2016

Modified Files:
        pkgsrc/mail/pear-Mail: Makefile distinfo

Log Message:
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]


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/pear-Mail/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/pear-Mail/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/pear-Mail/Makefile
diff -u pkgsrc/mail/pear-Mail/Makefile:1.12 pkgsrc/mail/pear-Mail/Makefile:1.13
--- pkgsrc/mail/pear-Mail/Makefile:1.12 Mon Oct  8 12:19:25 2012
+++ pkgsrc/mail/pear-Mail/Makefile      Mon Sep  5 03:04:40 2016
@@ -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

Index: pkgsrc/mail/pear-Mail/distinfo
diff -u pkgsrc/mail/pear-Mail/distinfo:1.6 pkgsrc/mail/pear-Mail/distinfo:1.7
--- pkgsrc/mail/pear-Mail/distinfo:1.6  Tue Nov  3 23:27:16 2015
+++ pkgsrc/mail/pear-Mail/distinfo      Mon Sep  5 03:04:40 2016
@@ -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