svn commit: r422962 - head/www/phpbb3

Wen Heping wen at FreeBSD.org
Fri Sep 30 07:20:25 UTC 2016


Author: wen
Date: Fri Sep 30 07:20:24 2016
New Revision: 422962
URL: https://svnweb.freebsd.org/changeset/ports/422962

Log:
  - Add missing DEPENDS
  
  PR:		212895
  Submitted by:	olevole at olevole.ru
  Approved by:	maintainer

Modified:
  head/www/phpbb3/Makefile

Modified: head/www/phpbb3/Makefile
==============================================================================
--- head/www/phpbb3/Makefile	Fri Sep 30 07:08:56 2016	(r422961)
+++ head/www/phpbb3/Makefile	Fri Sep 30 07:20:24 2016	(r422962)
@@ -3,6 +3,7 @@
 
 PORTNAME=	phpbb
 PORTVERSION=	3.1.9
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://www.phpbb.com/files/release/
 PKGNAMESUFFIX=	3
@@ -17,6 +18,7 @@ CONFLICTS=	phpbb-tw-[0-9]* phpbb-devel-[
 		phpbb-[0-2]*
 
 USES=		php tar:bzip2
+USE_PHP=	ctype hash json
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list