diff options
author | taca <taca@pkgsrc.org> | 2022-11-30 15:13:18 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-11-30 15:13:18 +0000 |
commit | d7666a67bc6f608135af153450bed0aaa04f67c0 (patch) | |
tree | da651afcdee9f7a2f9e95ef089eeb267ed1b0019 /mail/pear-Mail/Makefile | |
parent | dd171e9fe3327c18894125517396df589f3cc371 (diff) | |
download | pkgsrc-d7666a67bc6f608135af153450bed0aaa04f67c0.tar.gz |
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
Diffstat (limited to 'mail/pear-Mail/Makefile')
-rw-r--r-- | mail/pear-Mail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile index 08a649f32fe..d2cf36626ac 100644 --- a/mail/pear-Mail/Makefile +++ b/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 @@ -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" |