gonzalo 70488cb82f Update for Fluxbb to 1.5.0 with some security update:
* Use proper status codes for "Bad request" (and similar) error messages.
* Negative values in some config options leading to strange situations.
* Path disclosure through error messages in search.php (and others).
* Subscriptions were handled incorrectly when merging or splitting topics.
* Ignore BBCodes in search strings.
* The Technetium style had an issue with resizing images.
* Renaming users would unban them.

And others http://fluxbb.org/forums/viewtopic.php?id=6328

While here, the extract part is not needed.

Ok aja@.
2012-08-18 18:33:55 +00:00

40 lines
773 B
Makefile

# $OpenBSD: Makefile,v 1.8 2012/08/18 18:33:55 gonzalo Exp $
COMMENT = fast, light, user-friendly web forum
V= 1.5.0
DISTNAME = fluxbb-${V}
CATEGORIES = www
HOMEPAGE = http://fluxbb.org/
MAINTAINER = Chris Kuethe <ckuethe@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES= http://fluxbb.org/download/releases/${V}/
EXTRACT_SUFX= .zip
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
PREFIX= /var/www
INSTDIR= ${PREFIX}/fluxbb
SUBST_VARS= INSTDIR
MODULES= lang/php
RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mysql
do-install:
@mv ${WRKDIST} ${INSTDIR}
@chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}
@chgrp www ${INSTDIR}/cache
@chmod g+w ${INSTDIR}/cache
.include <bsd.port.mk>