ports/77943: [PATCH] www/phpbb: update to 2.0.12
Cheng-Lung Sung
clsung at tw.freebsd.org
Wed Feb 23 02:40:17 UTC 2005
>Number: 77943
>Category: ports
>Synopsis: [PATCH] www/phpbb: update to 2.0.12
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 23 02:40:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Cheng-Lung Sung
>Release: FreeBSD 4.10-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #1: Mon Nov 15 22:13:47 CST 2004
>Description:
- Update to 2.0.12
- This release addresses a number of bugs and a couple of potential exploits.
- Release note: [http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=265423]
Port maintainer (liukang at bjut.edu.cn) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- phpbb-2.0.12.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/phpbb/Makefile,v
retrieving revision 1.27
diff -u -u -r1.27 Makefile
--- Makefile 24 Nov 2004 05:25:11 -0000 1.27
+++ Makefile 23 Feb 2005 02:30:30 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= phpbb
-PORTVERSION= 2.0.11
+PORTVERSION= 2.0.12
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -45,7 +45,7 @@
PKGOPTS= ${FILESDIR}/pkg-opts
EXCEPTFILES= ${PREFIX}/${PHPBBDIR}/install/install.php \
${PREFIX}/${PHPBBDIR}/install/upgrade.php \
- ${PREFIX}/${PHPBBDIR}/install/update_to_${PHPBB_VER}.php
+ ${PREFIX}/${PHPBBDIR}/install/update_to_latest.php
options:
@ ${ECHO_MSG} "===> Build options for ${PKGNAME}:"
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/phpbb/distinfo,v
retrieving revision 1.16
diff -u -u -r1.16 distinfo
--- distinfo 24 Nov 2004 05:25:11 -0000 1.16
+++ distinfo 23 Feb 2005 02:30:30 -0000
@@ -1,2 +1,2 @@
-MD5 (phpBB-2.0.11.tar.bz2) = ae6a8f3b74fb00251f5cceb03d295e89
-SIZE (phpBB-2.0.11.tar.bz2) = 434670
+MD5 (phpBB-2.0.12.tar.bz2) = 5b77c23c22147c5d9719922b2f64d8fa
+SIZE (phpBB-2.0.12.tar.bz2) = 436885
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/phpbb/pkg-plist,v
retrieving revision 1.12
diff -u -u -r1.12 pkg-plist
--- pkg-plist 24 Nov 2004 05:25:11 -0000 1.12
+++ pkg-plist 23 Feb 2005 02:30:30 -0000
@@ -12,7 +12,7 @@
share/phpbb/contrib/template_db_cache.php
share/phpbb/contrib/template_file_cache.php
share/phpbb/install.php
-share/phpbb/update_to_%%PHPBB_VER%%.php
+share/phpbb/update_to_latest.php
share/phpbb/upgrade.php
%%PHPBBDIR%%/admin/admin_board.php
%%PHPBBDIR%%/admin/admin_db_utilities.php
@@ -113,7 +113,7 @@
%%PHPBBDIR%%/install/schemas/mysql_schema.sql
%%PHPBBDIR%%/install/schemas/postgres_basic.sql
%%PHPBBDIR%%/install/schemas/postgres_schema.sql
-%%PHPBBDIR%%/install/update_to_%%PHPBB_VER%%.php
+%%PHPBBDIR%%/install/update_to_latest.php
%%PHPBBDIR%%/install/upgrade.php
%%PHPBBDIR%%/language/index.htm
%%PHPBBDIR%%/language/lang_english/email/admin_activate.tpl
--- phpbb-2.0.12.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list