svn commit: r468859 - in head: devel devel/rubygem-recursive-open-struct10 net net/rubygem-gitaly-proto096

Matthias Fechner mfechner at FreeBSD.org
Wed May 2 17:44:25 UTC 2018


Author: mfechner
Date: Wed May  2 17:44:23 2018
New Revision: 468859
URL: https://svnweb.freebsd.org/changeset/ports/468859

Log:
  New ports required for gitlab update to 10.7.x.
  
  Reviewed by:	tz (mentor)
  Approved by:	tz (mentor)
  Differential Revision:	https://reviews.freebsd.org/D15200

Added:
  head/devel/rubygem-recursive-open-struct10/
     - copied from r444203, head/devel/rubygem-recursive-open-struct/
  head/net/rubygem-gitaly-proto096/
     - copied from r467350, head/net/rubygem-gitaly-proto/
Modified:
  head/devel/Makefile
  head/devel/rubygem-recursive-open-struct10/Makefile
  head/net/Makefile
  head/net/rubygem-gitaly-proto096/Makefile
  head/net/rubygem-gitaly-proto096/distinfo

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed May  2 17:41:01 2018	(r468858)
+++ head/devel/Makefile	Wed May  2 17:44:23 2018	(r468859)
@@ -5777,6 +5777,7 @@
     SUBDIR += rubygem-recaptcha
     SUBDIR += rubygem-recaptcha3
     SUBDIR += rubygem-recursive-open-struct
+    SUBDIR += rubygem-recursive-open-struct10
     SUBDIR += rubygem-recursive-open-struct100
     SUBDIR += rubygem-redis-activesupport
     SUBDIR += rubygem-redis-activesupport-rails5

Modified: head/devel/rubygem-recursive-open-struct10/Makefile
==============================================================================
--- head/devel/rubygem-recursive-open-struct/Makefile	Fri Jun 23 21:19:38 2017	(r444203)
+++ head/devel/rubygem-recursive-open-struct10/Makefile	Wed May  2 17:44:23 2018	(r468859)
@@ -4,15 +4,18 @@ PORTNAME=	recursive-open-struct
 PORTVERSION=	1.0.5
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	10
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	mfechner at freebsd.org
 COMMENT=	Allows nested hashes to be treated in a recursive fashion
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+PORTSCOUT=	limit:^1\.0\.
 
 .include <bsd.port.mk>

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed May  2 17:41:01 2018	(r468858)
+++ head/net/Makefile	Wed May  2 17:44:23 2018	(r468859)
@@ -1262,6 +1262,7 @@
     SUBDIR += rubygem-gitaly-proto088
     SUBDIR += rubygem-gitaly-proto094
     SUBDIR += rubygem-gitaly-proto095
+    SUBDIR += rubygem-gitaly-proto096
     SUBDIR += rubygem-gitlab_omniauth-ldap
     SUBDIR += rubygem-gitlab_omniauth-ldap1
     SUBDIR += rubygem-grpc

Modified: head/net/rubygem-gitaly-proto096/Makefile
==============================================================================
--- head/net/rubygem-gitaly-proto/Makefile	Sat Apr 14 23:58:46 2018	(r467350)
+++ head/net/rubygem-gitaly-proto096/Makefile	Wed May  2 17:44:23 2018	(r468859)
@@ -1,12 +1,12 @@
-# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	gitaly-proto
-PORTVERSION=	0.95.0
+PORTVERSION=	0.96.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	096
 
-MAINTAINER=	sunpoet at FreeBSD.org
+MAINTAINER=	mfechner at freebsd.org
 COMMENT=	Protobuf specifications and client libraries for Gitaly
 
 LICENSE=	MIT
@@ -15,7 +15,9 @@ RUN_DEPENDS=	rubygem-google-protobuf>=3.1:devel/rubyge
 		rubygem-grpc>=1.10:net/rubygem-grpc
 
 NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+PORTSCOUT=	limit:^0\.96\.
 
 .include <bsd.port.mk>

Modified: head/net/rubygem-gitaly-proto096/distinfo
==============================================================================
--- head/net/rubygem-gitaly-proto/distinfo	Sat Apr 14 23:58:46 2018	(r467350)
+++ head/net/rubygem-gitaly-proto096/distinfo	Wed May  2 17:44:23 2018	(r468859)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523730570
-SHA256 (rubygem/gitaly-proto-0.95.0.gem) = 522834390dbd9797a7f7a0d7952a3e06da84c4e7e604e5409f093101d2888f77
-SIZE (rubygem/gitaly-proto-0.95.0.gem) = 15872
+TIMESTAMP = 1524679617
+SHA256 (rubygem/gitaly-proto-0.96.0.gem) = 4e12a0513632a0578a3a63a9e4e42ce3cdaa235f2ee9ed96ccfcb899faed01f8
+SIZE (rubygem/gitaly-proto-0.96.0.gem) = 16384


More information about the svn-ports-all mailing list