From owner-svn-ports-head@freebsd.org Sat Jun 20 11:49:10 2020 Return-Path: Delivered-To: svn-ports-head@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 37F0734F33F; Sat, 20 Jun 2020 11:49:10 +0000 (UTC) (envelope-from tobik@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 49pv8k0nXcz3f5D; Sat, 20 Jun 2020 11:49:10 +0000 (UTC) (envelope-from tobik@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 F2091BF1D; Sat, 20 Jun 2020 11:49:09 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05KBn98T009830; Sat, 20 Jun 2020 11:49:09 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05KBn9bQ009826; Sat, 20 Jun 2020 11:49:09 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202006201149.05KBn9bQ009826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 20 Jun 2020 11:49:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539732 - in head/devel: libgit2 py-pygit2 X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/devel: libgit2 py-pygit2 X-SVN-Commit-Revision: 539732 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2020 11:49:10 -0000 Author: tobik Date: Sat Jun 20 11:49:08 2020 New Revision: 539732 URL: https://svnweb.freebsd.org/changeset/ports/539732 Log: devel/libgit2: Update to 1.0.1 Changes: https://github.com/libgit2/libgit2/releases/tag/v1.0.1 Changes: https://github.com/libgit2/pygit2/blob/v1.2.1/CHANGELOG.rst#121-2020-05-01 Approved by: mfechner (maintainer) Differential Revision: https://reviews.freebsd.org/D25341 Modified: head/devel/libgit2/Makefile head/devel/libgit2/distinfo head/devel/py-pygit2/Makefile head/devel/py-pygit2/distinfo Modified: head/devel/libgit2/Makefile ============================================================================== --- head/devel/libgit2/Makefile Sat Jun 20 10:31:52 2020 (r539731) +++ head/devel/libgit2/Makefile Sat Jun 20 11:49:08 2020 (r539732) @@ -6,7 +6,7 @@ # Tools/scripts/search_lib_depends_and_bump.sh devel/libgit2 PORTNAME= libgit2 -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= devel MASTER_SITES= https://github.com/libgit2/libgit2/releases/download/v${PORTVERSION}/ Modified: head/devel/libgit2/distinfo ============================================================================== --- head/devel/libgit2/distinfo Sat Jun 20 10:31:52 2020 (r539731) +++ head/devel/libgit2/distinfo Sat Jun 20 11:49:08 2020 (r539732) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586841403 -SHA256 (libgit2-1.0.0.tar.gz) = 6a1fa16a7f6335ce8b2630fbdbb5e57c4027929ebc56fcd1ac55edb141b409b4 -SIZE (libgit2-1.0.0.tar.gz) = 5312324 +TIMESTAMP = 1592490622 +SHA256 (libgit2-1.0.1.tar.gz) = 689f442c39c4117df515d1a0ffd7b401b91a500d7e2875ac45a440d86f198f5a +SIZE (libgit2-1.0.1.tar.gz) = 5312284 Modified: head/devel/py-pygit2/Makefile ============================================================================== --- head/devel/py-pygit2/Makefile Sat Jun 20 10:31:52 2020 (r539731) +++ head/devel/py-pygit2/Makefile Sat Jun 20 11:49:08 2020 (r539732) @@ -4,8 +4,7 @@ # Also update devel/libgit2, devel/libgit2-glib, devel/rubygem-rugged PORTNAME= pygit2 -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pygit2/distinfo ============================================================================== --- head/devel/py-pygit2/distinfo Sat Jun 20 10:31:52 2020 (r539731) +++ head/devel/py-pygit2/distinfo Sat Jun 20 11:49:08 2020 (r539732) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586841595 -SHA256 (pygit2-1.2.0.tar.gz) = f991347f5b11589ac8dc5a3c8257a514cf802545b75c11133a43ae9f76388278 -SIZE (pygit2-1.2.0.tar.gz) = 232458 +TIMESTAMP = 1592490751 +SHA256 (pygit2-1.2.1.tar.gz) = de9421118a99c79cbba1e512d60e5caed1d63273ce30a0e8d4edef4a2e500387 +SIZE (pygit2-1.2.1.tar.gz) = 235852