diff options
author | clsung <clsung@FreeBSD.org> | 2005-02-23 15:00:51 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-02-23 15:00:51 +0800 |
commit | 7a2f06116a631ea00597ca3e177ce31d7f779326 (patch) | |
tree | 4c789c5140c1eeeb020709abe6438efcbbe20566 | |
parent | b269b0c1ad9c68a0a62a3e53d526842fa18a4e41 (diff) | |
download | freebsd-ports-gnome-7a2f06116a631ea00597ca3e177ce31d7f779326.tar.gz freebsd-ports-gnome-7a2f06116a631ea00597ca3e177ce31d7f779326.tar.zst freebsd-ports-gnome-7a2f06116a631ea00597ca3e177ce31d7f779326.zip |
- Update to 2.0.12
- This release addresses a number of bugs and a couple of potential exploits.
- Release note: [http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=265423]
PR: ports/77943
Submitted by: clsung
Approved by: Kang Liu (maintainer)
-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 |