Date: Wed, 9 Aug 2017 09:12:13 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447610 - head/net/rubygem-gitaly Message-ID: <201708090912.v799CDR2008818@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Wed Aug 9 09:12:13 2017 New Revision: 447610 URL: https://svnweb.freebsd.org/changeset/ports/447610 Log: net/rubygem-gitaly: Update from 0.5.0 to 0.6.0 Also add License and needed BUILD_DEPENDS Sadly this version has no changelog Submitted by: Matthias Fechner <idefix@fechner.net>, tz Modified: head/net/rubygem-gitaly/Makefile head/net/rubygem-gitaly/distinfo Modified: head/net/rubygem-gitaly/Makefile ============================================================================== --- head/net/rubygem-gitaly/Makefile Wed Aug 9 09:11:20 2017 (r447609) +++ head/net/rubygem-gitaly/Makefile Wed Aug 9 09:12:13 2017 (r447610) @@ -1,18 +1,23 @@ # $FreeBSD$ PORTNAME= gitaly -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= tz@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.1:devel/rubygem-google-protobuf \ - rubygem-grpc>=1.4.0:net/rubygem-grpc + rubygem-grpc>=1.0:net/rubygem-grpc NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes .include <bsd.port.mk> Modified: head/net/rubygem-gitaly/distinfo ============================================================================== --- head/net/rubygem-gitaly/distinfo Wed Aug 9 09:11:20 2017 (r447609) +++ head/net/rubygem-gitaly/distinfo Wed Aug 9 09:12:13 2017 (r447610) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498991325 -SHA256 (rubygem/gitaly-0.5.0.gem) = b826f73ebdc3f8edd2e313ee39b7db916aad4688763d1ed27dd26b282f531bde -SIZE (rubygem/gitaly-0.5.0.gem) = 8192 +TIMESTAMP = 1499603796 +SHA256 (rubygem/gitaly-0.6.0.gem) = 3373d4606d8409dd7fcd0fa46e35ada402e9f11d3ecebfe44a9a5d1214e013d3 +SIZE (rubygem/gitaly-0.6.0.gem) = 8192
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708090912.v799CDR2008818>