Date: Mon, 30 Jan 2017 22:02:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r432886 - branches/2017Q1/www/zend-framework1 Message-ID: <201701302202.v0UM2CMd093615@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jan 30 22:02:12 2017 New Revision: 432886 URL: https://svnweb.freebsd.org/changeset/ports/432886 Log: MFH: r432455 Use USE_PHP=memcache instead of hard-coded databases/pecl-memcache - Add LICENSE_FILE - Add NO_ARCH Approved by: portmgr (blanket) Approved by: ports-secteam (feld) Modified: branches/2017Q1/www/zend-framework1/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/www/zend-framework1/Makefile ============================================================================== --- branches/2017Q1/www/zend-framework1/Makefile Mon Jan 30 21:49:48 2017 (r432885) +++ branches/2017Q1/www/zend-framework1/Makefile Mon Jan 30 22:02:12 2017 (r432886) @@ -11,7 +11,9 @@ MAINTAINER= wg@FreeBSD.org COMMENT= Framework for developing PHP web applications LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +NO_ARCH= yes NO_BUILD= yes USE_PHP= spl WANT_PHP_WEB= yes @@ -52,12 +54,11 @@ INSTALL_DIRS= library extras/library ext # for a table of what PHP extensions are required for what ZF classes. .if ${PORT_OPTIONS:MREQPHP} -USE_PHP+= ctype curl dom gd hash iconv mbstring ldap mcrypt \ +USE_PHP+= ctype curl dom gd hash iconv mbstring ldap mcrypt memcache \ opcache pcre pdo session simplexml soap sqlite3 \ wddx xml zlib -RUN_DEPENDS+= pecl-memcache>=0:databases/pecl-memcache \ - pecl-memcached>=0:databases/pecl-memcached +RUN_DEPENDS+= pecl-memcached>=0:databases/pecl-memcached .endif .if ${PORT_OPTIONS:MOPTPHP} USE_PHP+= bcmath bitset json posix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701302202.v0UM2CMd093615>