svn commit: r409715 - head/finance/prestashop
Martin Wilke
miwi at FreeBSD.org
Sun Feb 28 06:48:27 UTC 2016
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
More information about the svn-ports-head
mailing list