Date: Fri, 24 May 2019 12:49:22 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502466 - head/www/phprecipebook Message-ID: <201905241249.x4OCnMw8062021@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri May 24 12:49:22 2019 New Revision: 502466 URL: https://svnweb.freebsd.org/changeset/ports/502466 Log: www/phprecipebook: Remove broken MYSQL option PHP 5.6 is gone and USE_PHP=mysql is no longer supported. PR: 235942 Modified: head/www/phprecipebook/Makefile Modified: head/www/phprecipebook/Makefile ============================================================================== --- head/www/phprecipebook/Makefile Fri May 24 12:47:17 2019 (r502465) +++ head/www/phprecipebook/Makefile Fri May 24 12:49:22 2019 (r502466) @@ -21,12 +21,9 @@ SUB_FILES= pkg-message PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= MYSQL PGSQL +OPTIONS_SINGLE_BACKEND= PGSQL OPTIONS_DEFAULT= PGSQL -MYSQL_USE= PHP=mysql -MYSQL_USES= mysql -MYSQL_VARS= IGNORE_WITH_PHP+="71 72 73" PGSQL_USE= PHP=pgsql PGSQL_USES= pgsql
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905241249.x4OCnMw8062021>