mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update www/phpbb to 2.0.11
It is a SECURITY update. PR: ports/74106 Submitted by: Kang Liu <liukang@bjut.edu.cn> (maintainer)
This commit is contained in:
parent
f278177ae0
commit
adebaa87f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122280
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= phpbb
|
||||
PORTVERSION= 2.0.10
|
||||
PORTVERSION= 2.0.11
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -35,7 +35,7 @@ WRKSRC= ${WRKDIR}/phpBB2
|
||||
NO_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
PHPBB_VER= ${PORTVERSION:S/.0.//g:S/.//g}
|
||||
PHPBB_VER= ${PORTVERSION:S/.//g:S/.//g}
|
||||
PLIST_SUB+= PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
|
||||
PLIST_SUB+= PHPBB_VER=${PHPBB_VER}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (phpBB-2.0.10.tar.bz2) = 9aaf577d3160f6e3ba069eb2e670e2a4
|
||||
SIZE (phpBB-2.0.10.tar.bz2) = 453378
|
||||
MD5 (phpBB-2.0.11.tar.bz2) = ae6a8f3b74fb00251f5cceb03d295e89
|
||||
SIZE (phpBB-2.0.11.tar.bz2) = 434670
|
||||
|
@ -11,7 +11,6 @@ share/phpbb/contrib/dbinformer.php
|
||||
share/phpbb/contrib/fixfiles.sh
|
||||
share/phpbb/contrib/template_db_cache.php
|
||||
share/phpbb/contrib/template_file_cache.php
|
||||
share/phpbb/contrib/visual_confirmation.tar.bz2
|
||||
share/phpbb/install.php
|
||||
share/phpbb/update_to_%%PHPBB_VER%%.php
|
||||
share/phpbb/upgrade.php
|
||||
@ -98,6 +97,7 @@ share/phpbb/upgrade.php
|
||||
%%PHPBBDIR%%/includes/topic_review.php
|
||||
%%PHPBBDIR%%/includes/usercp_activate.php
|
||||
%%PHPBBDIR%%/includes/usercp_avatar.php
|
||||
%%PHPBBDIR%%/includes/usercp_confirm.php
|
||||
%%PHPBBDIR%%/includes/usercp_email.php
|
||||
%%PHPBBDIR%%/includes/usercp_register.php
|
||||
%%PHPBBDIR%%/includes/usercp_sendpasswd.php
|
||||
|
Loading…
Reference in New Issue
Block a user