From 5167f5bcea74ce2a73063d89c8e8ec7ca0200c2c Mon Sep 17 00:00:00 2001 From: Jochen Neumeister Date: Thu, 18 May 2017 09:29:55 +0000 Subject: [PATCH] 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 --- www/phpbb3/Makefile | 6 +++--- 1 file 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