diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-10 15:08:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-10 15:08:47 +0000 |
commit | 3fc575d9f3970c4b3d271c59b1f318d32b624b71 (patch) | |
tree | 212f770d5d8c3c8a98b9570bf5bec70ebbbd94af /www/pecl-http | |
parent | 2c5242ce188ffc61ed37118b2f79a41a85420bda (diff) | |
download | ports-3fc575d9f3970c4b3d271c59b1f318d32b624b71.tar.gz ports-3fc575d9f3970c4b3d271c59b1f318d32b624b71.zip |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281
Notes
Notes:
svn path=/head/; revision=438175
Diffstat (limited to 'www/pecl-http')
-rw-r--r-- | www/pecl-http/Makefile | 4 | ||||
-rw-r--r-- | www/pecl-http/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index a31dbe972e20..43bd13a6b681 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -4,8 +4,6 @@ PORTNAME= http PORTVERSION= 3.1.0 CATEGORIES= www -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- DISTNAME= pecl_${PORTNAME}-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org @@ -25,7 +23,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ BROKEN_powerpc64= Does not build IGNORE_WITH_PHP= 56 -USES= php:ext tar:tgz +USES= php:pecl USE_PHP= zlib:build CONFLICTS= pecl-http[12]* diff --git a/www/pecl-http/distinfo b/www/pecl-http/distinfo index 406aff1ec3a6..89186e9eed20 100644 --- a/www/pecl-http/distinfo +++ b/www/pecl-http/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487964365 -SHA256 (pecl_http-3.1.0.tgz) = e3de67b156e7d5f6c2e5eb1e2b5f0acceb7004f1260d68c9f8b2c0f9629aabf0 -SIZE (pecl_http-3.1.0.tgz) = 214166 +TIMESTAMP = 1491395894 +SHA256 (PECL/pecl_http-3.1.0.tgz) = e3de67b156e7d5f6c2e5eb1e2b5f0acceb7004f1260d68c9f8b2c0f9629aabf0 +SIZE (PECL/pecl_http-3.1.0.tgz) = 214166 |