From owner-svn-ports-all@freebsd.org Wed May 2 17:44:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2963AFB003B; Wed, 2 May 2018 17:44:25 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD31F73DAA; Wed, 2 May 2018 17:44:24 +0000 (UTC) (envelope-from mfechner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AAB50142F9; Wed, 2 May 2018 17:44:24 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w42HiO1w083304; Wed, 2 May 2018 17:44:24 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w42HiOCA083299; Wed, 2 May 2018 17:44:24 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805021744.w42HiOCA083299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 2 May 2018 17:44:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468859 - in head: devel devel/rubygem-recursive-open-struct10 net net/rubygem-gitaly-proto096 X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head: devel devel/rubygem-recursive-open-struct10 net net/rubygem-gitaly-proto096 X-SVN-Commit-Revision: 468859 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2018 17:44:25 -0000 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@FreeBSD.org +MAINTAINER= mfechner@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 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 # $FreeBSD$ PORTNAME= gitaly-proto -PORTVERSION= 0.95.0 +PORTVERSION= 0.96.0 CATEGORIES= net rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 096 -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER= mfechner@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 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