From owner-svn-ports-head@freebsd.org Thu Jan 31 14:13:44 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86CAD14AB17D; Thu, 31 Jan 2019 14:13:44 +0000 (UTC) (envelope-from mfechner@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 2B76F905AF; Thu, 31 Jan 2019 14:13:44 +0000 (UTC) (envelope-from mfechner@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 20CC587EC; Thu, 31 Jan 2019 14:13:44 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0VEDiVi017801; Thu, 31 Jan 2019 14:13:44 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0VEDgcd017791; Thu, 31 Jan 2019 14:13:42 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201901311413.x0VEDgcd017791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 31 Jan 2019 14:13:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491724 - in head/devel: libgit2 py-pygit2 py-pygit2/files rubygem-rugged X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/devel: libgit2 py-pygit2 py-pygit2/files rubygem-rugged X-SVN-Commit-Revision: 491724 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2B76F905AF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 31 Jan 2019 14:13:44 -0000 Author: mfechner Date: Thu Jan 31 14:13:42 2019 New Revision: 491724 URL: https://svnweb.freebsd.org/changeset/ports/491724 Log: Upgrade devel/libgit2 to 0.27.8 and required ports. Reported by: PORTSCOUT, swills Modified: head/devel/libgit2/Makefile head/devel/libgit2/distinfo head/devel/py-pygit2/Makefile head/devel/py-pygit2/distinfo head/devel/py-pygit2/files/patch-setup.py head/devel/rubygem-rugged/Makefile head/devel/rubygem-rugged/distinfo Modified: head/devel/libgit2/Makefile ============================================================================== --- head/devel/libgit2/Makefile Thu Jan 31 14:05:37 2019 (r491723) +++ head/devel/libgit2/Makefile Thu Jan 31 14:13:42 2019 (r491724) @@ -3,7 +3,7 @@ # Also update devel/libgit2-glib, devel/rubygem-rugged, devel/py-pygit2 PORTNAME= libgit2 -PORTVERSION= 0.27.7 +PORTVERSION= 0.27.8 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/libgit2/distinfo ============================================================================== --- head/devel/libgit2/distinfo Thu Jan 31 14:05:37 2019 (r491723) +++ head/devel/libgit2/distinfo Thu Jan 31 14:13:42 2019 (r491724) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540899281 -SHA256 (libgit2-libgit2-v0.27.7_GH0.tar.gz) = 1a5435a483759b1cd96feb12b11abb5231b0688016db506ce5947178f6ba2531 -SIZE (libgit2-libgit2-v0.27.7_GH0.tar.gz) = 4782856 +TIMESTAMP = 1548885089 +SHA256 (libgit2-libgit2-v0.27.8_GH0.tar.gz) = 8313873d49dc01e8b880ec334d7430ae67496a89aaa8c6e7bbd3affb47a00c76 +SIZE (libgit2-libgit2-v0.27.8_GH0.tar.gz) = 4783928 Modified: head/devel/py-pygit2/Makefile ============================================================================== --- head/devel/py-pygit2/Makefile Thu Jan 31 14:05:37 2019 (r491723) +++ head/devel/py-pygit2/Makefile Thu Jan 31 14:13:42 2019 (r491724) @@ -4,7 +4,7 @@ # Also update devel/libgit2, devel/libgit2-glib, devel/rubygem-rugged PORTNAME= pygit2 -PORTVERSION= 0.27.2 +PORTVERSION= 0.27.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pygit2/distinfo ============================================================================== --- head/devel/py-pygit2/distinfo Thu Jan 31 14:05:37 2019 (r491723) +++ head/devel/py-pygit2/distinfo Thu Jan 31 14:13:42 2019 (r491724) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537177291 -SHA256 (pygit2-0.27.2.tar.gz) = fcc293c54bdca8d0e270fd8bfa2e7a63243e093bbdb222c1efb240665a7f2b35 -SIZE (pygit2-0.27.2.tar.gz) = 477237 +TIMESTAMP = 1548885188 +SHA256 (pygit2-0.27.4.tar.gz) = ff8ac78b29c58f4aa1bccf6eb07895c170e8180ca2be6221caf630c939ac8195 +SIZE (pygit2-0.27.4.tar.gz) = 479157 Modified: head/devel/py-pygit2/files/patch-setup.py ============================================================================== --- head/devel/py-pygit2/files/patch-setup.py Thu Jan 31 14:05:37 2019 (r491723) +++ head/devel/py-pygit2/files/patch-setup.py Thu Jan 31 14:13:42 2019 (r491724) @@ -1,11 +1,11 @@ ---- setup.py.orig 2018-09-17 11:22:42 UTC +--- setup.py.orig 2019-01-30 21:54:31 UTC +++ setup.py -@@ -195,7 +195,7 @@ setup(name='pygit2', - long_description=long_description, +@@ -154,7 +154,7 @@ setup(name='pygit2', packages=['pygit2'], package_data={'pygit2': ['decl.h']}, -- setup_requires=['cffi', 'pycparser<2.18'], -+ setup_requires=['cffi', 'pycparser<2.19'], - install_requires=['cffi', 'six'], + setup_requires=['cffi'], +- install_requires=['cffi', 'six', 'pycparser<2.18'], ++ install_requires=['cffi', 'six', 'pycparser<2.19'], zip_safe=False, cmdclass=cmdclass, + **extra_args) Modified: head/devel/rubygem-rugged/Makefile ============================================================================== --- head/devel/rubygem-rugged/Makefile Thu Jan 31 14:05:37 2019 (r491723) +++ head/devel/rubygem-rugged/Makefile Thu Jan 31 14:13:42 2019 (r491724) @@ -4,7 +4,7 @@ # Also update devel/libgit2, devel/libgit2-glib, devel/py-pygit2 PORTNAME= rugged -PORTVERSION= 0.27.5 +PORTVERSION= 0.27.7 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rugged/distinfo ============================================================================== --- head/devel/rubygem-rugged/distinfo Thu Jan 31 14:05:37 2019 (r491723) +++ head/devel/rubygem-rugged/distinfo Thu Jan 31 14:13:42 2019 (r491724) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539602085 -SHA256 (rubygem/rugged-0.27.5.gem) = a6a3bf97a08e52a97f315287eb408902c5693f7399520a2144b7d30d13b764cb -SIZE (rubygem/rugged-0.27.5.gem) = 1157120 +TIMESTAMP = 1548885484 +SHA256 (rubygem/rugged-0.27.7.gem) = 46ea20fc422e05211171d7c053683dfd603f51b1917f2c857058b7fc824dcb7e +SIZE (rubygem/rugged-0.27.7.gem) = 1169408