Date: Fri, 1 Oct 2021 21:17:15 GMT From: Michael Gmelin <grembo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e48613f2da0d - main - devel/phabricator: Bump minimum arcanist-lib dependency Message-ID: <202110012117.191LHF8u051500@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=e48613f2da0d1c38c045408998c577c90af8af4f commit e48613f2da0d1c38c045408998c577c90af8af4f Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2021-10-01 11:51:28 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2021-10-01 21:16:55 +0000 devel/phabricator: Bump minimum arcanist-lib dependency This makes sure phabricator is using the Mozilla root CA bundle when doing webhook calls (e.g., from harbormaster). Before it would use the custom root CA bundle that shipped with arcanist, which hasn't been updated in a while. This caused problems with Let's Encrypt issued certificates, after the R3 Let's Encrypt intermediate CA expired. --- devel/phabricator/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/phabricator/Makefile b/devel/phabricator/Makefile index 09d0bebff367..3466c34f3c89 100644 --- a/devel/phabricator/Makefile +++ b/devel/phabricator/Makefile @@ -1,6 +1,6 @@ PORTNAME= phabricator PORTVERSION= 20201119 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -13,7 +13,7 @@ COMMENT= Open source, software engineering platform LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= arcanist-lib${PHP_PKGNAMESUFFIX}>=20200514:devel/arcanist-lib@${PHP_FLAVOR} \ +RUN_DEPENDS= arcanist-lib${PHP_PKGNAMESUFFIX}>=20210113_1:devel/arcanist-lib@${PHP_FLAVOR} \ git:devel/git USES= php:cli,flavors shebangfix @@ -57,6 +57,7 @@ OPCACHE_USE= PHP=opcache USE_GITHUB= yes NO_BUILD= yes +NO_ARCH= yes USE_RC_SUBR= phd SUB_FILES= pkg-message PORTSCOUT= ignore:1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110012117.191LHF8u051500>