svn commit: r374652 - head/deskutils/sugarcrm

Wen Heping wen at FreeBSD.org
Sat Dec 13 11:35:25 UTC 2014


Author: wen
Date: Sat Dec 13 11:35:24 2014
New Revision: 374652
URL: https://svnweb.freebsd.org/changeset/ports/374652
QAT: https://qat.redports.org/buildarchive/r374652/

Log:
  - Add missing DEPENDS
  
  PR:		195770
  Submitted by:	basil at vpm.net.ua

Modified:
  head/deskutils/sugarcrm/Makefile

Modified: head/deskutils/sugarcrm/Makefile
==============================================================================
--- head/deskutils/sugarcrm/Makefile	Sat Dec 13 10:50:37 2014	(r374651)
+++ head/deskutils/sugarcrm/Makefile	Sat Dec 13 11:35:24 2014	(r374652)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sugarcrm
 PORTVERSION=	6.5.18
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils www
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME}/1%20-%20SugarCRM%206.5.X/SugarCommunityEdition-6.5.X
@@ -14,7 +14,7 @@ COMMENT=	Web based customer relationship
 
 USES=		zip
 USE_PHP=	gd mysql session pcre xml zlib mbstring curl imap spl posix \
-		json ctype zip
+		json ctype zip tokenizer
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/SugarCE-Full-${PORTVERSION}
 


More information about the svn-ports-head mailing list