diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-27 14:23:55 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-27 14:23:55 +0000 |
commit | bd8febfed09a1c269c43d04dfa28846ac4947d81 (patch) | |
tree | 6dc40534eb7530b6904649f68461ac2efc9ba3d9 | |
parent | 349e625fc6c711746ccf5430dd006a1fafdceec4 (diff) | |
download | pkgsrc-bd8febfed09a1c269c43d04dfa28846ac4947d81.tar.gz |
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.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | www/pear-HTTP_Request/Makefile | 9 | ||||
-rw-r--r-- | www/pear-HTTP_Request/distinfo | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index c66f03ad4ef..7c0e6e24b91 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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 @@ Changes to the packages collection and infrastructure in 2004: 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 --git a/www/pear-HTTP_Request/Makefile b/www/pear-HTTP_Request/Makefile index 7c2d64432ae..33ab46f05bc 100644 --- a/www/pear-HTTP_Request/Makefile +++ b/www/pear-HTTP_Request/Makefile @@ -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 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 --git a/www/pear-HTTP_Request/distinfo b/www/pear-HTTP_Request/distinfo index eece04a960a..fa51ef820aa 100644 --- a/www/pear-HTTP_Request/distinfo +++ b/www/pear-HTTP_Request/distinfo @@ -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 |