diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-08 19:26:55 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-08 19:26:55 +0000 |
commit | d6c724b10477b8740e063a9d31692cd191d4aa95 (patch) | |
tree | 86f14650f329a2a6fc6a33369a5eb0dc007f70e8 /www | |
parent | f8bc3c3b1910128c7fe18df6f623e7539c2b8af3 (diff) | |
download | ports-d6c724b10477b8740e063a9d31692cd191d4aa95.tar.gz ports-d6c724b10477b8740e063a9d31692cd191d4aa95.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/phpbb/Makefile | 2 | ||||
-rw-r--r-- | www/phpbb/distinfo | 5 | ||||
-rw-r--r-- | www/phpbb/files/patch-includes-sessions.php | 7 |
3 files changed, 4 insertions, 10 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index 9ed0a1d874c0..ffb236fdeb09 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpbb -PORTVERSION= 2.0.17 +PORTVERSION= 2.0.18 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/phpbb/distinfo b/www/phpbb/distinfo index ddf5ba1608a5..1b6c69029f8f 100644 --- a/www/phpbb/distinfo +++ b/www/phpbb/distinfo @@ -1,2 +1,3 @@ -MD5 (phpBB-2.0.17.tar.bz2) = 1cafd539b72201c91c5cdee98f910046 -SIZE (phpBB-2.0.17.tar.bz2) = 444785 +MD5 (phpBB-2.0.18.tar.bz2) = 2d3c71574ea8d3ef0afbcf4aec63947a +SHA256 (phpBB-2.0.18.tar.bz2) = ed072833aa0b14346f993114449dbbb6b0c1d3c8b79668e6bafbbc32ca7d0920 +SIZE (phpBB-2.0.18.tar.bz2) = 448983 diff --git a/www/phpbb/files/patch-includes-sessions.php b/www/phpbb/files/patch-includes-sessions.php index bb15b73c06a1..a84aa2f04322 100644 --- a/www/phpbb/files/patch-includes-sessions.php +++ b/www/phpbb/files/patch-includes-sessions.php @@ -9,10 +9,3 @@ { message_die(CRITICAL_ERROR, 'Error creating new session', '', __LINE__, __FILE__, $sql); } -@@ -421,4 +421,4 @@ - return $url; - } - --?> -\ No newline at end of file -+?> |