Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2011 16:20:18 +0800 (CST)
From:      Bo-Yi Wu <appleboy.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bg1tpt@gmail.com
Subject:   ports/158863: [PATCH] www/phpbb3: Update to 3.0.9
Message-ID:  <201107130820.p6D8KIHn008545@freebsd.ee.ccu.edu.tw>
Resent-Message-ID: <201107130830.p6D8UB2i059081@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158863
>Category:       ports
>Synopsis:       [PATCH] www/phpbb3: Update to 3.0.9
>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 Jul 13 08:30:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Bo-Yi Wu
>Release:        FreeBSD 7.1-RELEASE-p13 i386
>Organization:
RealTek
>Environment:
System: FreeBSD freebsd.ee.ccu.edu.tw 7.1-RELEASE-p13 FreeBSD 7.1-RELEASE-p13 #0: Mon Jul 12 17:44:51 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
    -Update to 3.0.9
	
>How-To-Repeat:
	
>Fix:

	

--- phpbb3.patch begins here ---
diff -ruN /usr/ports/www/phpbb3/Makefile phpbb3/Makefile
--- /usr/ports/www/phpbb3/Makefile	2010-11-24 05:23:54.000000000 +0800
+++ phpbb3/Makefile	2011-07-13 15:43:05.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	phpbb
-PORTVERSION=	3.0.8
+PORTVERSION=	3.0.9
 CATEGORIES=	www
 MASTER_SITES=	http://www.phpbb.com/files/release/ \
 		http://d10xg45o6p6dbl.cloudfront.net/projects/p/phpbb/
diff -ruN /usr/ports/www/phpbb3/distinfo phpbb3/distinfo
--- /usr/ports/www/phpbb3/distinfo	2010-11-24 05:23:54.000000000 +0800
+++ phpbb3/distinfo	2011-07-13 15:43:27.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (phpBB-3.0.8.tar.bz2) = ff496902dff750e6fa07a67cc1cbb76ff51470122e4e0934f6515f35fb3a8d42
-SIZE (phpBB-3.0.8.tar.bz2) = 1577613
+SHA256 (phpBB-3.0.9.tar.bz2) = ab5cc5191fe85d298100982a910b7a25bcd22aa8a7935fc330302d021c142d47
+SIZE (phpBB-3.0.9.tar.bz2) = 1588315
diff -ruN /usr/ports/www/phpbb3/pkg-plist phpbb3/pkg-plist
--- /usr/ports/www/phpbb3/pkg-plist	2010-12-02 05:24:56.000000000 +0800
+++ phpbb3/pkg-plist	2011-07-13 16:10:23.000000000 +0800
@@ -143,7 +143,8 @@
 %%PHPBBDIR%%/docs/corners_right.gif
 %%PHPBBDIR%%/docs/corners_right.png
 %%PHPBBDIR%%/docs/hook_system.html
-%%PHPBBDIR%%/docs/nginx.conf.sample
+%%PHPBBDIR%%/docs/lighttpd.sample.conf
+%%PHPBBDIR%%/docs/nginx.sample.conf
 %%PHPBBDIR%%/docs/site_logo.gif
 %%PHPBBDIR%%/docs/stylesheet.css
 %%PHPBBDIR%%/download/file.php
@@ -223,6 +224,8 @@
 %%PHPBBDIR%%/includes/acm/acm_memcache.php
 %%PHPBBDIR%%/includes/acm/acm_memory.php
 %%PHPBBDIR%%/includes/acm/acm_null.php
+%%PHPBBDIR%%/includes/acm/acm_redis.php
+%%PHPBBDIR%%/includes/acm/acm_wincache.php
 %%PHPBBDIR%%/includes/acm/acm_xcache.php
 %%PHPBBDIR%%/includes/acp/acp_attachments.php
 %%PHPBBDIR%%/includes/acp/acp_ban.php
@@ -320,6 +323,7 @@
 %%PHPBBDIR%%/includes/diff/diff.php
 %%PHPBBDIR%%/includes/diff/engine.php
 %%PHPBBDIR%%/includes/diff/renderer.php
+%%PHPBBDIR%%/includes/error_collector.php
 %%PHPBBDIR%%/includes/functions.php
 %%PHPBBDIR%%/includes/functions_admin.php
 %%PHPBBDIR%%/includes/functions_compress.php
@@ -366,6 +370,7 @@
 %%PHPBBDIR%%/includes/search/index.htm
 %%PHPBBDIR%%/includes/search/search.php
 %%PHPBBDIR%%/includes/session.php
+%%PHPBBDIR%%/includes/startup.php
 %%PHPBBDIR%%/includes/template.php
 %%PHPBBDIR%%/includes/ucp/info/ucp_attachments.php
 %%PHPBBDIR%%/includes/ucp/info/ucp_groups.php
@@ -1020,4 +1025,4 @@
 @dirrm %%PHPBBDIR%%/adm/style
 @dirrm %%PHPBBDIR%%/adm/images
 @dirrm %%PHPBBDIR%%/adm
-@dirrm %%PHPBBDIR%%
+@dirrmtry %%PHPBBDIR%%
--- phpbb3.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107130820.p6D8KIHn008545>