svn commit: r422982 - head/www/baikal

Mathieu Arnold mat at FreeBSD.org
Fri Sep 30 13:20:08 UTC 2016


Author: mat
Date: Fri Sep 30 13:20:06 2016
New Revision: 422982
URL: https://svnweb.freebsd.org/changeset/ports/422982

Log:
  Add php-json to the dependencies.
  
  PR:		213097
  Reported by:	optikfluffel
  Sponsored by:	Absolight

Modified:
  head/www/baikal/Makefile   (contents, props changed)

Modified: head/www/baikal/Makefile
==============================================================================
--- head/www/baikal/Makefile	Fri Sep 30 12:44:27 2016	(r422981)
+++ head/www/baikal/Makefile	Fri Sep 30 13:20:06 2016	(r422982)
@@ -3,6 +3,7 @@
 
 PORTNAME=	baikal
 PORTVERSION=	0.4.6
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/fruux/Baikal/releases/download/${PORTVERSION}/
 
@@ -13,7 +14,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=	php zip
-USE_PHP=	ctype dom filter mbstring openssl pdo_sqlite session xml xmlreader xmlwriter
+USE_PHP=	ctype dom filter json mbstring openssl pdo_sqlite session xml xmlreader xmlwriter
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes


More information about the svn-ports-head mailing list