head	1.27;
access;
symbols
	RELEASE_8_3_0:1.25
	RELEASE_9_0_0:1.24
	RELEASE_7_4_0:1.22
	RELEASE_8_2_0:1.22
	RELEASE_6_EOL:1.22
	RELEASE_8_1_0:1.21
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.13
	old_RELEASE_7_0_0:1.8
	old_RELEASE_6_3_0:1.8;
locks; strict;
comment	@# @;


1.27
date	2012.11.17.06.02.57;	author svnexp;	state Exp;
branches;
next	1.26;

1.26
date	2012.09.24.18.15.52;	author bdrewery;	state Exp;
branches;
next	1.25;

1.25
date	2012.02.07.09.50.15;	author miwi;	state Exp;
branches;
next	1.24;

1.24
date	2011.08.08.13.32.50;	author pav;	state Exp;
branches;
next	1.23;

1.23
date	2011.07.14.06.42.03;	author sunpoet;	state Exp;
branches;
next	1.22;

1.22
date	2010.11.23.09.43.37;	author pav;	state Exp;
branches;
next	1.21;

1.21
date	2010.04.26.04.56.16;	author linimon;	state Exp;
branches;
next	1.20;

1.20
date	2010.04.25.19.03.52;	author linimon;	state Exp;
branches;
next	1.19;

1.19
date	2010.03.15.02.22.39;	author wen;	state Exp;
branches;
next	1.18;

1.18
date	2009.12.03.08.53.16;	author pav;	state Exp;
branches;
next	1.17;

1.17
date	2009.08.22.00.38.20;	author amdmi3;	state Exp;
branches;
next	1.16;

1.16
date	2009.07.04.22.40.08;	author miwi;	state Exp;
branches;
next	1.15;

1.15
date	2008.12.23.20.39.09;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2008.08.25.16.46.10;	author miwi;	state Exp;
branches;
next	1.13;

1.13
date	2008.05.30.21.45.46;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2008.01.07.19.25.00;	author beech;	state Exp;
branches;
next	1.11;

1.11
date	2008.01.03.00.23.05;	author beech;	state Exp;
branches;
next	1.10;

1.10
date	2007.12.26.21.01.12;	author beech;	state Exp;
branches;
next	1.9;

1.9
date	2007.12.25.09.13.19;	author beech;	state Exp;
branches;
next	1.8;

1.8
date	2007.10.27.23.15.57;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2007.08.27.19.27.59;	author beech;	state Exp;
branches;
next	1.6;

1.6
date	2007.08.20.09.07.20;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2007.07.20.12.34.22;	author rafan;	state Exp;
branches;
next	1.4;

1.4
date	2007.07.19.10.16.29;	author rafan;	state Exp;
branches;
next	1.3;

1.3
date	2007.07.16.08.06.21;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2007.07.05.08.31.32;	author delphij;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.06.09.41.11;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.27
log
@Switch exporter over
@
text
@# New ports collection makefile for:	phpbb3
# Date created:		20 Dec 2007
# Whom:	      		Zhen REN <bg1tpt@@gmail.com>
#
# $FreeBSD: head/www/phpbb3/Makefile 304792 2012-09-24 18:15:52Z bdrewery $
#

PORTNAME=	phpbb
PORTVERSION=	3.0.11
CATEGORIES=	www
MASTER_SITES=	https://www.phpbb.com/files/release/
DISTNAME=	phpBB-${PORTVERSION}

MAINTAINER=	appleboy.tw@@gmail.com
COMMENT=	A PHP-based bulletin board / discussion forum system

LICENSE=	GPLv2

CONFLICTS=	phpbb-tw-[0-9]* phpbb-devel-[0-9]* \
		phpbb-[0-2]*

USE_BZIP2=	yes
USE_PHP=	yes

# The phpBB3 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
PHPBBURL?=	phpBB3
#
# End of user-configurable variables.

LATEST_LINK?=	phpbb3
WRKSRC=		${WRKDIR}/phpBB3
NO_BUILD=	yes
SUB_FILES=	pkg-message
SUB_LIST=	PHPBBURL="${PHPBBURL}" \
		PHPBBDIR="${PHPBBDIR}"

PLIST_SUB+=	PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}

# Set custom variables:
#
PHPBBDIR=	${WWWDOCROOT}/${PHPBBURL}
PKGOPTS=	${FILESDIR}/pkg-opts
PORTDOCS=	*

options:
	@@ ${ECHO_MSG} "===>  Build options for ${PKGNAME}:"
	@@ ${CAT} ${PKGOPTS}

