diff options
Diffstat (limited to 'www/phpbb/Makefile')
-rw-r--r-- | www/phpbb/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index d4a07b676c28..f57d06e2e22c 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -7,6 +7,7 @@ PORTNAME= phpbb PORTVERSION= 2.0.22 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -31,13 +32,6 @@ WWWGRP?= www # # End of user-configurable variables. -# XXX The phpBB folks does not seem to care about the session table DoS -# issue. You can disable the patch at your own risk to make the -# visual authentication work. -.if !defined(WITHOUT_ANTI_SESSIONTAB_DOS_PATCH) -EXTRA_PATCHES= ${FILESDIR}/security-patch-includes-sessions.php -.endif - # Set/override/append to variables from bsd.port.mk: # WRKSRC= ${WRKDIR}/phpBB2 |