summaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Request
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-11-27 14:23:55 +0000
committerjdolecek <jdolecek>2004-11-27 14:23:55 +0000
commit29dfb31154314f98e1f77e77cc625fc0ac28afd0 (patch)
tree6dc40534eb7530b6904649f68461ac2efc9ba3d9 /www/pear-HTTP_Request
parente1557b3cf75ec3c51e1f9a581d0510af1f132379 (diff)
downloadpkgsrc-29dfb31154314f98e1f77e77cc625fc0ac28afd0.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.
Diffstat (limited to 'www/pear-HTTP_Request')
-rw-r--r--www/pear-HTTP_Request/Makefile9
-rw-r--r--www/pear-HTTP_Request/distinfo6
2 files changed, 9 insertions, 6 deletions
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