aboutsummaryrefslogtreecommitdiffstats
path: root/www/phpbb3
diff options
context:
space:
mode:
authorjoneum <joneum@FreeBSD.org>2017-05-18 17:29:55 +0800
committerjoneum <joneum@FreeBSD.org>2017-05-18 17:29:55 +0800
commitb68dcc8c552d8bd0d57390b2a327db6dba0e4e9e (patch)
tree5174c09cfcf21ae9c2d11744a01ba3972abf0f81 /www/phpbb3
parent8132cd2bebe739b7ff995b124184406c5e1f6097 (diff)
downloadfreebsd-ports-gnome-b68dcc8c552d8bd0d57390b2a327db6dba0e4e9e.tar.gz
freebsd-ports-gnome-b68dcc8c552d8bd0d57390b2a327db6dba0e4e9e.tar.zst
freebsd-ports-gnome-b68dcc8c552d8bd0d57390b2a327db6dba0e4e9e.zip
www/phpbb3: Add tokenizer as dependency
- Bump PORTREVISION - Add tokenizer as dependency PR: 219194 Reported by: rene Approved by: tz (mentor) Differential Revision: https://review.freebsd.org/D10785
Diffstat (limited to 'www/phpbb3')
-rw-r--r--www/phpbb3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/phpbb3/Makefile b/www/phpbb3/Makefile
index b6939a6c4724..b6bd53ffca5b 100644
--- a/www/phpbb3/Makefile
+++ b/www/phpbb3/Makefile
@@ -3,6 +3,7 @@
PORTNAME= phpbb
PORTVERSION= 3.2.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://www.phpbb.com/files/release/
PKGNAMESUFFIX= 3
@@ -13,11 +14,10 @@ COMMENT= PHP-based bulletin board / discussion forum system
LICENSE= GPLv2
-CONFLICTS= phpbb-tw-[0-9]* phpbb-devel-[0-9]* \
- phpbb-[0-2]*
+CONFLICTS= phpbb-[0-2]*
USES= php tar:bzip2
-USE_PHP= ctype hash json
+USE_PHP= ctype hash json tokenizer
OPTIONS_DEFINE= DOCS