Date: Mon, 7 Nov 2016 04:28:15 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425593 - head/www/yourls Message-ID: <201611070428.uA74SF8R034462@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Nov 7 04:28:14 2016 New Revision: 425593 URL: https://svnweb.freebsd.org/changeset/ports/425593 Log: www/yourls: unbreak with lang/php70 to fix #56 Unknown extension mysql for PHP 70. PR: 214211 Submitted by: @zilon84 (via GitHub) Modified: head/www/yourls/Makefile (contents, props changed) Modified: head/www/yourls/Makefile ============================================================================== --- head/www/yourls/Makefile Mon Nov 7 03:09:07 2016 (r425592) +++ head/www/yourls/Makefile Mon Nov 7 04:28:14 2016 (r425593) @@ -3,6 +3,7 @@ PORTNAME= yourls PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= ports@FreeBSD.org @@ -19,7 +20,7 @@ NO_BUILD= yes NO_ARCH= yes USES= cpe -USE_PHP= bcmath curl json mysql pcre xml +USE_PHP= bcmath curl json mysqli pcre xml SUB_LIST+= PKGNAME=${PKGNAME} SUB_FILES+= pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611070428.uA74SF8R034462>