From owner-svn-ports-head@freebsd.org Mon Apr 16 18:32:41 2018 Return-Path: Delivered-To: svn-ports-head@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 C7191F9AD0B; Mon, 16 Apr 2018 18:32:41 +0000 (UTC) (envelope-from sunpoet@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 7663C69E42; Mon, 16 Apr 2018 18:32:41 +0000 (UTC) (envelope-from sunpoet@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 715C821114; Mon, 16 Apr 2018 18:32:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3GIWfOW068575; Mon, 16 Apr 2018 18:32:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3GIWfhm068573; Mon, 16 Apr 2018 18:32:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201804161832.w3GIWfhm068573@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Apr 2018 18:32:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467503 - in head/net: . rubygem-gitaly-proto095 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . rubygem-gitaly-proto095 X-SVN-Commit-Revision: 467503 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.25 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: Mon, 16 Apr 2018 18:32:41 -0000 Author: sunpoet Date: Mon Apr 16 18:32:41 2018 New Revision: 467503 URL: https://svnweb.freebsd.org/changeset/ports/467503 Log: Add rubygem-gitaly-proto095 0.95.0 (copied from rubygem-gitaly-proto) - Add PORTSCOUT Added: head/net/rubygem-gitaly-proto095/ - copied from r467401, head/net/rubygem-gitaly-proto/ Modified: head/net/Makefile head/net/rubygem-gitaly-proto095/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Apr 16 18:31:42 2018 (r467502) +++ head/net/Makefile Mon Apr 16 18:32:41 2018 (r467503) @@ -1256,6 +1256,7 @@ SUBDIR += rubygem-gitaly-proto084 SUBDIR += rubygem-gitaly-proto088 SUBDIR += rubygem-gitaly-proto094 + SUBDIR += rubygem-gitaly-proto095 SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-gitlab_omniauth-ldap1 SUBDIR += rubygem-grpc Modified: head/net/rubygem-gitaly-proto095/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto/Makefile Sun Apr 15 17:04:29 2018 (r467401) +++ head/net/rubygem-gitaly-proto095/Makefile Mon Apr 16 18:32:41 2018 (r467503) @@ -5,6 +5,7 @@ PORTNAME= gitaly-proto PORTVERSION= 0.95.0 CATEGORIES= net rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 095 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Protobuf specifications and client libraries for Gitaly @@ -13,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \ rubygem-grpc>=1.10:net/rubygem-grpc + +PORTSCOUT= limit:^0\.95\. NO_ARCH= yes USE_RUBY= yes