diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-06-30 23:02:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-06-30 23:02:28 +0000 |
commit | 2a52488a6f8df3dd9d97a07fb56d104604d05c41 (patch) | |
tree | 8dc923cc55c68ae4330560b1e932700a49694f34 /www/phpbb | |
parent | ff19112890d555f92f013f5aeeae8332ef6d2de5 (diff) | |
download | ports-2a52488a6f8df3dd9d97a07fb56d104604d05c41.tar.gz ports-2a52488a6f8df3dd9d97a07fb56d104604d05c41.zip |
- Update to 2.0.21
- Add new WWW layout
PR: ports/99438
Submitted by: Kang Liu <liukang@cn.freebsd.org>
Approved by: markus (co mentor)
Notes
Notes:
svn path=/head/; revision=166674
Diffstat (limited to 'www/phpbb')
-rw-r--r-- | www/phpbb/Makefile | 5 | ||||
-rw-r--r-- | www/phpbb/distinfo | 6 | ||||
-rw-r--r-- | www/phpbb/files/pkg-opts | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index a629909a6f27..156e42e5bbf9 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -6,8 +6,7 @@ # PORTNAME= phpbb -PORTVERSION= 2.0.20 -PORTREVISION= 1 +PORTVERSION= 2.0.21 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +24,7 @@ USE_BZIP2= yes # The phpBB2 port supports a number of variables that may be tweaked at build # time. Perform a "make options" to see more information on these variables. # -WWWDOCROOT?= www/data +WWWDOCROOT?= www PHPBBURL?= phpBB2 WWWOWN?= www WWWGRP?= www diff --git a/www/phpbb/distinfo b/www/phpbb/distinfo index f80eae41562e..60bcf8f02943 100644 --- a/www/phpbb/distinfo +++ b/www/phpbb/distinfo @@ -1,3 +1,3 @@ -MD5 (phpBB-2.0.20.tar.bz2) = 195d199f7ce766bc6d522e0e9a3cb74d -SHA256 (phpBB-2.0.20.tar.bz2) = a269090b6f2ed8f003189b4d6c9db915b828eab3f9cf2ade619220cfebf93fe7 -SIZE (phpBB-2.0.20.tar.bz2) = 452282 +MD5 (phpBB-2.0.21.tar.bz2) = 891dd4d30539dad4ba301db2ad038392 +SHA256 (phpBB-2.0.21.tar.bz2) = 4b2bbfea47e709fdbad0c17c0ca0f3d3c36a83de08befa55bebab130cb24ddde +SIZE (phpBB-2.0.21.tar.bz2) = 452873 diff --git a/www/phpbb/files/pkg-opts b/www/phpbb/files/pkg-opts index 9d25a45069c4..1f355c2f4ce1 100644 --- a/www/phpbb/files/pkg-opts +++ b/www/phpbb/files/pkg-opts @@ -1,5 +1,5 @@ -* WWWDOCROOT [www/data] +* WWWDOCROOT [www] The DocumentRoot of your webserver under ${PREFIX} * PHPBBURL [phpBB2] |