diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-02-23 07:00:51 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-02-23 07:00:51 +0000 |
commit | ee8da28d321f057d34964ca19994610e33429b04 (patch) | |
tree | eea26a6bbb86ca41aaf2a06610fe9806c08cd3b5 /www/phpbb | |
parent | fcc0c726b821e34d416f8e0f53ad6b4b10a8df67 (diff) |
Notes
Diffstat (limited to 'www/phpbb')
-rw-r--r-- | www/phpbb/Makefile | 4 | ||||
-rw-r--r-- | www/phpbb/distinfo | 4 | ||||
-rw-r--r-- | www/phpbb/pkg-plist | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index d72f60e90549..b629ff1d2009 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -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 @@ PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL} 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}:" diff --git a/www/phpbb/distinfo b/www/phpbb/distinfo index 12402530b7ad..c4a4fafb342f 100644 --- a/www/phpbb/distinfo +++ b/www/phpbb/distinfo @@ -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 diff --git a/www/phpbb/pkg-plist b/www/phpbb/pkg-plist index 6eb07c34f22d..a9c7d048fdc5 100644 --- a/www/phpbb/pkg-plist +++ b/www/phpbb/pkg-plist @@ -12,7 +12,7 @@ share/phpbb/contrib/fixfiles.sh 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 @@ 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_%%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 |