ports/81060: [maintainer] update www/phpbb to 2.0.15
Kang Liu
liukang at bjut.edu.cn
Sun May 15 11:50:03 UTC 2005
>Number: 81060
>Category: ports
>Synopsis: [maintainer] update www/phpbb to 2.0.15
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun May 15 11:50:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Kang Liu
>Release: 5.4
>Organization:
Beijing University of Technology
>Environment:
freebsd 5.4
>Description:
Update www/phpbb to 2.0.15
>How-To-Repeat:
>Fix:
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/phpbb/distinfo,v
retrieving revision 1.18
diff -u -r1.18 distinfo
--- distinfo 1 Mar 2005 06:48:45 -0000 1.18
+++ distinfo 15 May 2005 10:57:32 -0000
@@ -1,2 +1,2 @@
-MD5 (phpBB-2.0.13.tar.bz2) = a8a286d3855b969e1e8757464accf095
-SIZE (phpBB-2.0.13.tar.bz2) = 436886
+MD5 (phpBB-2.0.15.tar.bz2) = 864c7dbd8d2cf402f86d9b87e07be266
+SIZE (phpBB-2.0.15.tar.bz2) = 443803
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/phpbb/Makefile,v
retrieving revision 1.30
diff -u -r1.30 Makefile
--- Makefile 14 Mar 2005 02:32:56 -0000 1.30
+++ Makefile 15 May 2005 09:51:10 -0000
@@ -6,8 +6,7 @@
#
PORTNAME= phpbb
-PORTVERSION= 2.0.13
-PORTREVISION= 1
+PORTVERSION= 2.0.15
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/phpbb/pkg-plist,v
retrieving revision 1.14
diff -u -r1.14 pkg-plist
--- pkg-plist 1 Mar 2005 06:48:45 -0000 1.14
+++ pkg-plist 15 May 2005 10:58:34 -0000
@@ -43,7 +43,6 @@
%%PHPBBDIR%%/db/mssql.php
%%PHPBBDIR%%/db/mysql.php
%%PHPBBDIR%%/db/mysql4.php
-%%PHPBBDIR%%/db/oracle.php
%%PHPBBDIR%%/db/postgres7.php
%%PHPBBDIR%%/extension.inc
%%PHPBBDIR%%/faq.php
Index: patch-includes-sessions.php
===================================================================
RCS file: /home/ncvs/ports/www/phpbb/files/patch-includes-sessions.php,v
retrieving revision 1.2
diff -u -r1.2 patch-includes-sessions.php
--- patch-includes-sessions.php 6 May 2004 13:49:19 -0000 1.2
+++ patch-includes-sessions.php 15 May 2005 10:57:20 -0000
@@ -1,15 +1,15 @@
---- includes/sessions.php.orig Sun Jul 20 17:42:23 2003
-+++ includes/sessions.php Thu May 6 12:02:56 2004
-@@ -147,7 +147,7 @@
+--- includes/sessions.php.orig Sat May 14 05:04:00 2005
++++ includes/sessions.php Sun May 15 18:53:48 2005
+@@ -167,7 +167,7 @@
$sql = "INSERT INTO " . SESSIONS_TABLE . "
- (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in)
- VALUES ('$session_id', $user_id, $current_time, $current_time, '$user_ip', $page_id, $login)";
+ (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin)
+ VALUES ('$session_id', $user_id, $current_time, $current_time, '$user_ip', $page_id, $login, $admin)";
- if ( !$db->sql_query($sql) )
+ if ( $user_id != ANONYMOUS && !$db->sql_query($sql) )
{
message_die(CRITICAL_ERROR, 'Error creating new session', '', __LINE__, __FILE__, $sql);
}
-@@ -380,4 +380,4 @@
+@@ -421,4 +421,4 @@
return $url;
}
--- files/patch-includes-usercp_register.php Mon Mar 14 10:32:56 2005
+++ /dev/null Sun May 15 19:30:05 2005
@@ -1,16 +0,0 @@
---- includes/usercp_register.php.orig Sun Mar 13 19:44:02 2005
-+++ includes/usercp_register.php Sun Mar 13 19:48:34 2005
-@@ -145,10 +145,9 @@
- if ( $mode == 'register' )
- {
- $attachsig = ( isset($HTTP_POST_VARS['attachsig']) ) ? ( ($HTTP_POST_VARS['attachsig']) ? TRUE : 0 ) : $board_config['allow_sig'];
--
-- $allowhtml = ( isset($HTTP_POST_VARS['allowhtml']) ) ? ( ($HTTP_POST_VARS['allowhtml']) ? TRUE : 0 ) : $board_config['allow_html'];
-- $allowbbcode = ( isset($HTTP_POST_VARS['allowbbcode']) ) ? ( ($HTTP_POST_VARS['allowbbcode']) ? TRUE : 0 ) : $board_config['allow_bbcode'];
-- $allowsmilies = ( isset($HTTP_POST_VARS['allowsmilies']) ) ? ( ($HTTP_POST_VARS['allowsmilies']) ? TRUE : 0 ) : $board_config['allow_smilies'];
-+ $allowhtml = ( ($board_config['allowhtml']) ) ? TRUE : 0;
-+ $allowbbcode = ( ($board_config['allowbbcode']) ) ? TRUE : 0;
-+ $allowsmilies = ( ($board_config['allowsmilies']) ) ? TRUE : 0;
- }
- else
- {
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list