View | Details | Raw Unified | Return to bug 75753
Collapse All | Expand All

(-)pear-HTTP_Request/Makefile (-2 / +2 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	HTTP_Request
8
PORTNAME=	HTTP_Request
9
PORTVERSION=	1.2.3
9
PORTVERSION=	1.2.4
10
CATEGORIES=	www pear
10
CATEGORIES=	www pear
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	antonio@php.net
13
COMMENT=	PEAR classes providing an easy way to perform HTTP requests
13
COMMENT=	PEAR classes providing an easy way to perform HTTP requests
14
14
15
BUILD_DEPENDS=	${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL		\
15
BUILD_DEPENDS=	${PEARDIR}/Net/URL.php:${PORTSDIR}/net/pear-Net_URL		\
(-)pear-HTTP_Request/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/HTTP_Request-1.2.3.tgz) = 2a73201b8d55f943447a5f9c2b61e35f
1
MD5 (PEAR/HTTP_Request-1.2.4.tgz) = 0dfacef0ab8e9ab5c3948c959180973c
2
SIZE (PEAR/HTTP_Request-1.2.3.tgz) = 12823
2
SIZE (PEAR/HTTP_Request-1.2.4.tgz) = 13212
(-)pear-HTTP_Request/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy,
1
Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy,
2
Proxy Authentication, SSL, redirection etc.
2
Proxy Authentication, SSL, file uploads etc.
3
3
4
WWW: http://pear.php.net/package/HTTP_Request/
4
WWW: http://pear.php.net/package/HTTP_Request/

Return to bug 75753