View | Details | Raw Unified | Return to bug 219194
Collapse All | Expand All

(-)www/phpbb3.new/Makefile (-2 / +2 lines)
Lines 5-11 PORTNAME= phpbb Link Here
5
PORTVERSION=	3.2.0
5
PORTVERSION=	3.2.0
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	https://www.phpbb.com/files/release/
7
MASTER_SITES=	https://www.phpbb.com/files/release/
8
PKGNAMESUFFIX=	3
8
PKGNAMESUFFIX=	4
9
DISTNAME=	phpBB-${PORTVERSION}
9
DISTNAME=	phpBB-${PORTVERSION}
10
10
11
MAINTAINER=	joneum@bsdproject.de
11
MAINTAINER=	joneum@bsdproject.de
Lines 17-23 CONFLICTS= phpbb-tw-[0-9]* phpbb-devel-[ Link Here
17
		phpbb-[0-2]*
17
		phpbb-[0-2]*
18
18
19
USES=		php tar:bzip2
19
USES=		php tar:bzip2
20
USE_PHP=	ctype hash json
20
USE_PHP=	ctype hash json tokenizer
21
21
22
OPTIONS_DEFINE=	DOCS
22
OPTIONS_DEFINE=	DOCS
23
23

Return to bug 219194