diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-12 03:13:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-12 03:13:39 +0800 |
commit | a66774bb9e85f52433cfac697b7230c59715705c (patch) | |
tree | d3bf08b65a999497bb4070035fd45160d710eee1 | |
parent | b885006e8951a44234b5f3b563a49b652eb166ff (diff) | |
download | freebsd-ports-gnome-a66774bb9e85f52433cfac697b7230c59715705c.tar.gz freebsd-ports-gnome-a66774bb9e85f52433cfac697b7230c59715705c.tar.zst freebsd-ports-gnome-a66774bb9e85f52433cfac697b7230c59715705c.zip |
Update to 3.0.5
- While I'm here:
- Respect LOCALBASE
- Use USES=localbase
Changes: https://pecl.php.net/package-changelog.php?package=yaf
PR: 220635
Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
-rw-r--r-- | www/pecl-yaf/Makefile | 8 | ||||
-rw-r--r-- | www/pecl-yaf/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/www/pecl-yaf/Makefile b/www/pecl-yaf/Makefile index 69bbe5fb98a1..fe97a11156c0 100644 --- a/www/pecl-yaf/Makefile +++ b/www/pecl-yaf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaf -PORTVERSION= 3.0.4 +PORTVERSION= 3.0.5 CATEGORIES= www MAINTAINER= johnpupu@gmail.com @@ -12,10 +12,8 @@ LICENSE= PHP301 LIB_DEPENDS= libpcre.so:devel/pcre -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config - -USES= php:pecl +CONFIGURE_ARGS= --with-php-config=${LOCALBASE}/bin/php-config +USES= localbase php:pecl IGNORE_WITH_PHP=56 .include <bsd.port.mk> diff --git a/www/pecl-yaf/distinfo b/www/pecl-yaf/distinfo index 1c87457034bf..cd9e4ead77db 100644 --- a/www/pecl-yaf/distinfo +++ b/www/pecl-yaf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1486741580 -SHA256 (PECL/yaf-3.0.4.tgz) = 533129198f003752665199c1885932c0fec1c60a301d4716ff270217fa07f858 -SIZE (PECL/yaf-3.0.4.tgz) = 96359 +TIMESTAMP = 1499788970 +SHA256 (PECL/yaf-3.0.5.tgz) = 89476baa99b6350f3d26eb22f161fbfbe79bf0bace28d00776f9d719ce88a44e +SIZE (PECL/yaf-3.0.5.tgz) = 96790 |