diff options
-rw-r--r-- | www/pear-HTTP/Makefile | 4 | ||||
-rw-r--r-- | www/pear-HTTP/distinfo | 4 | ||||
-rw-r--r-- | www/pear-HTTP/pkg-descr | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/www/pear-HTTP/Makefile b/www/pear-HTTP/Makefile index 48880fa5c20a..96308f9c4aa3 100644 --- a/www/pear-HTTP/Makefile +++ b/www/pear-HTTP/Makefile @@ -6,10 +6,10 @@ # PORTNAME= HTTP -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.3 CATEGORIES= www devel pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= antonio@php.net COMMENT= PEAR miscellaneous HTTP utilities BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR diff --git a/www/pear-HTTP/distinfo b/www/pear-HTTP/distinfo index 1da583f8c586..840347c71a5b 100644 --- a/www/pear-HTTP/distinfo +++ b/www/pear-HTTP/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/HTTP-1.3.1.tgz) = a46283300f39153d75fd970f3b0e706e -SIZE (PEAR/HTTP-1.3.1.tgz) = 4242 +MD5 (PEAR/HTTP-1.3.3.tgz) = d223e8065322a9678051183f1b42ad00 +SIZE (PEAR/HTTP-1.3.3.tgz) = 4574 diff --git a/www/pear-HTTP/pkg-descr b/www/pear-HTTP/pkg-descr index 97a067f1b078..4ce1dd7ce840 100644 --- a/www/pear-HTTP/pkg-descr +++ b/www/pear-HTTP/pkg-descr @@ -1,4 +1,5 @@ -The HTTP class is a class with static methods for doing miscellaneous -HTTP-related stuff like date formatting or language negotiation. +The HTTP class is a class with static methods for doing +miscellaneous HTTP related stuff like date formatting, +language negotiation or HTTP redirection. WWW: http://pear.php.net/package/HTTP/ |