Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 07:20:24 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422962 - head/www/phpbb3
Message-ID:  <201609300720.u8U7KO6t017075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609300720.u8U7KO6t017075>