diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-01-13 11:02:04 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-01-13 11:02:04 +0800 |
commit | 1f2fd5165b445f2b5021cabe4e643f47f8da5745 (patch) | |
tree | 95710d0e69354361a57069c17fb0922a19a14067 /www | |
parent | efe2d899f69da17ce819e5cd19c794ae370a7e39 (diff) | |
download | freebsd-ports-gnome-1f2fd5165b445f2b5021cabe4e643f47f8da5745.tar.gz freebsd-ports-gnome-1f2fd5165b445f2b5021cabe4e643f47f8da5745.tar.zst freebsd-ports-gnome-1f2fd5165b445f2b5021cabe4e643f47f8da5745.zip |
Upgrade to 2.1.4.
Diffstat (limited to 'www')
-rw-r--r-- | www/pecl-http/Makefile | 12 | ||||
-rw-r--r-- | www/pecl-http/distinfo | 4 |
2 files changed, 11 insertions, 5 deletions
diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index ab2d85ee2efd..fc18b9c5a498 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -2,21 +2,27 @@ # $FreeBSD$ PORTNAME= http -PORTVERSION= 1.7.6 +PORTVERSION= 2.1.4 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DISTNAME= pecl_${PORTNAME}-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Extended HTTP Support +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:${PORTSDIR}/devel/pecl-raphf \ + ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:${PORTSDIR}/devel/pecl-propro +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:${PORTSDIR}/devel/pecl-raphf \ + ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:${PORTSDIR}/devel/pecl-propro LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 56 CONFIGURE_ARGS+= --with-http-curl-requests \ --with-http-zlib-compression \ diff --git a/www/pecl-http/distinfo b/www/pecl-http/distinfo index 4e252126e53e..6250ad602633 100644 --- a/www/pecl-http/distinfo +++ b/www/pecl-http/distinfo @@ -1,2 +1,2 @@ -SHA256 (pecl_http-1.7.6.tgz) = e87207a7dcd713bef0eb3701b552e0d173fbd73dbd52f9d3968851112e899983 -SIZE (pecl_http-1.7.6.tgz) = 174722 +SHA256 (pecl_http-2.1.4.tgz) = df484b616c3eaf52763075a2518230b6dea82dfb986614f4d70305bc0310eb97 +SIZE (pecl_http-2.1.4.tgz) = 159005 |