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:   taca
Date:           Sun May 28 11:33:17 UTC 2017

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

Log Message:
Update pear-Mail to 1.4.1.

pkgsrc change:
* set LICENSE to modified-bsd.
* standarlized order in Makefile.

1.4.1                                           2017-04-11 13:33 UTC

Changelog:

* Loosen recognition of "queued as" server response (PR #10)

* Bug #20463: domain-literal parsing error
* Bug #20513: Mail_smtp::send() doesn't close socket for smtp connection

1.4.0                                           2017-04-07 13:09 UTC

Changelog:

Clarified licensing to "New BSD" (3-Clause BSD)

* Bug #21082: Inconsistent licensing


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/pear-Mail/Makefile
cvs rdiff -u -r1.7 -r1.8 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.13 pkgsrc/mail/pear-Mail/Makefile:1.14
--- pkgsrc/mail/pear-Mail/Makefile:1.13 Mon Sep  5 03:04:40 2016
+++ pkgsrc/mail/pear-Mail/Makefile      Sun May 28 11:33:17 2017
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.13 2016/09/05 03:04:40 wen Exp $
+# $NetBSD: Makefile,v 1.14 2017/05/28 11:33:17 taca Exp $
 
-DISTNAME=      Mail-1.3.0
+DISTNAME=      Mail-1.4.1
 CATEGORIES=    mail
 
-CONFLICTS=     php-pear-Mail-[0-9]*
-
-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
 COMMENT=       PHP Class that provides multiple interfaces for sending emails
+LICENSE=       modified-bsd
+
+CONFLICTS=     php-pear-Mail-[0-9]*
+
+DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.4.1:../../net/pear-Net_SMTP
 
 .include "../../lang/php/pear.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/mail/pear-Mail/distinfo
diff -u pkgsrc/mail/pear-Mail/distinfo:1.7 pkgsrc/mail/pear-Mail/distinfo:1.8
--- pkgsrc/mail/pear-Mail/distinfo:1.7  Mon Sep  5 03:04:40 2016
+++ pkgsrc/mail/pear-Mail/distinfo      Sun May 28 11:33:17 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/09/05 03:04:40 wen Exp $
+$NetBSD: distinfo,v 1.8 2017/05/28 11:33:17 taca Exp $
 
-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
+SHA1 (pear/Mail-1.4.1.tgz) = 5c5214215e98ce17b91fb8d38c0af308a0803e10
+RMD160 (pear/Mail-1.4.1.tgz) = 513a46e8c7ed2d6a1ce986d0760434781798ddd1
+SHA512 (pear/Mail-1.4.1.tgz) = 851fa64bcf042fba58a70833c12ec5d7af6382e14e6157eeeb5be51b22cdfa5677c5d1eeba8c1f9eef6d55c2d732a4d5d6ea28c726aef232b233c170f7b82307
+Size (pear/Mail-1.4.1.tgz) = 21756 bytes



Home | Main Index | Thread Index | Old Index