From owner-svn-ports-all@FreeBSD.ORG Wed Oct 10 11:47:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CB22401; Wed, 10 Oct 2012 11:47:33 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 656C88FC18; Wed, 10 Oct 2012 11:47:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9ABlXEU019979; Wed, 10 Oct 2012 11:47:33 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9ABlXx5019977; Wed, 10 Oct 2012 11:47:33 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201210101147.q9ABlXx5019977@svn.freebsd.org> From: Florian Smeets Date: Wed, 10 Oct 2012 11:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305643 - head/lang/php53 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.14 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, 10 Oct 2012 11:47:33 -0000 X-List-Received-Date: Wed, 10 Oct 2012 11:47:33 -0000 Author: flo Date: Wed Oct 10 11:47:32 2012 New Revision: 305643 URL: http://svn.freebsd.org/changeset/ports/305643 Log: remove trainling " from MYSQLND_DESC Submitted by: Riccardo Torrini Modified: head/lang/php53/Makefile.ext Modified: head/lang/php53/Makefile.ext ============================================================================== --- head/lang/php53/Makefile.ext Wed Oct 10 11:42:04 2012 (r305642) +++ head/lang/php53/Makefile.ext Wed Oct 10 11:47:32 2012 (r305643) @@ -191,14 +191,14 @@ CONFIGURE_ARGS+=--with-mssql=${LOCALBASE OPTIONS_DEFINE= MYSQLND OPTIONS_DEFAULT= MYSQLND -MYSQLND_DESC= Use MySQL Native Driver" +MYSQLND_DESC= Use MySQL Native Driver .endif .if ${PHP_MODNAME} == "mysqli" OPTIONS_DEFINE= MYSQLND OPTIONS_DEFAULT= MYSQLND -MYSQLND_DESC= Use MySQL Native Driver" +MYSQLND_DESC= Use MySQL Native Driver .endif .if ${PHP_MODNAME} == "odbc"