diff options
author | thierry <thierry@FreeBSD.org> | 2004-11-11 22:56:33 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-11-11 22:56:33 +0800 |
commit | 377504f7efa2b567ec942c3ce5679beb3cb02be7 (patch) | |
tree | 77b53b2daf07e4f58647c621514294490dcf2d69 /www | |
parent | febcff07c2fe836ff8fcda933ade05ea2344b263 (diff) | |
download | freebsd-ports-gnome-377504f7efa2b567ec942c3ce5679beb3cb02be7.tar.gz freebsd-ports-gnome-377504f7efa2b567ec942c3ce5679beb3cb02be7.tar.zst freebsd-ports-gnome-377504f7efa2b567ec942c3ce5679beb3cb02be7.zip |
- Upgrade to to 1.3.3;
- Take maintainership.
PR: ports/71556
Submitted by: Antônio Carlos Venâncio Júnior.
Diffstat (limited to 'www')
-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/ |