From nobody Wed Oct 06 02:43:04 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9D9F612D6019; Wed, 6 Oct 2021 02:43:04 +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 4HPJfJ43Zcz4fCy; Wed, 6 Oct 2021 02:43:04 +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 6B310183B1; Wed, 6 Oct 2021 02:43:04 +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 1962h4IO074424; Wed, 6 Oct 2021 02:43:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1962h45r074423; Wed, 6 Oct 2021 02:43:04 GMT (envelope-from git) Date: Wed, 6 Oct 2021 02:43:04 GMT Message-Id: <202110060243.1962h45r074423@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: ef906b72267b - main - devel/magit: Update to 3.3.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ef906b72267be534da368a4516afa14a1f3151f7 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef906b72267be534da368a4516afa14a1f3151f7 commit ef906b72267be534da368a4516afa14a1f3151f7 Author: Yasuhiro Kimura AuthorDate: 2021-10-05 05:21:50 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-10-06 02:42:48 +0000 devel/magit: Update to 3.3.0 * Switch to DISTVERSION * Mark MAKE_JOBS_UNSAFE as parallel build fails if Emacs is built with native compilation enabled ReleaseNotes: https://github.com/magit/magit/blob/master/Documentation/RelNotes/3.3.0.org Approved by: meta (mentor) Differential Revision: https://reviews.freebsd.org/D32309 --- devel/magit/Makefile | 5 +++-- devel/magit/distinfo | 6 +++--- devel/magit/pkg-plist | 2 ++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/devel/magit/Makefile b/devel/magit/Makefile index 59928225ec46..0e8e9be02b6a 100644 --- a/devel/magit/Makefile +++ b/devel/magit/Makefile @@ -1,9 +1,8 @@ # Created by: Jun Kuriyama PORTNAME= magit -PORTVERSION= 3.2.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +DISTVERSION= 3.3.0 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -29,6 +28,8 @@ MAKE_ENV+= docdir=${DOCSDIR} \ lispdir=${PREFIX}/${_ELISPDIR} \ LOAD_PATH="-L ${WRKSRC}/lisp -L ${PREFIX}/${EMACS_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/ghub" \ VERSION=${PORTVERSION} +# Parallel build fails if Emacs is built with native compilation enabled +MAKE_JOBS_UNSAFE= yes CONFLICTS_INSTALL= magit-devel-emacs* diff --git a/devel/magit/distinfo b/devel/magit/distinfo index 50e2777b9c31..469576cec66c 100644 --- a/devel/magit/distinfo +++ b/devel/magit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628447697 -SHA256 (magit-magit-v3.2.1_GH0.tar.gz) = 7adb0ad4eb6abdd11b2f71a21374605a3acdaa18e60133ee462051c115c22e3d -SIZE (magit-magit-v3.2.1_GH0.tar.gz) = 619417 +TIMESTAMP = 1633411068 +SHA256 (magit-magit-v3.3.0_GH0.tar.gz) = 8c03f69b9f86cb515572d877b4e9677ceed7034be1abaa1b90c01904cd9bb8d6 +SIZE (magit-magit-v3.3.0_GH0.tar.gz) = 629283 diff --git a/devel/magit/pkg-plist b/devel/magit/pkg-plist index ac90f82027cb..3b8478a113d2 100644 --- a/devel/magit/pkg-plist +++ b/devel/magit/pkg-plist @@ -15,6 +15,8 @@ %%ELISPDIR%%/magit-bookmark.elc %%ELISPDIR%%/magit-branch.el %%ELISPDIR%%/magit-branch.elc +%%ELISPDIR%%/magit-bundle.el +%%ELISPDIR%%/magit-bundle.elc %%ELISPDIR%%/magit-clone.el %%ELISPDIR%%/magit-clone.elc %%ELISPDIR%%/magit-commit.el