Date: Fri, 1 Feb 2019 19:48:39 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r491839 - in branches/2019Q1/devel: libgit2 py-pygit2 py-pygit2/files rubygem-rugged Message-ID: <201902011948.x11JmdNq049022@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Fri Feb 1 19:48:38 2019 New Revision: 491839 URL: https://svnweb.freebsd.org/changeset/ports/491839 Log: MFH: r491724 Upgrade devel/libgit2 to 0.27.8 and required ports. Reported by: PORTSCOUT, swills Approved by: ports-secteam (miwi) Modified: branches/2019Q1/devel/libgit2/Makefile branches/2019Q1/devel/libgit2/distinfo branches/2019Q1/devel/py-pygit2/Makefile branches/2019Q1/devel/py-pygit2/distinfo branches/2019Q1/devel/py-pygit2/files/patch-setup.py branches/2019Q1/devel/rubygem-rugged/Makefile branches/2019Q1/devel/rubygem-rugged/distinfo Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/devel/libgit2/Makefile ============================================================================== --- branches/2019Q1/devel/libgit2/Makefile Fri Feb 1 19:47:16 2019 (r491838) +++ branches/2019Q1/devel/libgit2/Makefile Fri Feb 1 19:48:38 2019 (r491839) @@ -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: branches/2019Q1/devel/libgit2/distinfo ============================================================================== --- branches/2019Q1/devel/libgit2/distinfo Fri Feb 1 19:47:16 2019 (r491838) +++ branches/2019Q1/devel/libgit2/distinfo Fri Feb 1 19:48:38 2019 (r491839) @@ -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: branches/2019Q1/devel/py-pygit2/Makefile ============================================================================== --- branches/2019Q1/devel/py-pygit2/Makefile Fri Feb 1 19:47:16 2019 (r491838) +++ branches/2019Q1/devel/py-pygit2/Makefile Fri Feb 1 19:48:38 2019 (r491839) @@ -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: branches/2019Q1/devel/py-pygit2/distinfo ============================================================================== --- branches/2019Q1/devel/py-pygit2/distinfo Fri Feb 1 19:47:16 2019 (r491838) +++ branches/2019Q1/devel/py-pygit2/distinfo Fri Feb 1 19:48:38 2019 (r491839) @@ -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: branches/2019Q1/devel/py-pygit2/files/patch-setup.py ============================================================================== --- branches/2019Q1/devel/py-pygit2/files/patch-setup.py Fri Feb 1 19:47:16 2019 (r491838) +++ branches/2019Q1/devel/py-pygit2/files/patch-setup.py Fri Feb 1 19:48:38 2019 (r491839) @@ -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: branches/2019Q1/devel/rubygem-rugged/Makefile ============================================================================== --- branches/2019Q1/devel/rubygem-rugged/Makefile Fri Feb 1 19:47:16 2019 (r491838) +++ branches/2019Q1/devel/rubygem-rugged/Makefile Fri Feb 1 19:48:38 2019 (r491839) @@ -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: branches/2019Q1/devel/rubygem-rugged/distinfo ============================================================================== --- branches/2019Q1/devel/rubygem-rugged/distinfo Fri Feb 1 19:47:16 2019 (r491838) +++ branches/2019Q1/devel/rubygem-rugged/distinfo Fri Feb 1 19:48:38 2019 (r491839) @@ -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?201902011948.x11JmdNq049022>