Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 14:13:42 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
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
Message-ID:  <201901311413.x0VEDgcd017791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901311413.x0VEDgcd017791>