diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-10 23:08:47 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-10 23:08:47 +0800 |
commit | 3fc575d9f3970c4b3d271c59b1f318d32b624b71 (patch) | |
tree | 212f770d5d8c3c8a98b9570bf5bec70ebbbd94af /net-im/pecl-stomp | |
parent | 2c5242ce188ffc61ed37118b2f79a41a85420bda (diff) | |
download | freebsd-ports-gnome-3fc575d9f3970c4b3d271c59b1f318d32b624b71.tar.gz freebsd-ports-gnome-3fc575d9f3970c4b3d271c59b1f318d32b624b71.tar.zst freebsd-ports-gnome-3fc575d9f3970c4b3d271c59b1f318d32b624b71.zip |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281
Diffstat (limited to 'net-im/pecl-stomp')
-rw-r--r-- | net-im/pecl-stomp/Makefile | 4 | ||||
-rw-r--r-- | net-im/pecl-stomp/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net-im/pecl-stomp/Makefile b/net-im/pecl-stomp/Makefile index 6eeabfef53a7..c52cbdb06c8e 100644 --- a/net-im/pecl-stomp/Makefile +++ b/net-im/pecl-stomp/Makefile @@ -5,8 +5,6 @@ PORTNAME= stomp PORTVERSION= 1.0.9 PORTREVISION= 1 CATEGORIES= net-im pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- MAINTAINER= dbaio@bsd.com.br COMMENT= PECL extension of stomp client @@ -16,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* -USES= php:ext tar:tgz +USES= php:pecl IGNORE_WITH_PHP= 70 71 .include <bsd.port.mk> diff --git a/net-im/pecl-stomp/distinfo b/net-im/pecl-stomp/distinfo index 90f1d1d857ea..eb76b43adcf5 100644 --- a/net-im/pecl-stomp/distinfo +++ b/net-im/pecl-stomp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475962921 -SHA256 (stomp-1.0.9.tgz) = 7a7d748c6327ef8c6853dcadaedd41b4366ff821b401b11fab7b915cb5246575 -SIZE (stomp-1.0.9.tgz) = 23166 +TIMESTAMP = 1491395893 +SHA256 (PECL/stomp-1.0.9.tgz) = 7a7d748c6327ef8c6853dcadaedd41b4366ff821b401b11fab7b915cb5246575 +SIZE (PECL/stomp-1.0.9.tgz) = 23166 |