svn commit: r410742 - head/www/opencart

Wen Heping wen at FreeBSD.org
Thu Mar 10 08:11:07 UTC 2016


Author: wen
Date: Thu Mar 10 08:11:05 2016
New Revision: 410742
URL: https://svnweb.freebsd.org/changeset/ports/410742

Log:
  - Add missing depends
  
  PR:		207841
  Spotted by:	admin at vladiom.com.ua

Modified:
  head/www/opencart/Makefile

Modified: head/www/opencart/Makefile
==============================================================================
--- head/www/opencart/Makefile	Thu Mar 10 02:59:39 2016	(r410741)
+++ head/www/opencart/Makefile	Thu Mar 10 08:11:05 2016	(r410742)
@@ -3,6 +3,7 @@
 
 PORTNAME=	opencart
 PORTVERSION=	2.2.0.0
+PORTREVISION=	1
 CATEGORIES=	www misc
 
 MAINTAINER=	wen at FreeBSD.org
@@ -13,7 +14,7 @@ LICENSE=	GPLv3
 USE_GITHUB=	yes
 GH_ACCOUNT=	opencart
 
-USE_PHP=	mysqli curl mbstring gd zlib mcrypt session zip hash
+USE_PHP=	filter mysqli curl mbstring gd zlib mcrypt session zip hash
 WRKSRC_SUBDIR=	upload
 
 NO_BUILD=	yes


More information about the svn-ports-all mailing list