pre-everything::
.if !defined(BATCH)
	@@ ${TEST} -r ${PKGOPTS} && \
	  (${ECHO_MSG} '-------------------------------------------------------------------------'; \
	   ${ECHO_MSG} 'Perform a "make options" to see a list of available installation options.'; \
	   ${ECHO_MSG} '-------------------------------------------------------------------------')
.endif

do-install:
	@@ cd ${WRKSRC} && ${COPYTREE_SHARE} . ${PREFIX}/${PHPBBDIR} "! -name config.php"
	@@ [ -f ${PREFIX}/${PHPBBDIR}/config.php ] || ${TOUCH} ${PREFIX}/${PHPBBDIR}/config.php
	@@ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${PHPBBDIR}
	@@ ${CHMOD} -R 0755 ${PREFIX}/${PHPBBDIR}
	@@${ECHO_CMD} '@@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \
		${PHPBBDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST}

post-install:
.if !defined(NOPORTDOCS)
	@@ ${MKDIR} ${DOCSDIR}
	@@ cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}

.if !defined(BATCH)
	@@ ${CAT} ${PKGMESSAGE}
.endif
.endif

.include <bsd.port.mk>
@


1.26
log
@SVN rev 304792 on 2012-09-24 18:15:52Z by bdrewery

- Update to 3.0.11

PR:		ports/171904
Submitted by:	Bo-Yi Wu <appleboy.tw@@gmail.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.25
log
@- Update to 3.0.10

PR:		164726
Submitted by:	John Marshall <john.marshall@@riverwillow.com.au>
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	3.0.10
d11 1
a11 2
MASTER_SITES=	http://www.phpbb.com/files/release/ \
		http://d10xg45o6p6dbl.cloudfront.net/projects/p/phpbb/
@


1.24
log
@- State php dependency
- Add LICENSE

PR:		ports/159362
Submitted by:	Pedro Giffuni <giffunip@@tutopia.com>
Approved by:	Bo-Yi Wu <appleboy.tw@@gmail.com> (maintainer)
@
text
@d9 1
a9 2
PORTVERSION=	3.0.9
PORTREVISION=	1
@


1.23
log
@- Update to 3.0.9
- Update comment

Changes:	http://www.phpbb.com/community/viewtopic.php?f=14&t=2134142&sid=d5bb66906a5e4284e3cc581f4bc2a147
PR:		ports/158863
Submitted by:	Bo-Yi Wu <appleboy.tw@@gmail.com> (maintainer)
@
text
@d10 1
d19 2
d25 1
@


1.22
log
@- Update to 3.0.8

PR:		ports/152523
Submitted by:	Bo-Yi Wu <appleboy.tw@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.0.8
d23 1
a23 1
# The phpBB2 port supports a number of variables that may be tweaked at build
@


1.21
log
@Over to new volunteer.
@
text
@d9 1
a9 1
PORTVERSION=	3.0.7
d13 1
a13 1
DISTNAME=	phpBB-${PORTVERSION}-PL1
d44 1
@


1.20
log
@Reset bg1tpt@@gmail.com due to maintainer-timeouts and no response to
email.

Hat:		portmgr
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.19
log
@- Update to 3.0.7

PR:		ports/144381
Submitted by:	Bo-Yi Wu <appleboy.tw@@gmail.com>
Approved by:	maintainer(timeout, >=2 weeks)
@
text
@d15 1
a15 1
MAINTAINER=	bg1tpt@@gmail.com
@


1.18
log
@- Update to 3.0.6

PR:		ports/140653
Submitted by:	Bo-Yi Wu <appleboy.tw@@gmail.com>
Approved by:	Razor <bg1tpt@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.0.6
d11 3
a13 2
MASTER_SITES=	http://d10xg45o6p6dbl.cloudfront.net/projects/p/phpbb/
DISTNAME=	phpBB-${PORTVERSION}
@


1.17
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d9 1
a9 1
PORTVERSION=	3.0.5
d11 1
a11 1
MASTER_SITES=	SF/${PORTNAME}/phpBB%203/phpBB%20${PORTVERSION}
@


1.16
log
@- Update to 3.0.5

PR:		135187
Submitted by:	Sylvio Cesar <scjamorim@@bsd.com.br>
Approved by:	maintainer timeout
@
text
@d11 1
a11 1
MASTER_SITES=	SF
@


1.15
log
@- Update to 3.0.4

PR:		129845
Submitted by:	Zhen REN <bg1tpt@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.0.4
@


1.14
log
@- Update to 3.0.2

PR:		126258
Submitted by:	Wen heping <wenheping@@gmail.com>
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	3.0.2
@


1.13
log
@- Update to 3.0.1

PR:		123663
Submitted by:	"Dima Panov" <fluffy@@fluffy.khv.ru>
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	3.0.1
@


