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

(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (phpBB-2.0.10.tar.bz2) = 9aaf577d3160f6e3ba069eb2e670e2a4
1
MD5 (phpBB-2.0.11.tar.bz2) = ae6a8f3b74fb00251f5cceb03d295e89
2
SIZE (phpBB-2.0.10.tar.bz2) = 453378
2
SIZE (phpBB-2.0.11.tar.bz2) = 434670
(-)Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	phpbb
8
PORTNAME=	phpbb
9
PORTVERSION=	2.0.10
9
PORTVERSION=	2.0.11
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 35-41 Link Here
35
NO_BUILD=	yes
35
NO_BUILD=	yes
36
USE_REINPLACE=	yes
36
USE_REINPLACE=	yes
37
PKGMESSAGE=	${WRKDIR}/pkg-message
37
PKGMESSAGE=	${WRKDIR}/pkg-message
38
PHPBB_VER=	${PORTVERSION:S/.0.//g:S/.//g}
38
PHPBB_VER=	${PORTVERSION:S/.//g:S/.//g}
39
PLIST_SUB+=	PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
39
PLIST_SUB+=	PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
40
PLIST_SUB+=	PHPBB_VER=${PHPBB_VER}
40
PLIST_SUB+=	PHPBB_VER=${PHPBB_VER}
41
41
(-)pkg-plist (-1 / +1 lines)
Lines 11-17 Link Here
11
share/phpbb/contrib/fixfiles.sh
11
share/phpbb/contrib/fixfiles.sh
12
share/phpbb/contrib/template_db_cache.php
12
share/phpbb/contrib/template_db_cache.php
13
share/phpbb/contrib/template_file_cache.php
13
share/phpbb/contrib/template_file_cache.php
14
share/phpbb/contrib/visual_confirmation.tar.bz2
15
share/phpbb/install.php
14
share/phpbb/install.php
16
share/phpbb/update_to_%%PHPBB_VER%%.php
15
share/phpbb/update_to_%%PHPBB_VER%%.php
17
share/phpbb/upgrade.php
16
share/phpbb/upgrade.php
Lines 98-103 Link Here
98
%%PHPBBDIR%%/includes/topic_review.php
97
%%PHPBBDIR%%/includes/topic_review.php
99
%%PHPBBDIR%%/includes/usercp_activate.php
98
%%PHPBBDIR%%/includes/usercp_activate.php
100
%%PHPBBDIR%%/includes/usercp_avatar.php
99
%%PHPBBDIR%%/includes/usercp_avatar.php
100
%%PHPBBDIR%%/includes/usercp_confirm.php
101
%%PHPBBDIR%%/includes/usercp_email.php
101
%%PHPBBDIR%%/includes/usercp_email.php
102
%%PHPBBDIR%%/includes/usercp_register.php
102
%%PHPBBDIR%%/includes/usercp_register.php
103
%%PHPBBDIR%%/includes/usercp_sendpasswd.php
103
%%PHPBBDIR%%/includes/usercp_sendpasswd.php

Return to bug 74106