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

(-)phpbb3/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	phpbb
8
PORTNAME=	phpbb
9
PORTVERSION=	3.0.8
9
PORTVERSION=	3.0.9
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://www.phpbb.com/files/release/ \
11
MASTER_SITES=	http://www.phpbb.com/files/release/ \
12
		http://d10xg45o6p6dbl.cloudfront.net/projects/p/phpbb/
12
		http://d10xg45o6p6dbl.cloudfront.net/projects/p/phpbb/
(-)phpbb3/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (phpBB-3.0.8.tar.bz2) = ff496902dff750e6fa07a67cc1cbb76ff51470122e4e0934f6515f35fb3a8d42
1
SHA256 (phpBB-3.0.9.tar.bz2) = ab5cc5191fe85d298100982a910b7a25bcd22aa8a7935fc330302d021c142d47
2
SIZE (phpBB-3.0.8.tar.bz2) = 1577613
2
SIZE (phpBB-3.0.9.tar.bz2) = 1588315
(-)phpbb3/pkg-plist (-2 / +7 lines)
Lines 143-149 Link Here
143
%%PHPBBDIR%%/docs/corners_right.gif
143
%%PHPBBDIR%%/docs/corners_right.gif
144
%%PHPBBDIR%%/docs/corners_right.png
144
%%PHPBBDIR%%/docs/corners_right.png
145
%%PHPBBDIR%%/docs/hook_system.html
145
%%PHPBBDIR%%/docs/hook_system.html
146
%%PHPBBDIR%%/docs/nginx.conf.sample
146
%%PHPBBDIR%%/docs/lighttpd.sample.conf
147
%%PHPBBDIR%%/docs/nginx.sample.conf
147
%%PHPBBDIR%%/docs/site_logo.gif
148
%%PHPBBDIR%%/docs/site_logo.gif
148
%%PHPBBDIR%%/docs/stylesheet.css
149
%%PHPBBDIR%%/docs/stylesheet.css
149
%%PHPBBDIR%%/download/file.php
150
%%PHPBBDIR%%/download/file.php
Lines 223-228 Link Here
223
%%PHPBBDIR%%/includes/acm/acm_memcache.php
224
%%PHPBBDIR%%/includes/acm/acm_memcache.php
224
%%PHPBBDIR%%/includes/acm/acm_memory.php
225
%%PHPBBDIR%%/includes/acm/acm_memory.php
225
%%PHPBBDIR%%/includes/acm/acm_null.php
226
%%PHPBBDIR%%/includes/acm/acm_null.php
227
%%PHPBBDIR%%/includes/acm/acm_redis.php
228
%%PHPBBDIR%%/includes/acm/acm_wincache.php
226
%%PHPBBDIR%%/includes/acm/acm_xcache.php
229
%%PHPBBDIR%%/includes/acm/acm_xcache.php
227
%%PHPBBDIR%%/includes/acp/acp_attachments.php
230
%%PHPBBDIR%%/includes/acp/acp_attachments.php
228
%%PHPBBDIR%%/includes/acp/acp_ban.php
231
%%PHPBBDIR%%/includes/acp/acp_ban.php
Lines 320-325 Link Here
320
%%PHPBBDIR%%/includes/diff/diff.php
323
%%PHPBBDIR%%/includes/diff/diff.php
321
%%PHPBBDIR%%/includes/diff/engine.php
324
%%PHPBBDIR%%/includes/diff/engine.php
322
%%PHPBBDIR%%/includes/diff/renderer.php
325
%%PHPBBDIR%%/includes/diff/renderer.php
326
%%PHPBBDIR%%/includes/error_collector.php
323
%%PHPBBDIR%%/includes/functions.php
327
%%PHPBBDIR%%/includes/functions.php
324
%%PHPBBDIR%%/includes/functions_admin.php
328
%%PHPBBDIR%%/includes/functions_admin.php
325
%%PHPBBDIR%%/includes/functions_compress.php
329
%%PHPBBDIR%%/includes/functions_compress.php
Lines 366-371 Link Here
366
%%PHPBBDIR%%/includes/search/index.htm
370
%%PHPBBDIR%%/includes/search/index.htm
367
%%PHPBBDIR%%/includes/search/search.php
371
%%PHPBBDIR%%/includes/search/search.php
368
%%PHPBBDIR%%/includes/session.php
372
%%PHPBBDIR%%/includes/session.php
373
%%PHPBBDIR%%/includes/startup.php
369
%%PHPBBDIR%%/includes/template.php
374
%%PHPBBDIR%%/includes/template.php
370
%%PHPBBDIR%%/includes/ucp/info/ucp_attachments.php
375
%%PHPBBDIR%%/includes/ucp/info/ucp_attachments.php
371
%%PHPBBDIR%%/includes/ucp/info/ucp_groups.php
376
%%PHPBBDIR%%/includes/ucp/info/ucp_groups.php
Lines 1020-1023 Link Here
1020
@dirrm %%PHPBBDIR%%/adm/style
1025
@dirrm %%PHPBBDIR%%/adm/style
1021
@dirrm %%PHPBBDIR%%/adm/images
1026
@dirrm %%PHPBBDIR%%/adm/images
1022
@dirrm %%PHPBBDIR%%/adm
1027
@dirrm %%PHPBBDIR%%/adm
1023
@dirrm %%PHPBBDIR%%
1028
@dirrmtry %%PHPBBDIR%%

Return to bug 158863