From owner-dev-commits-ports-main@freebsd.org Fri Oct 1 21:17:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B4606B6391; Fri, 1 Oct 2021 21:17:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLjcD0kCGz3JXy; Fri, 1 Oct 2021 21:17:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E89D52699C; Fri, 1 Oct 2021 21:17:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 191LHFRN051501; Fri, 1 Oct 2021 21:17:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 191LHF8u051500; Fri, 1 Oct 2021 21:17:15 GMT (envelope-from git) Date: Fri, 1 Oct 2021 21:17:15 GMT Message-Id: <202110012117.191LHF8u051500@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Michael Gmelin Subject: git: e48613f2da0d - main - devel/phabricator: Bump minimum arcanist-lib dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: grembo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e48613f2da0d1c38c045408998c577c90af8af4f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2021 21:17:16 -0000 The branch main has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=e48613f2da0d1c38c045408998c577c90af8af4f commit e48613f2da0d1c38c045408998c577c90af8af4f Author: Michael Gmelin AuthorDate: 2021-10-01 11:51:28 +0000 Commit: Michael Gmelin 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