diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-23 09:43:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-23 09:43:37 +0000 |
commit | c16d1f65a964f3ea7f2bada5712196da703bee72 (patch) | |
tree | 39362dacc07b0e2cb2188e7029d9097174ca7bf0 /www/phpbb3 | |
parent | 141f0e4b3ff805041aa8c0f9c482097588a916a3 (diff) | |
download | ports-c16d1f65a964f3ea7f2bada5712196da703bee72.tar.gz ports-c16d1f65a964f3ea7f2bada5712196da703bee72.zip |
Notes
Diffstat (limited to 'www/phpbb3')
-rw-r--r-- | www/phpbb3/Makefile | 5 | ||||
-rw-r--r-- | www/phpbb3/distinfo | 5 | ||||
-rw-r--r-- | www/phpbb3/pkg-plist | 21 |
3 files changed, 9 insertions, 22 deletions
diff --git a/www/phpbb3/Makefile b/www/phpbb3/Makefile index d694384af1d3..502f51ec0799 100644 --- a/www/phpbb3/Makefile +++ b/www/phpbb3/Makefile @@ -6,11 +6,11 @@ # PORTNAME= phpbb -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.8 CATEGORIES= www MASTER_SITES= http://www.phpbb.com/files/release/ \ http://d10xg45o6p6dbl.cloudfront.net/projects/p/phpbb/ -DISTNAME= phpBB-${PORTVERSION}-PL1 +DISTNAME= phpBB-${PORTVERSION} MAINTAINER= appleboy.tw@gmail.com COMMENT= A PHP-based bulletin board / discussion forum system @@ -41,6 +41,7 @@ PLIST_SUB+= PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} # PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL} PKGOPTS= ${FILESDIR}/pkg-opts +PORTDOCS= * options: @ ${ECHO_MSG} "===> Build options for ${PKGNAME}:" diff --git a/www/phpbb3/distinfo b/www/phpbb3/distinfo index 573bb7bfea24..b00ff4bcb72a 100644 --- a/www/phpbb3/distinfo +++ b/www/phpbb3/distinfo @@ -1,3 +1,2 @@ -MD5 (phpBB-3.0.7-PL1.tar.bz2) = 67570654462c442c29080007c0af1e1b -SHA256 (phpBB-3.0.7-PL1.tar.bz2) = e0a34b6eaade544c3988cbc5ed8914c0952760ff0450f9b8d5047bd436d237aa -SIZE (phpBB-3.0.7-PL1.tar.bz2) = 1563108 +SHA256 (phpBB-3.0.8.tar.bz2) = ff496902dff750e6fa07a67cc1cbb76ff51470122e4e0934f6515f35fb3a8d42 +SIZE (phpBB-3.0.8.tar.bz2) = 1577613 diff --git a/www/phpbb3/pkg-plist b/www/phpbb3/pkg-plist index ace424aa4535..58a61d4ef04b 100644 --- a/www/phpbb3/pkg-plist +++ b/www/phpbb3/pkg-plist @@ -1,19 +1,3 @@ -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.html -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/FAQ.html -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.html -%%PORTDOCS%%%%DOCSDIR%%/README.html -%%PORTDOCS%%%%DOCSDIR%%/auth_api.html -%%PORTDOCS%%%%DOCSDIR%%/bg_header.gif -%%PORTDOCS%%%%DOCSDIR%%/coding-guidelines.html -%%PORTDOCS%%%%DOCSDIR%%/corners_left.gif -%%PORTDOCS%%%%DOCSDIR%%/corners_left.png -%%PORTDOCS%%%%DOCSDIR%%/corners_right.gif -%%PORTDOCS%%%%DOCSDIR%%/corners_right.png -%%PORTDOCS%%%%DOCSDIR%%/hook_system.html -%%PORTDOCS%%%%DOCSDIR%%/site_logo.gif -%%PORTDOCS%%%%DOCSDIR%%/stylesheet.css %%PHPBBDIR%%/.htaccess %%PHPBBDIR%%/adm/images/arrow_down.gif %%PHPBBDIR%%/adm/images/arrow_left.gif @@ -160,6 +144,7 @@ %%PHPBBDIR%%/docs/corners_right.gif %%PHPBBDIR%%/docs/corners_right.png %%PHPBBDIR%%/docs/hook_system.html +%%PHPBBDIR%%/docs/nginx.conf.sample %%PHPBBDIR%%/docs/site_logo.gif %%PHPBBDIR%%/docs/stylesheet.css %%PHPBBDIR%%/download/file.php @@ -232,6 +217,7 @@ %%PHPBBDIR%%/images/upload_icons/wav.gif %%PHPBBDIR%%/images/upload_icons/xls.gif %%PHPBBDIR%%/images/upload_icons/zip.gif +%%PHPBBDIR%%/includes/.htaccess %%PHPBBDIR%%/includes/acm/acm_apc.php %%PHPBBDIR%%/includes/acm/acm_eaccelerator.php %%PHPBBDIR%%/includes/acm/acm_file.php @@ -326,6 +312,7 @@ %%PHPBBDIR%%/includes/db/index.htm %%PHPBBDIR%%/includes/db/mssql.php %%PHPBBDIR%%/includes/db/mssql_odbc.php +%%PHPBBDIR%%/includes/db/mssqlnative.php %%PHPBBDIR%%/includes/db/mysql.php %%PHPBBDIR%%/includes/db/mysqli.php %%PHPBBDIR%%/includes/db/oracle.php @@ -974,6 +961,7 @@ %%PHPBBDIR%%/viewforum.php %%PHPBBDIR%%/viewonline.php %%PHPBBDIR%%/viewtopic.php +%%PHPBBDIR%%/web.config @dirrm %%PHPBBDIR%%/styles/subsilver2/theme/images @dirrm %%PHPBBDIR%%/styles/subsilver2/theme @dirrm %%PHPBBDIR%%/styles/subsilver2/template @@ -1032,4 +1020,3 @@ @dirrm %%PHPBBDIR%%/adm/images @dirrm %%PHPBBDIR%%/adm @dirrm %%PHPBBDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |