From owner-svn-ports-all@freebsd.org Wed Jan 25 18:58:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80C92CBCBBB; Wed, 25 Jan 2017 18:58:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F4DBB34; Wed, 25 Jan 2017 18:58:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0PIwFJm057481; Wed, 25 Jan 2017 18:58:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0PIwFei057480; Wed, 25 Jan 2017 18:58:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701251858.v0PIwFei057480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 25 Jan 2017 18:58:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432455 - head/www/zend-framework1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2017 18:58:16 -0000 Author: sunpoet Date: Wed Jan 25 18:58:15 2017 New Revision: 432455 URL: https://svnweb.freebsd.org/changeset/ports/432455 Log: Use USE_PHP=memcache instead of hard-coded databases/pecl-memcache - Add LICENSE_FILE - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/www/zend-framework1/Makefile Modified: head/www/zend-framework1/Makefile ============================================================================== --- head/www/zend-framework1/Makefile Wed Jan 25 18:58:10 2017 (r432454) +++ head/www/zend-framework1/Makefile Wed Jan 25 18:58:15 2017 (r432455) @@ -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