diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-HTTP_Request/Makefile | 4 | ||||
-rw-r--r-- | www/pear-HTTP_Request/distinfo | 4 | ||||
-rw-r--r-- | www/pear-HTTP_Request/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/pear-HTTP_Request/Makefile b/www/pear-HTTP_Request/Makefile index b8e0d0873513..288b0ff3ca52 100644 --- a/www/pear-HTTP_Request/Makefile +++ b/www/pear-HTTP_Request/Makefile @@ -6,10 +6,10 @@ # PORTNAME= HTTP_Request -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= antonio@php.net COMMENT= PEAR classes providing an easy way to perform HTTP requests BUILD_DEPENDS= ${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL \ diff --git a/www/pear-HTTP_Request/distinfo b/www/pear-HTTP_Request/distinfo index 6dc069f70595..c8c4c5dcd303 100644 --- a/www/pear-HTTP_Request/distinfo +++ b/www/pear-HTTP_Request/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/HTTP_Request-1.2.3.tgz) = 2a73201b8d55f943447a5f9c2b61e35f -SIZE (PEAR/HTTP_Request-1.2.3.tgz) = 12823 +MD5 (PEAR/HTTP_Request-1.2.4.tgz) = 0dfacef0ab8e9ab5c3948c959180973c +SIZE (PEAR/HTTP_Request-1.2.4.tgz) = 13212 diff --git a/www/pear-HTTP_Request/pkg-descr b/www/pear-HTTP_Request/pkg-descr index d9ca15aca4c9..24fc5d05e4d7 100644 --- a/www/pear-HTTP_Request/pkg-descr +++ b/www/pear-HTTP_Request/pkg-descr @@ -1,4 +1,4 @@ Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy, -Proxy Authentication, SSL, redirection etc. +Proxy Authentication, SSL, file uploads etc. WWW: http://pear.php.net/package/HTTP_Request/ |