Date: Sun, 28 Feb 2016 06:48:26 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409715 - head/finance/prestashop Message-ID: <201602280648.u1S6mQvU010587@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Feb 28 06:48:26 2016 New Revision: 409715 URL: https://svnweb.freebsd.org/changeset/ports/409715 Log: - Switch to mysqli support Modified: head/finance/prestashop/Makefile Modified: head/finance/prestashop/Makefile ============================================================================== --- head/finance/prestashop/Makefile Sun Feb 28 06:46:23 2016 (r409714) +++ head/finance/prestashop/Makefile Sun Feb 28 06:48:26 2016 (r409715) @@ -3,6 +3,7 @@ PORTNAME= prestashop PORTVERSION= 1.6.1.4 +PORTREVISION= 1 CATEGORIES= finance www MASTER_SITES= http://www.prestashop.com/download/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,7 +15,7 @@ USES= cpe zip NO_BUILD= yes PRESTADIR= www/${PORTNAME} PLIST= ${WRKDIR}/plist -USE_PHP= dom gd mysql +USE_PHP= dom gd mysqli WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602280648.u1S6mQvU010587>