svn commit: r447693 - branches/2017Q3/net/rubygem-gitaly

Torsten Zuehlsdorff tz at FreeBSD.org
Thu Aug 10 15:40:22 UTC 2017


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 at 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 at 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


More information about the svn-ports-branches mailing list