From owner-svn-ports-head@freebsd.org Tue Apr 11 09:11:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F793D37E69; Tue, 11 Apr 2017 09:11:28 +0000 (UTC) (envelope-from tz@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 mx1.freebsd.org (Postfix) with ESMTPS id 1140DC3; Tue, 11 Apr 2017 09:11:28 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3B9BR9Q047280; Tue, 11 Apr 2017 09:11:27 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3B9BRSD047278; Tue, 11 Apr 2017 09:11:27 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201704110911.v3B9BRSD047278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 11 Apr 2017 09:11:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438253 - in head/devel: . rubygem-google-api-client010 X-SVN-Group: ports-head 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.23 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: Tue, 11 Apr 2017 09:11:28 -0000 Author: tz Date: Tue Apr 11 09:11:26 2017 New Revision: 438253 URL: https://svnweb.freebsd.org/changeset/ports/438253 Log: devel/rubygem-google-api-client010: create port This is a repo-copy of the 0.10 version in order to unbreak www/gitlab Added: head/devel/rubygem-google-api-client010/ - copied from r437822, head/devel/rubygem-google-api-client/ Modified: head/devel/Makefile head/devel/rubygem-google-api-client010/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Apr 11 09:02:12 2017 (r438252) +++ head/devel/Makefile Tue Apr 11 09:11:26 2017 (r438253) @@ -5289,6 +5289,7 @@ SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-google-api-client + SUBDIR += rubygem-google-api-client010 SUBDIR += rubygem-google-protobuf SUBDIR += rubygem-graf SUBDIR += rubygem-grape Modified: head/devel/rubygem-google-api-client010/Makefile ============================================================================== --- head/devel/rubygem-google-api-client/Makefile Wed Apr 5 19:58:30 2017 (r437822) +++ head/devel/rubygem-google-api-client010/Makefile Tue Apr 11 09:11:26 2017 (r438253) @@ -4,6 +4,7 @@ PORTNAME= google-api-client PORTVERSION= 0.10.3 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 010 MAINTAINER= ruby@FreeBSD.org COMMENT= Client for accessing Google APIs @@ -20,6 +21,8 @@ RUN_DEPENDS= rubygem-addressable>=2.3:ww rubygem-representable>=3.0:textproc/rubygem-representable \ rubygem-retriable>=2.0:devel/rubygem-retriable +PORTSCOUT= limit:^0\.10\. + NO_ARCH= yes USE_RUBY= yes USES= gem