mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/phabricator: Update WWW and pet portlint.
- Update WWW. - Do not use spaces between equal signs and values. - Unmute an INSTALL_DATA invocation as suggested by portlint. Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D17311
This commit is contained in:
parent
3f5ada0f23
commit
17312e7169
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480698
2 changed files with 4 additions and 4 deletions
|
@ -55,9 +55,9 @@ GD_USE= PHP=gd
|
|||
.if ${PORT_OPTIONS:MOPCACHE}
|
||||
USE_PHP+= opcache
|
||||
. if ${PHP_VER} >= 70
|
||||
RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR}
|
||||
RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR}
|
||||
. else
|
||||
RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu4@${PHP_FLAVOR}
|
||||
RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu4@${PHP_FLAVOR}
|
||||
. endif
|
||||
.endif
|
||||
|
||||
|
@ -72,7 +72,7 @@ PHP_DESTDIR= lib/php/phabricator
|
|||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/conf/local
|
||||
@${INSTALL_DATA} ${FILESDIR}/local.json.sample \
|
||||
${INSTALL_DATA} ${FILESDIR}/local.json.sample \
|
||||
${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/conf/local
|
||||
cd ${WRKSRC} ; ${PAX} -rw * ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Phabricator is a collection of open source web applications that help
|
||||
software companies build better software.
|
||||
|
||||
WWW: http://phabricator.org/
|
||||
WWW: https://www.phacility.com/phabricator/
|
||||
|
|
Loading…
Add table
Reference in a new issue