svn commit: r480698 - head/devel/phabricator
Mateusz Piotrowski
0mp at FreeBSD.org
Tue Sep 25 21:44:51 UTC 2018
Author: 0mp
Date: Tue Sep 25 21:44:49 2018
New Revision: 480698
URL: https://svnweb.freebsd.org/changeset/ports/480698
Log:
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
Modified:
head/devel/phabricator/Makefile
head/devel/phabricator/pkg-descr
Modified: head/devel/phabricator/Makefile
==============================================================================
--- head/devel/phabricator/Makefile Tue Sep 25 21:35:40 2018 (r480697)
+++ head/devel/phabricator/Makefile Tue Sep 25 21:44:49 2018 (r480698)
@@ -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}
Modified: head/devel/phabricator/pkg-descr
==============================================================================
--- head/devel/phabricator/pkg-descr Tue Sep 25 21:35:40 2018 (r480697)
+++ head/devel/phabricator/pkg-descr Tue Sep 25 21:44:49 2018 (r480698)
@@ -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/
More information about the svn-ports-all
mailing list