diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-01 06:48:45 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-01 06:48:45 +0000 |
commit | 76d7c802da601953e9ccb7a5d98fed797740df30 (patch) | |
tree | e0c358179d03f62fdfe8d3aa7f4a72fd7b01f5ae /www/phpbb | |
parent | d96d660160f00a21dc57f2a5c213c448e4733ab3 (diff) | |
download | ports-76d7c802da601953e9ccb7a5d98fed797740df30.tar.gz ports-76d7c802da601953e9ccb7a5d98fed797740df30.zip |
Notes
Diffstat (limited to 'www/phpbb')
-rw-r--r-- | www/phpbb/Makefile | 2 | ||||
-rw-r--r-- | www/phpbb/distinfo | 4 | ||||
-rw-r--r-- | www/phpbb/pkg-plist | 21 |
3 files changed, 13 insertions, 14 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index b629ff1d2009..440bb32bed4a 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpbb -PORTVERSION= 2.0.12 +PORTVERSION= 2.0.13 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/phpbb/distinfo b/www/phpbb/distinfo index c4a4fafb342f..e63041d06977 100644 --- a/www/phpbb/distinfo +++ b/www/phpbb/distinfo @@ -1,2 +1,2 @@ -MD5 (phpBB-2.0.12.tar.bz2) = 5b77c23c22147c5d9719922b2f64d8fa -SIZE (phpBB-2.0.12.tar.bz2) = 436885 +MD5 (phpBB-2.0.13.tar.bz2) = a8a286d3855b969e1e8757464accf095 +SIZE (phpBB-2.0.13.tar.bz2) = 436886 diff --git a/www/phpbb/pkg-plist b/www/phpbb/pkg-plist index a9c7d048fdc5..b808cbc29771 100644 --- a/www/phpbb/pkg-plist +++ b/www/phpbb/pkg-plist @@ -6,14 +6,14 @@ %%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/install.php -share/phpbb/update_to_latest.php -share/phpbb/upgrade.php +%%DATADIR%%/contrib/README.html +%%DATADIR%%/contrib/dbinformer.php +%%DATADIR%%/contrib/fixfiles.sh +%%DATADIR%%/contrib/template_db_cache.php +%%DATADIR%%/contrib/template_file_cache.php +%%DATADIR%%/install.php +%%DATADIR%%/update_to_latest.php +%%DATADIR%%/upgrade.php %%PHPBBDIR%%/admin/admin_board.php %%PHPBBDIR%%/admin/admin_db_utilities.php %%PHPBBDIR%%/admin/admin_disallow.php @@ -306,9 +306,8 @@ share/phpbb/upgrade.php @exec chown -R %%WWWOWN%%:%%WWWGRP%% %B %%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rmdir %D/share/doc 2>/dev/null || true -@dirrm share/phpbb/contrib -@dirrm share/phpbb -@unexec rmdir %D/share 2>/dev/null || true +@dirrm %%DATADIR%%/contrib +@dirrm %%DATADIR%% @dirrm %%PHPBBDIR%%/admin @dirrm %%PHPBBDIR%%/cache @dirrm %%PHPBBDIR%%/db |