pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update pear-HTTP_Request to 1.2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0693e1a6d6bc
branches:  trunk
changeset: 484420:0693e1a6d6bc
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Nov 27 14:23:55 2004 +0000

description:
Update pear-HTTP_Request to 1.2.3.

Changes since 1.2 include many bugfixes and possibility to add misc. socket
options. Full list http://pear.php.net/package/HTTP_Request/download/.

Package requires Net_Socket>=1.0.2 and Net_URL>=1.0.12.

diffstat:

 doc/CHANGES                    |  3 ++-
 www/pear-HTTP_Request/Makefile |  9 ++++++---
 www/pear-HTTP_Request/distinfo |  6 +++---
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 16476164dbb4 -r 0693e1a6d6bc doc/CHANGES
--- a/doc/CHANGES       Sat Nov 27 14:22:40 2004 +0000
+++ b/doc/CHANGES       Sat Nov 27 14:23:55 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.8069 2004/11/27 14:22:40 magick Exp $
+$NetBSD: CHANGES,v 1.8070 2004/11/27 14:23:55 jdolecek Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -5506,3 +5506,4 @@
        Updated p5-Algorithm-Diff to 1.19.01 [he 2004-11-27]
        Updated p5-Algorithm-Merge to 0.05 [he 2004-11-27]
        Updated nxtvepg to 2.7.2 [magick 2004-11-27]
+       Updated pear-HTTP_Request to 1.2.3 [jdolecek 2004-11-27]
diff -r 16476164dbb4 -r 0693e1a6d6bc www/pear-HTTP_Request/Makefile
--- a/www/pear-HTTP_Request/Makefile    Sat Nov 27 14:22:40 2004 +0000
+++ b/www/pear-HTTP_Request/Makefile    Sat Nov 27 14:23:55 2004 +0000
@@ -1,12 +1,15 @@
-# $NetBSD: Makefile,v 1.2 2004/11/27 10:02:52 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/27 14:23:55 jdolecek Exp $
 
-DISTNAME=      HTTP_Request-1.2
+DISTNAME=      HTTP_Request-1.2.3
 #CATEGORIES+=  www
 
 MAINTAINER=    jdolecek%NetBSD.org@localhost
 COMMENT=       PHP classes to provides an easy way to perform HTTP requests
 
-DEPENDS+=      pear-Net_URL>=1.0:../../net/pear-Net_URL
+DEPENDS+=      pear-Net_URL>=1.0.12:../../net/pear-Net_URL
+
+# need Net_Socket 1.0.2 or later
+PEAR_NETSOCKET_VERSION_REQD=   1.0.2
 
 .include "../../net/pear-Net_Socket/buildlink3.mk"
 .include "../../lang/php/pear.mk"
diff -r 16476164dbb4 -r 0693e1a6d6bc www/pear-HTTP_Request/distinfo
--- a/www/pear-HTTP_Request/distinfo    Sat Nov 27 14:22:40 2004 +0000
+++ b/www/pear-HTTP_Request/distinfo    Sat Nov 27 14:23:55 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/11/27 13:33:52 jdolecek Exp $
+$NetBSD: distinfo,v 1.3 2004/11/27 14:23:55 jdolecek Exp $
 
-SHA1 (pear/HTTP_Request-1.2.tgz) = 9cffc219a05e606091988c6278d5293196a764e5
-Size (pear/HTTP_Request-1.2.tgz) = 11856 bytes
+SHA1 (pear/HTTP_Request-1.2.3.tgz) = 7138699d7da3e2ceacbbc1e6634f8f4bdbdf9f73
+Size (pear/HTTP_Request-1.2.3.tgz) = 12823 bytes



Home | Main Index | Thread Index | Old Index