From owner-svn-ports-all@freebsd.org Thu May 18 09:29:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F34D0D724AB; Thu, 18 May 2017 09:29:56 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5A711749; Thu, 18 May 2017 09:29:56 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4I9Ttcv035819; Thu, 18 May 2017 09:29:55 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4I9TtbM035818; Thu, 18 May 2017 09:29:55 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201705180929.v4I9TtbM035818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 18 May 2017 09:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441134 - head/www/phpbb3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2017 09:29:57 -0000 Author: joneum Date: Thu May 18 09:29:55 2017 New Revision: 441134 URL: https://svnweb.freebsd.org/changeset/ports/441134 Log: 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 Modified: head/www/phpbb3/Makefile Modified: head/www/phpbb3/Makefile ============================================================================== --- head/www/phpbb3/Makefile Thu May 18 09:00:33 2017 (r441133) +++ head/www/phpbb3/Makefile Thu May 18 09:29:55 2017 (r441134) @@ -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 / disc 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