svn commit: r409716 - head/finance/weberp

Martin Wilke miwi at FreeBSD.org
Sun Feb 28 06:50:45 UTC 2016


Author: miwi
Date: Sun Feb 28 06:50:43 2016
New Revision: 409716
URL: https://svnweb.freebsd.org/changeset/ports/409716

Log:
  - Switch mysqli support

Modified:
  head/finance/weberp/Makefile

Modified: head/finance/weberp/Makefile
==============================================================================
--- head/finance/weberp/Makefile	Sun Feb 28 06:48:26 2016	(r409715)
+++ head/finance/weberp/Makefile	Sun Feb 28 06:50:43 2016	(r409716)
@@ -3,7 +3,7 @@
 
 PORTNAME=	weberp
 PORTVERSION=	4.12.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	finance www
 MASTER_SITES=	SF/web-erp/
 DISTNAME=	webERP_${PORTVERSION}
@@ -17,7 +17,7 @@ PORTSCOUT=	skipv:3.12
 
 USES=		gettext shebangfix zip
 SHEBANG_FILES=	report_runner.php
-USE_PHP=	mysql gettext
+USE_PHP=	mysqli gettext
 WRKSRC=		${WRKDIR}/webERP
 
 NO_BUILD=	yes


More information about the svn-ports-all mailing list