From owner-svn-ports-head@freebsd.org Fri Oct 30 11:26:31 2015 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 043D3A20897; Fri, 30 Oct 2015 11:26:31 +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 mx1.freebsd.org (Postfix) with ESMTPS id D0C511B83; Fri, 30 Oct 2015 11:26:30 +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 t9UBQTT1093764; Fri, 30 Oct 2015 11:26:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9UBQT8o093761; Fri, 30 Oct 2015 11:26:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510301126.t9UBQT8o093761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 30 Oct 2015 11:26:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400530 - in head/sysutils/rubygem-r10k: . files 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.20 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: Fri, 30 Oct 2015 11:26:31 -0000 Author: sunpoet Date: Fri Oct 30 11:26:29 2015 New Revision: 400530 URL: https://svnweb.freebsd.org/changeset/ports/400530 Log: - Update to 2.1.0 - Simplify SHEBANG_FILES Changes: https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd Modified: head/sysutils/rubygem-r10k/Makefile head/sysutils/rubygem-r10k/distinfo head/sysutils/rubygem-r10k/files/patch-gemspec Modified: head/sysutils/rubygem-r10k/Makefile ============================================================================== --- head/sysutils/rubygem-r10k/Makefile Fri Oct 30 11:26:24 2015 (r400529) +++ head/sysutils/rubygem-r10k/Makefile Fri Oct 30 11:26:29 2015 (r400530) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= r10k -PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -20,6 +19,7 @@ RUN_DEPENDS= rubygem-colored>=1.2:${PORT rubygem-log4r>=1.1.10:${PORTSDIR}/sysutils/rubygem-log4r \ rubygem-minitar>=0:${PORTSDIR}/archivers/rubygem-minitar \ rubygem-multi_json>=1.10:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-puppet_forge>=2.1.1:${PORTSDIR}/sysutils/rubygem-puppet_forge \ rubygem-semantic_puppet>=0.1.0:${PORTSDIR}/devel/rubygem-semantic_puppet NO_ARCH= yes @@ -27,13 +27,9 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes USES= shebangfix -SHEBANG_FILES= integration/scripts/*.sh \ - integration/test_run_scripts/*.sh \ - integration/test_run_scripts/basic_functionality/all_tests-pe-centos6.sh \ - integration/test_run_scripts/command_line/all_tests-pe-centos6.sh \ - integration/test_run_scripts/git_source/all_tests-pe-centos6.sh \ - integration/test_run_scripts/user_scenario/basic_workflow/all_tests-pe-centos6.sh \ - integration/test_run_scripts/user_scenario/complex_workflow/all_tests-pe-centos6.sh +SHEBANG_FILES= integration/*/*.sh \ + integration/*/*/*.sh \ + integration/*/*/*/*.sh PLIST_FILES= bin/r10k Modified: head/sysutils/rubygem-r10k/distinfo ============================================================================== --- head/sysutils/rubygem-r10k/distinfo Fri Oct 30 11:26:24 2015 (r400529) +++ head/sysutils/rubygem-r10k/distinfo Fri Oct 30 11:26:29 2015 (r400530) @@ -1,2 +1,2 @@ -SHA256 (rubygem/r10k-2.0.3.gem) = ef28c179d30c6908021320ae835cb4431ed939423369853b2d890de2ffea54f8 -SIZE (rubygem/r10k-2.0.3.gem) = 160256 +SHA256 (rubygem/r10k-2.1.0.gem) = 839f98887992c016d328aaf7fd4ec3a7871a6baa0c45d3168d4c31bb54f57c52 +SIZE (rubygem/r10k-2.1.0.gem) = 167936 Modified: head/sysutils/rubygem-r10k/files/patch-gemspec ============================================================================== --- head/sysutils/rubygem-r10k/files/patch-gemspec Fri Oct 30 11:26:24 2015 (r400529) +++ head/sysutils/rubygem-r10k/files/patch-gemspec Fri Oct 30 11:26:29 2015 (r400530) @@ -1,6 +1,6 @@ --- r10k.gemspec.orig 2015-06-10 21:34:18 UTC +++ r10k.gemspec -@@ -24,9 +24,9 @@ Gem::Specification.new do |s| +@@ -23,9 +23,9 @@ Gem::Specification.new do |s| s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then @@ -11,5 +11,5 @@ + s.add_runtime_dependency(%q, [">= 2.6.1"]) + s.add_runtime_dependency(%q, [">= 1.1.10"]) s.add_runtime_dependency(%q, ["~> 1.10"]) + s.add_runtime_dependency(%q, ["~> 2.1.1"]) s.add_runtime_dependency(%q, ["~> 0.9.0"]) - s.add_runtime_dependency(%q, ["~> 0.9.0"])