1.12
log
@- Add conflicts
- Bump portrevision

Pointed out by:		sat

Approved by:		Razor <bg1tpt@@gmail.com> (maintainer),
			linimon (mentor)
@
text
@d9 1
a9 2
PORTVERSION=	3.0.0
PORTREVISION=	1
@


1.11
log
@- New port phpbb3-3.0.0
- Update after repocopy from phpbb-devel

PR:		ports/118934
Submitted by:	Zhen REN <bg1tpt@@gmail.com> (maintainer)
Approved by:	linimon (mentor)
@
text
@d10 1
d18 2
a19 1
CONFLICTS=	phpbb-tw-[0-9]* phpbb-devel-[0-9]*
@


1.10
log
@- Force commit after repocopy

Approved by:	linimon (mentor)
@
text
@d1 2
a2 2
# New ports collection makefile for:	phpbb-devel
# Date created:		1 Jun 2007
a9 1
PORTEPOCH=	1
a11 1
PKGNAMESUFFIX=	-devel
d17 1
a17 1
CONFLICTS=	phpbb-tw-[0-9]* phpbb-[0-9]* phpbb3-[0-9]
d29 1
@


1.9
log
@- Update to 3.0.0 (final)
- Makefile tweaks

PR:		ports/118935
Submitted by:	Zhen REN <bg1tpt@@gmail.com> (maintainer)
Approved by:	linimon (mentor)
@
text
@@


1.8
log
@- Update to 3.0 RC7

PR:		117395
Submitted by:	Artem Naluzhnyy <tut@@nhamon.com.ua>
Approved by:	maintainer
@
text
@d9 2
a10 1
PORTVERSION=	3.0r7
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	phpbb
d14 1
a14 1
DISTNAME=	phpBB-3.0.RC7
d19 1
a19 1
CONFLICTS=	phpbb-tw-[0-9]* phpbb-[0-9]*
d35 1
a35 1
		PHPBBDIR="${PHPBBDIR}" \
a56 1
	@@ ${MKDIR} -m 0775 ${PREFIX}/${PHPBBDIR}
d60 3
@


1.7
log
@- Update to 3.0r5

PR:		ports/115824
Submitted by:	Zhen REN <bg1tpt@@gmail.com> (maintainer)
Approved by:	sat (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	3.0r5
d14 1
a14 1
DISTNAME=	phpBB-3.0.RC5
@


1.6
log
@- Update to 3.0.0RC43

PR:		115256
Submitted by:	Dima Panov <fluffy@@ael.ru>
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	3.0r4
d14 1
a14 1
DISTNAME=	phpBB-3.0.RC4
@


1.5
log
@- Use COPYTREE_* macro instead of our own
- Use -s from test(1) to remove nested shell if
- Do not touch modification time of config.php as in Makefile

Suggested by:	sat
Submitted by:	Razor <bg1tpt at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	3.0r3
d14 1
a14 1
DISTNAME=	phpBB-3.0.RC3
@


1.4
log
@- Do not remove modified config files on deinstall

PR:		ports/114624 (use maintainer's version)
Submitted by:	Dima Panov <fluffy at ael.ru>
Approved by:	Razor <bg1tpt at gmail.com> (maintainer)
@
text
@d58 2
a59 2
	@@ cd ${WRKSRC} && ${FIND} . ! -name config.php ! -name . -print | ${TAR} cTf - - | ${TAR} xUCf ${PREFIX}/${PHPBBDIR} -
	@@ ${TOUCH} ${PREFIX}/${PHPBBDIR}/config.php
d65 1
a65 1
	@@ cd ${WRKSRC}/docs && ${FIND} . -print | ${TAR} cTf - - | ${TAR} xUCf ${DOCSDIR} -
@


1.3
log
@- Update to 3.0 RC3

PR:		114614
Submitted by:	Dima Panov <fluffy@@ael.ru>
Approved by:	maintainer
@
text
@d58 2
a59 1
	@@ cd ${WRKSRC} && ${FIND} . -print | ${TAR} cTf - - | ${TAR} xUCf ${PREFIX}/${PHPBBDIR} -
@


1.2
log
@Update to 3.0-RC2

Submitted by:	Dima Panov <fluffy ael ru>
		(with changes from maintainer)
PR:		ports/114112
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	3.0r2
d14 1
a14 1
DISTNAME=	phpBB-3.0.RC2
@


1.1
log
@Add phpbb-devel 3.0r1, a PHP-based bulletin board / discussion forum
system.

PR:		ports/113214
Submitted by:	Zhen REN <bg1tpt at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	3.0r1
d14 1
a14 1
DISTNAME=	phpBB-3.0.RC1
@

