Date: Thu, 18 May 2017 09:29:55 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441134 - head/www/phpbb3 Message-ID: <201705180929.v4I9TtbM035818@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705180929.v4I9TtbM035818>