diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-04-30 19:32:34 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-04-30 19:32:34 +0000 |
commit | 7741d1ad5813c3cffede3b84f3f6843645988950 (patch) | |
tree | b4b76f5d4345db36be96994bc808966f4abcb371 /net/pear-Net_SMTP | |
parent | 82a6320c2d8484c892003a9d4b773ed0d13f93c2 (diff) | |
download | pkgsrc-7741d1ad5813c3cffede3b84f3f6843645988950.tar.gz |
1.3.0
The VRFY command now accepts 252 as a valid response code. (Bug 5083)
The mailFrom() and rcptTo() methods now support additional arbitrary parameters. (Request 6339)
Upgraded to package.xml version 2 (via package2.xml).
Updated the license to PHP 3.0.1.
Allow auth via STARTTLS if PHP supports it (requires Net_Socket 1.0.7) (Johan Ohrn, johan@oern.mine.nu).
We now use package.xml version 2 exclusively.
Skip unit tests when the configuration file is not available.
Fixing a protocol error when performing DIGEST-MD5 authentication. (Bug 12206)
Add getServiceExtensions (slusarz@curecanti.org, Bug 13763)
Diffstat (limited to 'net/pear-Net_SMTP')
-rw-r--r-- | net/pear-Net_SMTP/Makefile | 7 | ||||
-rw-r--r-- | net/pear-Net_SMTP/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/pear-Net_SMTP/Makefile b/net/pear-Net_SMTP/Makefile index 28de0159e26..02c31be136b 100644 --- a/net/pear-Net_SMTP/Makefile +++ b/net/pear-Net_SMTP/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.7 2007/05/05 22:09:19 adrianp Exp $ +# $NetBSD: Makefile,v 1.8 2008/04/30 19:32:34 adrianp Exp $ -DISTNAME= Net_SMTP-1.2.6 +DISTNAME= Net_SMTP-1.3.0 CATEGORIES+= net mail -PKGREVISION= 1 MAINTAINER= jdolecek@NetBSD.org COMMENT= PHP classes to provide SMTP Interface CONFLICTS= php-pear-Net_SMTP-[0-9]* -DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.2:../../net/pear-Net_Socket +DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.7:../../net/pear-Net_Socket .include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/pear-Net_SMTP/distinfo b/net/pear-Net_SMTP/distinfo index cbec72acc98..82c0bb3599b 100644 --- a/net/pear-Net_SMTP/distinfo +++ b/net/pear-Net_SMTP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/04/11 20:06:36 jdolecek Exp $ +$NetBSD: distinfo,v 1.3 2008/04/30 19:32:34 adrianp Exp $ -SHA1 (pear/Net_SMTP-1.2.6.tgz) = 9dbad39e13c1ce1e3bcd48086726235f33a16229 -RMD160 (pear/Net_SMTP-1.2.6.tgz) = b215c3720acbe3dd48f2d179e1a48188b7693ff6 -Size (pear/Net_SMTP-1.2.6.tgz) = 9106 bytes +SHA1 (pear/Net_SMTP-1.3.0.tgz) = bf4b5d04899375b2df086622b4ac4347fa0544af +RMD160 (pear/Net_SMTP-1.3.0.tgz) = 394cdb37f8df27c1cd3ea90b259496a3a838190b +Size (pear/Net_SMTP-1.3.0.tgz) = 10259 bytes |