Date: Thu, 10 Aug 2017 15:40:21 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447693 - branches/2017Q3/net/rubygem-gitaly Message-ID: <201708101540.v7AFeLks060438@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Thu Aug 10 15:40:21 2017 New Revision: 447693 URL: https://svnweb.freebsd.org/changeset/ports/447693 Log: MFH: r447610 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 Approved by: ports-secteam (feld) Modified: branches/2017Q3/net/rubygem-gitaly/Makefile branches/2017Q3/net/rubygem-gitaly/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/net/rubygem-gitaly/Makefile ============================================================================== --- branches/2017Q3/net/rubygem-gitaly/Makefile Thu Aug 10 15:38:38 2017 (r447692) +++ branches/2017Q3/net/rubygem-gitaly/Makefile Thu Aug 10 15:40:21 2017 (r447693) @@ -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: branches/2017Q3/net/rubygem-gitaly/distinfo ============================================================================== --- branches/2017Q3/net/rubygem-gitaly/distinfo Thu Aug 10 15:38:38 2017 (r447692) +++ branches/2017Q3/net/rubygem-gitaly/distinfo Thu Aug 10 15:40:21 2017 (r447693) @@ -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?201708101540.v7AFeLks060438>