svn commit: r409172 - head/deskutils/sugarcrm

Martin Wilke miwi at FreeBSD.org
Fri Feb 19 12:30:17 UTC 2016


Author: miwi
Date: Fri Feb 19 12:30:15 2016
New Revision: 409172
URL: https://svnweb.freebsd.org/changeset/ports/409172

Log:
  - Switch to mysqli support

Modified:
  head/deskutils/sugarcrm/Makefile

Modified: head/deskutils/sugarcrm/Makefile
==============================================================================
--- head/deskutils/sugarcrm/Makefile	Fri Feb 19 12:29:43 2016	(r409171)
+++ head/deskutils/sugarcrm/Makefile	Fri Feb 19 12:30:15 2016	(r409172)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sugarcrm
 PORTVERSION=	6.5.22
+PORTREVISION=	1
 CATEGORIES=	deskutils www
 MASTER_SITES=	SF/${PORTNAME}/1%20-%20SugarCRM%206.5.X/SugarCommunityEdition-6.5.X
 DISTNAME=	SugarCE-${PORTVERSION}
@@ -11,7 +12,7 @@ MAINTAINER=	wen at FreeBSD.org
 COMMENT=	Web based customer relationship management suite
 
 USES=		zip
-USE_PHP=	gd mysql session pcre xml zlib mbstring curl imap spl posix \
+USE_PHP=	gd mysqli session pcre xml zlib mbstring curl imap spl posix \
 		json ctype zip tokenizer
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/SugarCE-Full-${PORTVERSION}


More information about the svn-ports-all mailing list