svn commit: r447610 - head/net/rubygem-gitaly

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Aug 9 09:12:14 UTC 2017


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


More information about the svn-ports-all mailing list