Sat Feb 6 15:58:19 2010 UTC ()
Update pear-Net_SMTP from 1.0.8 to 1.0.9

- Fix variable name in setWriteBuffer() (PEAR Bug #11039)
- Use %d for ints (PEAR Bug #11202)
- Fix passing context to socket for both PHP 4 and PHP 5
- Catch errors from fsockopen() that happen before the socket is actually
  opened (Jan Scheider, jan@horde.org)
- Restore the original track_errors setting
- Silence unsilenced fwrite call
- Update PHPDoc


(taca)
diff -r1.10 -r1.11 pkgsrc/net/pear-Net_Socket/Makefile
diff -r1.4 -r1.5 pkgsrc/net/pear-Net_Socket/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/net/pear-Net_Socket/Makefile (expand / switch to unified diff)

--- pkgsrc/net/pear-Net_Socket/Makefile 2008/06/12 02:14:41 1.10
+++ pkgsrc/net/pear-Net_Socket/Makefile 2010/02/06 15:58:19 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:41 joerg Exp $ 1# $NetBSD: Makefile,v 1.11 2010/02/06 15:58:19 taca Exp $
2 2
3DISTNAME= Net_Socket-1.0.8 3DISTNAME= Net_Socket-1.0.9
4CATEGORIES+= net 4CATEGORIES+= net
5 5
6MAINTAINER= jdolecek@NetBSD.org 6MAINTAINER= jdolecek@NetBSD.org
7COMMENT= PHP classes to provide Network Socket Interface 7COMMENT= PHP classes to provide Network Socket Interface
8 8
9PKG_DESTDIR_SUPPORT= user-destdir 9PKG_DESTDIR_SUPPORT= user-destdir
10 10
11CONFLICTS= php-pear-Net_Socket-[0-9]* 11CONFLICTS= php-pear-Net_Socket-[0-9]*
12 12
13.include "../../lang/php/pear.mk" 13.include "../../lang/php/pear.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/net/pear-Net_Socket/distinfo (expand / switch to unified diff)

--- pkgsrc/net/pear-Net_Socket/distinfo 2008/04/30 19:30:24 1.4
+++ pkgsrc/net/pear-Net_Socket/distinfo 2010/02/06 15:58:19 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2008/04/30 19:30:24 adrianp Exp $ 1$NetBSD: distinfo,v 1.5 2010/02/06 15:58:19 taca Exp $
2 2
3SHA1 (pear/Net_Socket-1.0.8.tgz) = b4af392f42c7bccebfede098e3fca02ea5d7ab7d 3SHA1 (pear/Net_Socket-1.0.9.tgz) = 97235034b2599f7a91d0bc64e926581d102c4419
4RMD160 (pear/Net_Socket-1.0.8.tgz) = 81dce9fab665e9daf337ffbc3c31650146ef4e63 4RMD160 (pear/Net_Socket-1.0.9.tgz) = fbcee101ffbf30b6d770b49204ab21cbb8d88df3
5Size (pear/Net_Socket-1.0.8.tgz) = 5441 bytes 5Size (pear/Net_Socket-1.0.9.tgz) = 5173 bytes