pkgsrc/mail/pear-Mail/Makefile
taca 06e9cab076 Update pear-Mail package to 1.2.0 applying patch of PR pkg/42905
by Wen Heping.


Changelog:

QA release - stable.

* Updated minimum dependencies (Net_SMTP, PEAR, PHP)
* Doc Bug #15620 Licence change to BSD
* Bug #13659 Mail parse error in special condition
* Bug #16200 - Security hole allow to read/write Arbitrary File
* _hasUnclosedQuotes() doesn't properly handle a double slash before an end
  quote (slusarz at curecanti.org, Bug #9137).
* Make sure Net_SMTP is defined when calling getSMTPObject() directly
  (slusarz at curecanti.org, Bug #13772).
* Add addServiceExtensionParameter() to the SMTP driver
  (slusarz at curecanti.org, Bug #13764).
* Add a method to obtain the Net_SMTP object from the SMTP driver
  (slusarz at curecanti.org, Bug #13766).
2010-03-02 14:43:05 +00:00

17 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.11 2010/03/02 14:43:05 taca Exp $
DISTNAME= Mail-1.2.0
CATEGORIES= mail
CONFLICTS= php-pear-Mail-[0-9]*
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP-[0-9]*:../../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
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"