pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/pear-Net_SMTP 1.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f894f826238
branches:  trunk
changeset: 542057:2f894f826238
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Apr 30 19:32:34 2008 +0000

description:
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@localhost).
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@localhost, Bug 13763)

diffstat:

 net/pear-Net_SMTP/Makefile |  7 +++----
 net/pear-Net_SMTP/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r 6f66dbe1297f -r 2f894f826238 net/pear-Net_SMTP/Makefile
--- a/net/pear-Net_SMTP/Makefile        Wed Apr 30 19:30:36 2008 +0000
+++ b/net/pear-Net_SMTP/Makefile        Wed Apr 30 19:32:34 2008 +0000
@@ -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@localhost
 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 -r 6f66dbe1297f -r 2f894f826238 net/pear-Net_SMTP/distinfo
--- a/net/pear-Net_SMTP/distinfo        Wed Apr 30 19:30:36 2008 +0000
+++ b/net/pear-Net_SMTP/distinfo        Wed Apr 30 19:32:34 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index