Date: Mon, 13 Feb 2017 19:03:01 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434041 - in head/www: . pecl-yaf2 Message-ID: <201702131903.v1DJ31Qu000548@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Feb 13 19:03:01 2017 New Revision: 434041 URL: https://svnweb.freebsd.org/changeset/ports/434041 Log: Add pecl-yaf2 (copied from pecl-yaf r433543) PR: 217032 Submitted by: John Chen <johnpupu@gmail.com> (maintainer) Added: head/www/pecl-yaf2/ - copied from r433543, head/www/pecl-yaf/ Modified: head/www/Makefile head/www/pecl-yaf2/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Feb 13 19:02:46 2017 (r434040) +++ head/www/Makefile Mon Feb 13 19:03:01 2017 (r434041) @@ -1455,6 +1455,7 @@ SUBDIR += pecl-swish SUBDIR += pecl-twig SUBDIR += pecl-yaf + SUBDIR += pecl-yaf2 SUBDIR += pecl-yar SUBDIR += perlbal SUBDIR += pglogd Modified: head/www/pecl-yaf2/Makefile ============================================================================== --- head/www/pecl-yaf/Makefile Tue Feb 7 12:14:34 2017 (r433543) +++ head/www/pecl-yaf2/Makefile Mon Feb 13 19:03:01 2017 (r434041) @@ -3,10 +3,10 @@ PORTNAME= yaf PORTVERSION= 2.3.5 -PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- +PKGNAMESUFFIX= 2 DIST_SUBDIR= PECL MAINTAINER= johnpupu@gmail.com @@ -16,10 +16,9 @@ LICENSE= PHP301 LIB_DEPENDS= libpcre.so:devel/pcre -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config +PORTSCOUT= limit:^2\. -USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 71 +USES= localbase php:ext tar:tgz +IGNORE_WITH_PHP=70 71 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702131903.v1DJ31Qu000548>