diff --git a/www/pear-HTTP_Header/Makefile b/www/pear-HTTP_Header/Makefile index 8fdcd30876ca..292034a06af0 100644 --- a/www/pear-HTTP_Header/Makefile +++ b/www/pear-HTTP_Header/Makefile @@ -6,11 +6,11 @@ # PORTNAME= HTTP_Header -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= www devel pear -MAINTAINER= ports@FreeBSD.org -COMMENT= PEAR OO-Interface to modify HTTP-Headers easily +MAINTAINER= antonio@php.net +COMMENT= PEAR OO interface to modify and handle HTTP headers and status codes BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/www/pear-HTTP_Header/distinfo b/www/pear-HTTP_Header/distinfo index 4a2562839c8c..44cf23175192 100644 --- a/www/pear-HTTP_Header/distinfo +++ b/www/pear-HTTP_Header/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/HTTP_Header-1.1.0.tgz) = 5aba41157f1c63d2c84c3660c9221d17 -SIZE (PEAR/HTTP_Header-1.1.0.tgz) = 8929 +MD5 (PEAR/HTTP_Header-1.1.1.tgz) = fb12d419ac03a5f741fbaa60a1d614a0 +SIZE (PEAR/HTTP_Header-1.1.1.tgz) = 9483 diff --git a/www/pear-HTTP_Header/pkg-descr b/www/pear-HTTP_Header/pkg-descr index 9499d4719941..7bef19fc56d5 100644 --- a/www/pear-HTTP_Header/pkg-descr +++ b/www/pear-HTTP_Header/pkg-descr @@ -1,5 +1,5 @@ -This class provides methods to set/modify HTTP-Headers. -To abstract common things, like caching etc. some sub classes are -provided that handle special cases (i.e. HTTP_Header_Cache). +This class provides methods to set/modify HTTP headers +and status codes including an HTTP caching facility. +It also provides methods for checking Status types. WWW: http://pear.php.net/package/HTTP_Header/