From owner-svn-ports-head@freebsd.org Sat Dec 30 18:17:38 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 3FD61EA5C39; Sat, 30 Dec 2017 18:17:38 +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 1E6CE65E7E; Sat, 30 Dec 2017 18:17:36 +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 vBUIHZl9060492; Sat, 30 Dec 2017 18:17:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBUIHZ7W060489; Sat, 30 Dec 2017 18:17:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712301817.vBUIHZ7W060489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Dec 2017 18:17:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457623 - in head/net-mgmt/rubygem-oxidized: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net-mgmt/rubygem-oxidized: . files X-SVN-Commit-Revision: 457623 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: Sat, 30 Dec 2017 18:17:38 -0000 Author: sunpoet Date: Sat Dec 30 18:17:34 2017 New Revision: 457623 URL: https://svnweb.freebsd.org/changeset/ports/457623 Log: Update to 0.21.0 Changes: https://github.com/ytti/oxidized/blob/master/CHANGELOG.md PR: 224704 Submitted by: sunpoet (myself) Approved by: Nick Hilliard (maintainer) Modified: head/net-mgmt/rubygem-oxidized/Makefile head/net-mgmt/rubygem-oxidized/distinfo head/net-mgmt/rubygem-oxidized/files/patch-gemspec Modified: head/net-mgmt/rubygem-oxidized/Makefile ============================================================================== --- head/net-mgmt/rubygem-oxidized/Makefile Sat Dec 30 18:17:30 2017 (r457622) +++ head/net-mgmt/rubygem-oxidized/Makefile Sat Dec 30 18:17:34 2017 (r457623) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= oxidized -PORTVERSION= 0.19.0 -PORTREVISION= 1 +PORTVERSION= 0.21.0 CATEGORIES= net-mgmt rubygems MASTER_SITES= RG @@ -13,8 +12,7 @@ COMMENT= Network device configuration backup tool LICENSE= APACHE20 RUN_DEPENDS= rubygem-asetus>=0.1:devel/rubygem-asetus \ - rubygem-net-ssh>=3.0.2:security/rubygem-net-ssh \ - rubygem-net-telnet>=0:security/rubygem-net-telnet \ + rubygem-net-ssh>=4.1.0:security/rubygem-net-ssh \ rubygem-rugged>=0.21.4:devel/rubygem-rugged \ rubygem-slop3>=3.5:devel/rubygem-slop3 @@ -24,8 +22,7 @@ USE_RC_SUBR= oxidized USE_RUBY= yes USES= gem shebangfix -SHEBANG_FILES= extra/oxidized.runit \ - extra/auto-reload-config.runit +SHEBANG_FILES= extra/*.runit USERS= oxidized GROUPS= oxidized Modified: head/net-mgmt/rubygem-oxidized/distinfo ============================================================================== --- head/net-mgmt/rubygem-oxidized/distinfo Sat Dec 30 18:17:30 2017 (r457622) +++ head/net-mgmt/rubygem-oxidized/distinfo Sat Dec 30 18:17:34 2017 (r457623) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483497492 -SHA256 (rubygem/oxidized-0.19.0.gem) = d91d77adc582452198093eeca30bf1a78026edbd6e5197b5906fa4501fc68637 -SIZE (rubygem/oxidized-0.19.0.gem) = 59392 +TIMESTAMP = 1513372230 +SHA256 (rubygem/oxidized-0.21.0.gem) = e0fb03b0f5900ad073f4d3021eaf57dd1c65da203e183510309509c955041d77 +SIZE (rubygem/oxidized-0.21.0.gem) = 76800 Modified: head/net-mgmt/rubygem-oxidized/files/patch-gemspec ============================================================================== --- head/net-mgmt/rubygem-oxidized/files/patch-gemspec Sat Dec 30 18:17:30 2017 (r457622) +++ head/net-mgmt/rubygem-oxidized/files/patch-gemspec Sat Dec 30 18:17:34 2017 (r457623) @@ -1,11 +1,11 @@ ---- oxidized.gemspec.orig 2017-01-03 21:39:05.804207000 -0500 -+++ oxidized.gemspec 2017-01-03 21:39:19.635551000 -0500 -@@ -26,7 +26,7 @@ +--- oxidized.gemspec.orig 2017-12-15 21:11:59 UTC ++++ oxidized.gemspec +@@ -26,7 +26,7 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q.freeze, ["~> 0.1"]) s.add_runtime_dependency(%q.freeze, ["~> 3.5"]) -- s.add_runtime_dependency(%q.freeze, ["~> 3.0.2"]) -+ s.add_runtime_dependency(%q.freeze, [">= 3.0.2"]) +- s.add_runtime_dependency(%q.freeze, ["~> 4.1.0"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 4.1"]) s.add_runtime_dependency(%q.freeze, [">= 0.21.4", "~> 0.21"]) - s.add_runtime_dependency(%q.freeze, [">= 0"]) s.add_development_dependency(%q.freeze, ["~> 0"]) + s.add_development_dependency(%q.freeze, ["~> 1.10"])