From owner-svn-ports-head@freebsd.org Wed Aug 9 09:12:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8C55DC7920; Wed, 9 Aug 2017 09:12:14 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9429D69AA0; Wed, 9 Aug 2017 09:12:14 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v799CDKI008820; Wed, 9 Aug 2017 09:12:13 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v799CDR2008818; Wed, 9 Aug 2017 09:12:13 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708090912.v799CDR2008818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 9 Aug 2017 09:12:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447610 - head/net/rubygem-gitaly X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/net/rubygem-gitaly X-SVN-Commit-Revision: 447610 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2017 09:12:14 -0000 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 , 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 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