diff options
author | taca <taca@pkgsrc.org> | 2017-05-28 11:33:17 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-05-28 11:33:17 +0000 |
commit | 42ad7bcbab56f8ccec1117ef2e77314d2b82c89b (patch) | |
tree | 94028e4ac3f7d733887df92824d95f28894d5279 /mail/pear-Mail/Makefile | |
parent | 42ccaafc7700e614f696ca54a7140b63044da17f (diff) | |
download | pkgsrc-42ad7bcbab56f8ccec1117ef2e77314d2b82c89b.tar.gz |
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
Diffstat (limited to 'mail/pear-Mail/Makefile')
-rw-r--r-- | mail/pear-Mail/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile index 7dce83e3459..f613f2b1d68 100644 --- a/mail/pear-Mail/Makefile +++ b/mail/pear-Mail/Makefile @@ -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 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" |