1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Upgrade to to 1.3.3;

- Take maintainership.

PR:		ports/71556
Submitted by:	Antônio Carlos Venâncio Júnior.
This commit is contained in:
Thierry Thomas 2004-11-11 14:56:33 +00:00
parent 46e38e591e
commit 27000d50f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121383
3 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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/