diff options
author | pav <pav@FreeBSD.org> | 2004-03-02 19:07:04 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-02 19:07:04 +0000 |
commit | 7d7a744536eaaeb015ab0707f5814fd4645260b9 (patch) | |
tree | 98d24ea4f45ae169685df29db5501f9b441a1b8a /www/phpbb | |
parent | 423e373cf2c30a75bbd9af68215ce4ee18996bec (diff) | |
download | FreeBSD-ports-7d7a744536eaaeb015ab0707f5814fd4645260b9.zip FreeBSD-ports-7d7a744536eaaeb015ab0707f5814fd4645260b9.tar.gz |
- Update checksum
New version (2.0.6d) was released without changing distfile name.
Security vulnerability (sql injection) in viewtopic was fixed
and some issues with login was fixed. I verified this by diffing
old and new distfile.
- Add SIZE
- Bump PORTREVISION
PR: ports/63641
Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer)
Diffstat (limited to 'www/phpbb')
-rw-r--r-- | www/phpbb/Makefile | 2 | ||||
-rw-r--r-- | www/phpbb/distinfo | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index d506e8c..891dc8e 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -7,7 +7,7 @@ PORTNAME= phpbb PORTVERSION= 2.0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/phpbb/distinfo b/www/phpbb/distinfo index b7c1eaf..75ab247 100644 --- a/www/phpbb/distinfo +++ b/www/phpbb/distinfo @@ -1 +1,2 @@ -MD5 (phpBB-2.0.6.tar.bz2) = 0c2a43e1f482dffbcdb91dd366c9894f +MD5 (phpBB-2.0.6.tar.bz2) = b3e462b3696e483bda81b281eca2c828 +SIZE (phpBB-2.0.6.tar.bz2) = 453896 |