Date: Mon, 9 Sep 2019 10:25:47 +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: r511616 - head/net/rubygem-gitaly Message-ID: <201909091025.x89APl9M025768@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Mon Sep 9 10:25:47 2019 New Revision: 511616 URL: https://svnweb.freebsd.org/changeset/ports/511616 Log: net/rubygem-gitaly: upgrade to 1.58.1 which is required for gitlab-ce 12.2. Modified: head/net/rubygem-gitaly/Makefile head/net/rubygem-gitaly/distinfo Modified: head/net/rubygem-gitaly/Makefile ============================================================================== --- head/net/rubygem-gitaly/Makefile Mon Sep 9 10:24:08 2019 (r511615) +++ head/net/rubygem-gitaly/Makefile Mon Sep 9 10:25:47 2019 (r511616) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitaly -PORTVERSION= 0.30.0 +PORTVERSION= 1.58.1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -9,16 +9,15 @@ MAINTAINER= mfechner@FreeBSD.org COMMENT= Auto-generated gRPC client for gitaly LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/ruby/LICENSE.txt BUILD_DEPENDS= rubygem-bundler>=1.12:sysutils/rubygem-bundler \ rubygem-rake>=10.0:devel/rubygem-rake -RUN_DEPENDS= rubygem-google-protobuf>=3.4.0.2:devel/rubygem-google-protobuf \ - rubygem-grpc>=1.0:net/rubygem-grpc \ +RUN_DEPENDS= rubygem-grpc>=1.0<2.0:net/rubygem-grpc \ gitaly>=0.82.0:devel/gitaly -NO_ARCH= yes USES= gem USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/net/rubygem-gitaly/distinfo ============================================================================== --- head/net/rubygem-gitaly/distinfo Mon Sep 9 10:24:08 2019 (r511615) +++ head/net/rubygem-gitaly/distinfo Mon Sep 9 10:25:47 2019 (r511616) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514155028 -SHA256 (rubygem/gitaly-0.30.0.gem) = c7acde727a9b9638e3361be90dbfdef70db22cce015e9675d676e45cf106ca9b -SIZE (rubygem/gitaly-0.30.0.gem) = 10752 +TIMESTAMP = 1567424058 +SHA256 (rubygem/gitaly-1.58.1.gem) = 2263760613186f989409e0fda1b17df2fa6e9a0f22e522e93ca177dc997fb9fd +SIZE (rubygem/gitaly-1.58.1.gem) = 18432
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909091025.x89APl9M025768>