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:           Wed Nov 30 15:13:18 UTC 2022

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

Log Message:
mail/pear-Mail: update to 1.5.0

1.5.0 (2022-11-29)

Changelog:

* New Feature: Establish STARTTLS connection without authentication (add new
  param 'starttls') #17
* BugFix: Del: deprecation warnings (PHP 8.1 E_DEPRECATED warnings when you
  provide null values) #20


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/pear-Mail/Makefile
cvs rdiff -u -r1.10 -r1.11 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.15 pkgsrc/mail/pear-Mail/Makefile:1.16
--- pkgsrc/mail/pear-Mail/Makefile:1.15 Wed Jul  3 07:28:22 2019
+++ pkgsrc/mail/pear-Mail/Makefile      Wed Nov 30 15:13:18 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/07/03 07:28:22 nia Exp $
+# $NetBSD: Makefile,v 1.16 2022/11/30 15:13:18 taca Exp $
 
-DISTNAME=      Mail-1.4.1
+DISTNAME=      Mail-1.5.0
 CATEGORIES=    mail
 
 MAINTAINER=    wenheping%gmail.com@localhost
@@ -10,7 +10,7 @@ LICENSE=      modified-bsd
 
 CONFLICTS=     php-pear-Mail-[0-9]*
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.4.1:../../net/pear-Net_SMTP
+DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.10.0:../../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.10 pkgsrc/mail/pear-Mail/distinfo:1.11
--- pkgsrc/mail/pear-Mail/distinfo:1.10 Tue Oct 26 10:54:20 2021
+++ pkgsrc/mail/pear-Mail/distinfo      Wed Nov 30 15:13:18 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:54:20 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/11/30 15:13:18 taca Exp $
 
-BLAKE2s (pear/Mail-1.4.1.tgz) = ff341687efa8fa1e53614e06a2bb8cedc38ae7221a0c8dc787a4827b8a31f85f
-SHA512 (pear/Mail-1.4.1.tgz) = 851fa64bcf042fba58a70833c12ec5d7af6382e14e6157eeeb5be51b22cdfa5677c5d1eeba8c1f9eef6d55c2d732a4d5d6ea28c726aef232b233c170f7b82307
-Size (pear/Mail-1.4.1.tgz) = 21756 bytes
+BLAKE2s (pear/Mail-1.5.0.tgz) = e6ee3306b4a17b59004b85f419b4a9caeb71e039a8bd5bbcb605e2feaa2c3b49
+SHA512 (pear/Mail-1.5.0.tgz) = 07462b920a879182cb06576c6c91a52d1c0411afcefe9d701ae57633eb28cc0f08f163e9b808c00c38cfd7e886fc17ac4e7151dfda5905396b7819b365afa919
+Size (pear/Mail-1.5.0.tgz) = 23221 bytes



Home | Main Index | Thread Index | Old Index