diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-15 02:26:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-15 02:26:23 +0000 |
commit | d9a1ac83ac5b9d1183e3e3d228c32295e2df4a94 (patch) | |
tree | e5836f10015d092aa4c6edd8022e9e039e456062 /www | |
parent | - Fix build on !x86 platforms (diff) |
- Update to 2.0.7
PR: ports/64239
Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer)
Notes
Notes:
svn path=/head/; revision=104035
Diffstat (limited to 'www')
-rw-r--r-- | www/phpbb/Makefile | 3 | ||||
-rw-r--r-- | www/phpbb/distinfo | 4 | ||||
-rw-r--r-- | www/phpbb/pkg-plist | 19 |
3 files changed, 14 insertions, 12 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index 891dc8ea23bd..7a3cbae4a840 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -6,8 +6,7 @@ # PORTNAME= phpbb -PORTVERSION= 2.0.6 -PORTREVISION= 5 +PORTVERSION= 2.0.7 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/phpbb/distinfo b/www/phpbb/distinfo index 75ab247e1869..a2cd6a570833 100644 --- a/www/phpbb/distinfo +++ b/www/phpbb/distinfo @@ -1,2 +1,2 @@ -MD5 (phpBB-2.0.6.tar.bz2) = b3e462b3696e483bda81b281eca2c828 -SIZE (phpBB-2.0.6.tar.bz2) = 453896 +MD5 (phpBB-2.0.7.tar.bz2) = 463e13ba0bba0f3d573972a320662218 +SIZE (phpBB-2.0.7.tar.bz2) = 453952 diff --git a/www/phpbb/pkg-plist b/www/phpbb/pkg-plist index 8a48a8e0cae6..e74e992929ec 100644 --- a/www/phpbb/pkg-plist +++ b/www/phpbb/pkg-plist @@ -1,16 +1,19 @@ @unexec [ -s %D/%%PHPBBDIR%%/config.php ] || rm -f %D/%%PHPBBDIR%%/config.php -%%PORTDOCS%%share/doc/phpbb/AUTHORS -%%PORTDOCS%%share/doc/phpbb/CHANGELOG.html -%%PORTDOCS%%share/doc/phpbb/FAQ.html -%%PORTDOCS%%share/doc/phpbb/INSTALL.html -%%PORTDOCS%%share/doc/phpbb/README.html +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.html +%%PORTDOCS%%%%DOCSDIR%%/FAQ.html +%%PORTDOCS%%%%DOCSDIR%%/INSTALL.html +%%PORTDOCS%%%%DOCSDIR%%/README.html +%%PORTDOCS%%%%DOCSDIR%%/coding-guidelines.txt +%%PORTDOCS%%%%DOCSDIR%%/codingstandards.htm share/phpbb/contrib/README.html 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_206.php +share/phpbb/update_to_207.php share/phpbb/upgrade.php %%PHPBBDIR%%/admin/admin_board.php %%PHPBBDIR%%/admin/admin_db_utilities.php @@ -111,7 +114,7 @@ share/phpbb/upgrade.php %%PHPBBDIR%%/install/schemas/mysql_schema.sql %%PHPBBDIR%%/install/schemas/postgres_basic.sql %%PHPBBDIR%%/install/schemas/postgres_schema.sql -%%PHPBBDIR%%/install/update_to_206.php +%%PHPBBDIR%%/install/update_to_207.php %%PHPBBDIR%%/install/upgrade.php %%PHPBBDIR%%/language/index.htm %%PHPBBDIR%%/language/lang_english/email/admin_activate.tpl @@ -302,7 +305,7 @@ share/phpbb/upgrade.php %%PHPBBDIR%%/viewtopic.php @exec touch %B/config.php @exec chown -R %%WWWOWN%%:%%WWWGRP%% %B -%%PORTDOCS%%@dirrm share/doc/phpbb +%%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rmdir %D/share/doc 2>/dev/null || true @dirrm share/phpbb/contrib @dirrm share/phpbb |