Date: Tue, 25 Sep 2018 21:44:50 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480698 - head/devel/phabricator Message-ID: <201809252144.w8PLioP5093570@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809252144.w8PLioP5093570>