svn commit: r434041 - in head/www: . pecl-yaf2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Feb 13 19:03:03 UTC 2017
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 at 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 at 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>
More information about the svn-ports-head
mailing list