From owner-svn-ports-all@freebsd.org Sun Nov 22 16:29:19 2020 Return-Path: Delivered-To: svn-ports-all@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 25BE846D687; Sun, 22 Nov 2020 16:29:19 +0000 (UTC) (envelope-from rhurlin@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CfG2R0b35z3RCM; Sun, 22 Nov 2020 16:29:19 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02B101D058; Sun, 22 Nov 2020 16:29:19 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AMGTIrF075491; Sun, 22 Nov 2020 16:29:18 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AMGTIO4075489; Sun, 22 Nov 2020 16:29:18 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202011221629.0AMGTIO4075489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Sun, 22 Nov 2020 16:29:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556062 - head/devel/ghub X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/devel/ghub X-SVN-Commit-Revision: 556062 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2020 16:29:19 -0000 Author: rhurlin Date: Sun Nov 22 16:29:18 2020 New Revision: 556062 URL: https://svnweb.freebsd.org/changeset/ports/556062 Log: devel/ghub: Update to 3.5.0 - Limit auth-source kludge to affected Emacs releases - Fix url-http-handle-authentication - Add a .mailmap address - Some corrections of typos Changelog: https://github.com/magit/ghub/commits/v3.5.0 PR: 251308 Submitted by: Yasuhiro KIMURA (maintainer) Approved by: arrowd, tcberner (mentors, implicit) Modified: head/devel/ghub/Makefile head/devel/ghub/distinfo Modified: head/devel/ghub/Makefile ============================================================================== --- head/devel/ghub/Makefile Sun Nov 22 16:02:28 2020 (r556061) +++ head/devel/ghub/Makefile Sun Nov 22 16:29:18 2020 (r556062) @@ -2,7 +2,7 @@ PORTNAME= ghub DISTVERSIONPREFIX= v -DISTVERSION= 3.4.2 +DISTVERSION= 3.5.0 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} Modified: head/devel/ghub/distinfo ============================================================================== --- head/devel/ghub/distinfo Sun Nov 22 16:02:28 2020 (r556061) +++ head/devel/ghub/distinfo Sun Nov 22 16:29:18 2020 (r556062) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603663725 -SHA256 (magit-ghub-v3.4.2_GH0.tar.gz) = 67a22b2e0d9dfb8d4ff31c209a059983b39d34e3eda68a26e155b507e615e8e6 -SIZE (magit-ghub-v3.4.2_GH0.tar.gz) = 56449 +TIMESTAMP = 1606039067 +SHA256 (magit-ghub-v3.5.0_GH0.tar.gz) = 9536cdd1c3c5740df472b91610bda4183cacd4d9021778665b41d6947beb6cdc +SIZE (magit-ghub-v3.5.0_GH0.tar.gz) = 56879