From owner-svn-ports-all@freebsd.org Sun Nov 17 10:23:37 2019 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 E46AB1BCC60; Sun, 17 Nov 2019 10:23:37 +0000 (UTC) (envelope-from jbeich@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) server-signature RSA-PSS (4096 bits) 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 47G7Tj2Qtkz4Bd9; Sun, 17 Nov 2019 10:23:37 +0000 (UTC) (envelope-from jbeich@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 1402018775; Sun, 17 Nov 2019 10:23:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAHANamu006805; Sun, 17 Nov 2019 10:23:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAHANaqA006803; Sun, 17 Nov 2019 10:23:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201911171023.xAHANaqA006803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 17 Nov 2019 10:23:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517811 - in head/devel/py-pygit2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/devel/py-pygit2: . files X-SVN-Commit-Revision: 517811 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.29 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, 17 Nov 2019 10:23:38 -0000 Author: jbeich Date: Sun Nov 17 10:23:36 2019 New Revision: 517811 URL: https://svnweb.freebsd.org/changeset/ports/517811 Log: devel/py-pygit2: update to 0.28.2 Changes: https://github.com/libgit2/pygit2/compare/v0.28.0...v0.28.2 PR: 242022 Approved by: mfechner (maintainer) Deleted: head/devel/py-pygit2/files/ Modified: head/devel/py-pygit2/Makefile (contents, props changed) head/devel/py-pygit2/distinfo (contents, props changed) Modified: head/devel/py-pygit2/Makefile ============================================================================== --- head/devel/py-pygit2/Makefile Sun Nov 17 09:39:55 2019 (r517810) +++ head/devel/py-pygit2/Makefile Sun Nov 17 10:23:36 2019 (r517811) @@ -4,7 +4,7 @@ # Also update devel/libgit2, devel/libgit2-glib, devel/rubygem-rugged PORTNAME= pygit2 -PORTVERSION= 0.28.0 +PORTVERSION= 0.28.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,7 @@ COMMENT= Python bindings for libgit2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>1.0:devel/py-cffi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py-pycparser@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>1.0:devel/py-cffi@${PY_FLAVOR} LIB_DEPENDS= libgit2.so:devel/libgit2 RUN_DEPENDS= ${BUILD_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} Modified: head/devel/py-pygit2/distinfo ============================================================================== --- head/devel/py-pygit2/distinfo Sun Nov 17 09:39:55 2019 (r517810) +++ head/devel/py-pygit2/distinfo Sun Nov 17 10:23:36 2019 (r517811) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553163535 -SHA256 (pygit2-0.28.0.tar.gz) = 6dbce6aa7e0e1878ad19363a0e0de52f419b4abe2750c89974a42501bed2cf52 -SIZE (pygit2-0.28.0.tar.gz) = 486621 +TIMESTAMP = 1558863763 +SHA256 (pygit2-0.28.2.tar.gz) = 4d8c3fbbf2e5793a9984681a94e6ac2f1bc91a92cbac762dbdfbea296b917f86 +SIZE (pygit2-0.28.2.tar.gz) = 496469