Skip to content

Commit

Permalink
mail/pear-Mail: update to 1.5.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Nov 30, 2022
1 parent dd171e9 commit d7666a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions mail/pear-Mail/Makefile
@@ -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
Expand All @@ -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"
8 changes: 4 additions & 4 deletions mail/pear-Mail/distinfo
@@ -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

0 comments on commit d7666a6

Please sign in to comment.