diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-26 17:06:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-26 17:06:30 +0000 |
commit | 501a6c16221ea8b7d181a9d4b82ebaa383ea2f35 (patch) | |
tree | f854637c3f125da39cce94abfc8ba44451f9e422 | |
parent | b5b3209ef4913b622741cb84116dd09002e232bd (diff) | |
download | ports-501a6c16221ea8b7d181a9d4b82ebaa383ea2f35.tar.gz ports-501a6c16221ea8b7d181a9d4b82ebaa383ea2f35.zip |
Notes
-rw-r--r-- | www/phpbb/Makefile | 5 | ||||
-rw-r--r-- | www/phpbb/distinfo | 4 | ||||
-rw-r--r-- | www/phpbb/pkg-plist | 7 |
3 files changed, 6 insertions, 10 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index 9d5b2d6da292..264d427b1825 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -6,8 +6,7 @@ # PORTNAME= phpbb -PORTVERSION= 2.0.7 -PORTREVISION= 1 +PORTVERSION= 2.0.8 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,8 +17,6 @@ COMMENT= A PHP-based bulletin board / discussion forum system RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR -FORBIDDEN= http://people.freebsd.org/~eik/portaudit/c551ae17-7f00-11d8-868e-000347dd607f.html - USE_BZIP2= yes # The phpBB2 port supports a number of variables that may be tweaked at build diff --git a/www/phpbb/distinfo b/www/phpbb/distinfo index 52ed689cf644..050536fddfb9 100644 --- a/www/phpbb/distinfo +++ b/www/phpbb/distinfo @@ -1,2 +1,2 @@ -MD5 (phpBB-2.0.7.tar.bz2) = 252f84cd6de339494f99be59567e9806 -SIZE (phpBB-2.0.7.tar.bz2) = 453926 +MD5 (phpBB-2.0.8.tar.bz2) = 20d9e163e3f3b575639c2a1fbd9e8690 +SIZE (phpBB-2.0.8.tar.bz2) = 456585 diff --git a/www/phpbb/pkg-plist b/www/phpbb/pkg-plist index e74e992929ec..61817a60d9a6 100644 --- a/www/phpbb/pkg-plist +++ b/www/phpbb/pkg-plist @@ -11,9 +11,9 @@ 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/contrib/visual_confirmation.zip share/phpbb/install.php -share/phpbb/update_to_207.php +share/phpbb/update_to_208.php share/phpbb/upgrade.php %%PHPBBDIR%%/admin/admin_board.php %%PHPBBDIR%%/admin/admin_db_utilities.php @@ -76,7 +76,6 @@ share/phpbb/upgrade.php %%PHPBBDIR%%/images/smiles/icon_twisted.gif %%PHPBBDIR%%/images/smiles/icon_wink.gif %%PHPBBDIR%%/images/spacer.gif -@exec mkdir -p %B/avatars/upload %%PHPBBDIR%%/includes/auth.php %%PHPBBDIR%%/includes/bbcode.php %%PHPBBDIR%%/includes/constants.php @@ -114,7 +113,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_207.php +%%PHPBBDIR%%/install/update_to_208.php %%PHPBBDIR%%/install/upgrade.php %%PHPBBDIR%%/language/index.htm %%PHPBBDIR%%/language/lang_english/email/admin_activate.tpl |