diff --git a/www/phpbb3/Makefile b/www/phpbb3/Makefile index 502f51ec0799..5347d15a7bf0 100644 --- a/www/phpbb3/Makefile +++ b/www/phpbb3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpbb -PORTVERSION= 3.0.8 +PORTVERSION= 3.0.9 CATEGORIES= www MASTER_SITES= http://www.phpbb.com/files/release/ \ http://d10xg45o6p6dbl.cloudfront.net/projects/p/phpbb/ @@ -20,7 +20,7 @@ CONFLICTS= phpbb-tw-[0-9]* phpbb-devel-[0-9]* \ USE_BZIP2= yes -# The phpBB2 port supports a number of variables that may be tweaked at build +# The phpBB3 port supports a number of variables that may be tweaked at build # time. Perform a "make options" to see more information on these variables. # WWWDOCROOT?= www diff --git a/www/phpbb3/distinfo b/www/phpbb3/distinfo index b00ff4bcb72a..6f63e0ba2875 100644 --- a/www/phpbb3/distinfo +++ b/www/phpbb3/distinfo @@ -1,2 +1,2 @@ -SHA256 (phpBB-3.0.8.tar.bz2) = ff496902dff750e6fa07a67cc1cbb76ff51470122e4e0934f6515f35fb3a8d42 -SIZE (phpBB-3.0.8.tar.bz2) = 1577613 +SHA256 (phpBB-3.0.9.tar.bz2) = ab5cc5191fe85d298100982a910b7a25bcd22aa8a7935fc330302d021c142d47 +SIZE (phpBB-3.0.9.tar.bz2) = 1588315 diff --git a/www/phpbb3/pkg-plist b/www/phpbb3/pkg-plist index 41c796cc79c5..a8bc503b2d38 100644 --- a/www/phpbb3/pkg-plist +++ b/www/phpbb3/pkg-plist @@ -143,7 +143,8 @@ %%PHPBBDIR%%/docs/corners_right.gif %%PHPBBDIR%%/docs/corners_right.png %%PHPBBDIR%%/docs/hook_system.html -%%PHPBBDIR%%/docs/nginx.conf.sample +%%PHPBBDIR%%/docs/lighttpd.sample.conf +%%PHPBBDIR%%/docs/nginx.sample.conf %%PHPBBDIR%%/docs/site_logo.gif %%PHPBBDIR%%/docs/stylesheet.css %%PHPBBDIR%%/download/file.php @@ -223,6 +224,8 @@ %%PHPBBDIR%%/includes/acm/acm_memcache.php %%PHPBBDIR%%/includes/acm/acm_memory.php %%PHPBBDIR%%/includes/acm/acm_null.php +%%PHPBBDIR%%/includes/acm/acm_redis.php +%%PHPBBDIR%%/includes/acm/acm_wincache.php %%PHPBBDIR%%/includes/acm/acm_xcache.php %%PHPBBDIR%%/includes/acp/acp_attachments.php %%PHPBBDIR%%/includes/acp/acp_ban.php @@ -320,6 +323,7 @@ %%PHPBBDIR%%/includes/diff/diff.php %%PHPBBDIR%%/includes/diff/engine.php %%PHPBBDIR%%/includes/diff/renderer.php +%%PHPBBDIR%%/includes/error_collector.php %%PHPBBDIR%%/includes/functions.php %%PHPBBDIR%%/includes/functions_admin.php %%PHPBBDIR%%/includes/functions_compress.php @@ -366,6 +370,7 @@ %%PHPBBDIR%%/includes/search/index.htm %%PHPBBDIR%%/includes/search/search.php %%PHPBBDIR%%/includes/session.php +%%PHPBBDIR%%/includes/startup.php %%PHPBBDIR%%/includes/template.php %%PHPBBDIR%%/includes/ucp/info/ucp_attachments.php %%PHPBBDIR%%/includes/ucp/info/ucp_groups.php @@ -1020,4 +1025,4 @@ @dirrm %%PHPBBDIR%%/adm/style @dirrm %%PHPBBDIR%%/adm/images @dirrm %%PHPBBDIR%%/adm -@dirrm %%PHPBBDIR%% +@dirrmtry %%PHPBBDIR%%