Date: Fri, 27 Sep 2013 01:42:40 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328423 - head/www/owncloud Message-ID: <201309270142.r8R1gehq018701@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Fri Sep 27 01:42:40 2013 New Revision: 328423 URL: http://svnweb.freebsd.org/changeset/ports/328423 Log: www/owncloud: add openssl PHP extension - Add openssl PHP extension, required for encryption app Approved by: maintainer (via email) Modified: head/www/owncloud/Makefile Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Thu Sep 26 22:21:20 2013 (r328422) +++ head/www/owncloud/Makefile Fri Sep 27 01:42:40 2013 (r328423) @@ -15,8 +15,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PHP= ctype curl dom fileinfo filter gd hash iconv json mbstring \ - mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3 xml \ - wddx zip zlib + mysql openssl pdo pdo_mysql pdo_sqlite session simplexml \ + sqlite3 xml wddx zip zlib WANT_PHP_WEB= yes DEFAULT_PHP_VER=5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309270142.r8R1gehq018701>