mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 2.0.10, it is now compatible with PHP5.
PR: ports/69237 Submitted by: Xin LI <delphij@frontfree.net> Approved by: "Kang Liu" <liukang@bjpu.edu.cn> (maintainer)
This commit is contained in:
parent
3366b1b7de
commit
261c3bfe50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114550
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= phpbb
|
||||
PORTVERSION= 2.0.9
|
||||
PORTVERSION= 2.0.10
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -35,8 +35,9 @@ WRKSRC= ${WRKDIR}/phpBB2
|
||||
NO_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
PHPBB_VER= ${PORTVERSION:S/.0.//g:S/.//g}
|
||||
PLIST_SUB+= PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
|
||||
PLIST_SUB+= PHPBB_VER=${PORTVERSION:S/.//g}
|
||||
PLIST_SUB+= PHPBB_VER=${PHPBB_VER}
|
||||
|
||||
# Set custom variables:
|
||||
#
|
||||
@ -44,7 +45,7 @@ PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL}
|
||||
PKGOPTS= ${FILESDIR}/pkg-opts
|
||||
EXCEPTFILES= ${PREFIX}/${PHPBBDIR}/install/install.php \
|
||||
${PREFIX}/${PHPBBDIR}/install/upgrade.php \
|
||||
${PREFIX}/${PHPBBDIR}/install/update_to_${PORTVERSION:S/.//g}.php
|
||||
${PREFIX}/${PHPBBDIR}/install/update_to_${PHPBB_VER}.php
|
||||
|
||||
options:
|
||||
@ ${ECHO_MSG} "===> Build options for ${PKGNAME}:"
|
||||
|
Loading…
Reference in New Issue
Block a user