diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-24 19:37:24 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-24 19:37:24 +0800 |
commit | 983c074eeedb94cc818a99dff01f767db670c08e (patch) | |
tree | eb91e79cc512538a97584573bcc903512a750825 /www/phpbb/Makefile | |
parent | a19e941d77bb5b44df2a803932bade1b25bad1e7 (diff) | |
download | freebsd-ports-gnome-983c074eeedb94cc818a99dff01f767db670c08e.tar.gz freebsd-ports-gnome-983c074eeedb94cc818a99dff01f767db670c08e.tar.zst freebsd-ports-gnome-983c074eeedb94cc818a99dff01f767db670c08e.zip |
update ports/www/phpbb to 2.0.6
phpBB Group are pleased to announce the release of phpBB
2.0.6 the "phew, it's way to hot to be furry" Edition. This
release had been made to fix a number of potential security
related issues and more annoying bugs. (from:
http://www.phpbb.com/phpBB/viewtopic.php?t=124245) Here is
the patch made by me,I would like to be the maintainer of
this port.
PR: ports/55230
Submitted by: Kang Liu <liukang@bjpu.edu.cn>
Diffstat (limited to 'www/phpbb/Makefile')
-rw-r--r-- | www/phpbb/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index ae28dc9ddbd2..ef9ff8145632 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -6,18 +6,19 @@ # PORTNAME= phpbb -PORTVERSION= 2.0.5 -PORTREVISION= 1 +PORTVERSION= 2.0.6 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= phpBB-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= liukang@bjpu.edu.cn COMMENT= A PHP-based bulletin board / discussion forum system RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR +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. # @@ -59,8 +60,6 @@ pre-everything:: post-patch: @ ${REINPLACE_CMD} -e "s#\.\./templates#/${PHPBBURL}/templates#" \ ${WRKSRC}/docs/*.html - @ ${RM} ${WRKSRC}/viewtopic.php.orig - @ ${RM} ${WRKSRC}/admin/admin_styles.php.orig post-configure: @ ${SED} \ |