From owner-svn-ports-head@freebsd.org Sun Oct 18 23:31:16 2015 Return-Path: Delivered-To: svn-ports-head@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 DCB56A18769; Sun, 18 Oct 2015 23:31:16 +0000 (UTC) (envelope-from swills@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 A8B48391; Sun, 18 Oct 2015 23:31:16 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9INVFRP048971; Sun, 18 Oct 2015 23:31:15 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9INVFkB048970; Sun, 18 Oct 2015 23:31:15 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201510182331.t9INVFkB048970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 18 Oct 2015 23:31:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399629 - head/sysutils/loganalyzer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2015 23:31:17 -0000 Author: swills Date: Sun Oct 18 23:31:15 2015 New Revision: 399629 URL: https://svnweb.freebsd.org/changeset/ports/399629 Log: sysutils/logalyzer: fix typo from r340091 Modified: head/sysutils/loganalyzer/Makefile Modified: head/sysutils/loganalyzer/Makefile ============================================================================== --- head/sysutils/loganalyzer/Makefile Sun Oct 18 21:19:46 2015 (r399628) +++ head/sysutils/loganalyzer/Makefile Sun Oct 18 23:31:15 2015 (r399629) @@ -35,7 +35,7 @@ DEFAULT_PHP_VER=5 PHP_MYSQL_USE= php=mysql PDO_DBLIB_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_dblib.so:${PORTSDIR}/databases/php5-pdo_dblib PDO_FIREBIRD_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_firebird.so:${PORTSDIR}/databases/php5-pdo_firebird -PDO_MYSQL_USE= php=pgo_mysql +PDO_MYSQL_USE= php=pdo_mysql PDO_ODBC_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:${PORTSDIR}/databases/php5-pdo_odbc PDO_PGSQL_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/databases/php5-pdo_pgsql PDO_SQLITE_USE= php=pdo_sqlite