diff options
author | jhale <jhale@FreeBSD.org> | 2012-10-18 09:24:46 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-10-18 09:24:46 +0800 |
commit | 8761f1bc41819be033b9cabc65b948a0382ee6c2 (patch) | |
tree | c3644058a0c2a3f6abcd86a60ed0c1687152d2bd /www | |
parent | 8a7b138e588b674cbeace29972cdcebc15344054 (diff) | |
download | freebsd-ports-gnome-8761f1bc41819be033b9cabc65b948a0382ee6c2.tar.gz freebsd-ports-gnome-8761f1bc41819be033b9cabc65b948a0382ee6c2.tar.zst freebsd-ports-gnome-8761f1bc41819be033b9cabc65b948a0382ee6c2.zip |
- Update to 2.1.18
While here:
- Trim Makefile header
- Drop ABI version number from LIB_DEPENDS
PR: ports/170414
Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/pecl-yaf/Makefile | 10 | ||||
-rw-r--r-- | www/pecl-yaf/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/www/pecl-yaf/Makefile b/www/pecl-yaf/Makefile index 098a6eaaf1b1..3614d1cd0b90 100644 --- a/www/pecl-yaf/Makefile +++ b/www/pecl-yaf/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: php-yaf -# Date created: 13 May 2011 -# Whom: johnpupu <johnpupu@gmail.com> -# +# Created by: johnpupu <johnpupu@gmail.com> # $FreeBSD$ -# PORTNAME= yaf -PORTVERSION= 2.1.17 +PORTVERSION= 2.1.18 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -16,7 +12,7 @@ DIST_SUBDIR= PECL MAINTAINER= johnpupu@gmail.com COMMENT= Yaf is a php framework, the difference is yaf is a PHP Extension -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config diff --git a/www/pecl-yaf/distinfo b/www/pecl-yaf/distinfo index 230f9b9835fa..3e7e35ee6054 100644 --- a/www/pecl-yaf/distinfo +++ b/www/pecl-yaf/distinfo @@ -1,2 +1,2 @@ -SHA256 (PECL/yaf-2.1.17.tgz) = b0177d8ee0c69517a9f9a06622f45e3c06ad2c32a1d648541267890eaee38f70 -SIZE (PECL/yaf-2.1.17.tgz) = 82505 +SHA256 (PECL/yaf-2.1.18.tgz) = e4ab0fde812c58f3151633a7986d3e0401441b71fc0962fc058a7e9ddcb45f98 +SIZE (PECL/yaf-2.1.18.tgz) = 82647 |