[137255] trunk/dports/ruby

kimuraw at macports.org kimuraw at macports.org
Sun Jun 7 09:12:03 PDT 2015


Revision: 137255
          https://trac.macports.org/changeset/137255
Author:   kimuraw at macports.org
Date:     2015-06-07 09:12:03 -0700 (Sun, 07 Jun 2015)
Log Message:
-----------
ruby/rb-capistrano: upgrade to 2.5.21, remove rb-echoe from depends_run

preparation to remove rb-rubyforge. (#47984)
the latest version of rb-echoe uses rb-rubyforge.

- rb-net-ssh: upgrade to 2.0.14 that version is required from capistrano 2.5.21.

homepage was moved to github from rubyforge:

- rb-highline/Portfile
- rb-net-ssh/Portfile
- rb-net-ssh-gateway/Portfile
- rb-net-sftp/Portfile
- rb-net-scp/Portfile

Modified Paths:
--------------
    trunk/dports/ruby/rb-capistrano/Portfile
    trunk/dports/ruby/rb-highline/Portfile
    trunk/dports/ruby/rb-net-scp/Portfile
    trunk/dports/ruby/rb-net-sftp/Portfile
    trunk/dports/ruby/rb-net-ssh/Portfile
    trunk/dports/ruby/rb-net-ssh-gateway/Portfile

Modified: trunk/dports/ruby/rb-capistrano/Portfile
===================================================================
--- trunk/dports/ruby/rb-capistrano/Portfile	2015-06-07 16:05:08 UTC (rev 137254)
+++ trunk/dports/ruby/rb-capistrano/Portfile	2015-06-07 16:12:03 UTC (rev 137255)
@@ -3,22 +3,21 @@
 PortSystem          1.0
 PortGroup           ruby 1.0
 
-ruby.setup          capistrano 2.5.3 gem {} rubyforge_gem
-revision			1
+ruby.setup          capistrano 2.5.21 gem {} rubygems
 license             MIT
 maintainers         nomaintainer
 description         Capistrano is a utility and framework for executing \
                     commands in parallel on multiple remote machines, via SSH.
 long_description    ${description}
-checksums           md5     676d8df0cb3a17be15b3f20121696fb5 \
-                    sha1    2cb6e29b60755088f9c147dfd2657957de78a953 \
-                    rmd160  29e62a0355b475497d0d1c641df1f4b3024f3c0c
+checksums           md5     be5ac7a64974207bebe55da857e6319c \
+                    sha1    110a78346212a304b625fd4acad1eda1c0819bd8 \
+                    rmd160  05d9f453a5272f6cc2d1c4c43989a2800a5e5e94
 platforms           darwin
-homepage            http://www.capify.org/
+homepage            http://capistranorb.com
 
 depends_run         port:rb-net-ssh \
                     port:rb-net-scp \
                     port:rb-net-sftp \
                     port:rb-net-ssh-gateway \
                     port:rb-highline \
-                    port:rb-echoe
+                    port:rb-mocha

Modified: trunk/dports/ruby/rb-highline/Portfile
===================================================================
--- trunk/dports/ruby/rb-highline/Portfile	2015-06-07 16:05:08 UTC (rev 137254)
+++ trunk/dports/ruby/rb-highline/Portfile	2015-06-07 16:12:03 UTC (rev 137255)
@@ -17,4 +17,4 @@
                     sha1    2b1d6b3088d91df2fd955928731fb0aabdb3817f \
                     rmd160  4994a380da10d1938424aa8062b508208edc32cf
 platforms           darwin
-homepage            http://highline.rubyforge.org/
+homepage            https://github.com/JEG2/highline

Modified: trunk/dports/ruby/rb-net-scp/Portfile
===================================================================
--- trunk/dports/ruby/rb-net-scp/Portfile	2015-06-07 16:05:08 UTC (rev 137254)
+++ trunk/dports/ruby/rb-net-scp/Portfile	2015-06-07 16:12:03 UTC (rev 137255)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 PortGroup           ruby 1.0
 
-ruby.setup          net-scp 1.0.1 gem {} rubyforge_gem
+ruby.setup          net-scp 1.0.1 gem {} rubygems
 license             MIT
 maintainers         nomaintainer
 description         A pure-Ruby implementation of the SCP client protocol
@@ -12,4 +12,4 @@
                     sha1    84c9a895ad203d496262eb24b8f981482d18cfe1 \
                     rmd160  96bbe869696f292f886ab003d6ceaa0d2fcf90af
 platforms           darwin
-homepage            http://rubyforge.org/projects/net-ssh/
+homepage            https://github.com/net-ssh/net-scp

Modified: trunk/dports/ruby/rb-net-sftp/Portfile
===================================================================
--- trunk/dports/ruby/rb-net-sftp/Portfile	2015-06-07 16:05:08 UTC (rev 137254)
+++ trunk/dports/ruby/rb-net-sftp/Portfile	2015-06-07 16:12:03 UTC (rev 137255)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 PortGroup           ruby 1.0
 
-ruby.setup          net-sftp 2.0.2 gem {} rubyforge_gem
+ruby.setup          net-sftp 2.0.2 gem {} rubygems
 license             MIT
 maintainers         nomaintainer
 description         A pure Ruby implementation of the SFTP client protocol
@@ -12,4 +12,4 @@
                     sha1    e38d1c9b3697d9854c24fcdc3cf7bad6a3e5f7c4 \
                     rmd160  20ba6be49d08e212b3c00f0c7105e317f96ea3ac
 platforms           darwin
-homepage            http://rubyforge.org/projects/net-ssh/
+homepage            https://github.com/net-ssh/net-sftp

Modified: trunk/dports/ruby/rb-net-ssh/Portfile
===================================================================
--- trunk/dports/ruby/rb-net-ssh/Portfile	2015-06-07 16:05:08 UTC (rev 137254)
+++ trunk/dports/ruby/rb-net-ssh/Portfile	2015-06-07 16:12:03 UTC (rev 137255)
@@ -3,13 +3,13 @@
 PortSystem          1.0
 PortGroup           ruby 1.0
 
-ruby.setup          net-ssh 2.0.11 gem {} rubyforge_gem
+ruby.setup          net-ssh 2.0.14 gem {} rubygems
 license             MIT
 maintainers         nomaintainer
 description         A pure-Ruby implementation of the SSH2 client protocol
 long_description    ${description}
-checksums           md5     c9e308f6bdd19293398a54bce2a1cfaf \
-                    sha1    d1e1913318d7c16d13922e7586de144f36e2166b \
-                    rmd160  c4cc03c9d891e3c2932489f1885993cd5d5c1361
+checksums           md5     ef2e16b0cbe1ee09b1e4118905c992f4 \
+                    sha1    05aad2cd0af4ecaa009fa7d94ed22ab8d99277f7 \
+                    rmd160  e6044ef9115558b49605d09e6e498aeb4a26c1d7
 platforms           darwin
-homepage            http://rubyforge.org/projects/net-ssh/
+homepage            http://net-ssh.github.io/net-ssh/

Modified: trunk/dports/ruby/rb-net-ssh-gateway/Portfile
===================================================================
--- trunk/dports/ruby/rb-net-ssh-gateway/Portfile	2015-06-07 16:05:08 UTC (rev 137254)
+++ trunk/dports/ruby/rb-net-ssh-gateway/Portfile	2015-06-07 16:12:03 UTC (rev 137255)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 PortGroup           ruby 1.0
 
-ruby.setup          net-ssh-gateway 1.0.1 gem {} rubyforge_gem
+ruby.setup          net-ssh-gateway 1.0.1 gem {} rubygems
 license             MIT
 maintainers         nomaintainer
 description         A simple library to assist in establishing tunneled Net::SSH connection
@@ -12,4 +12,4 @@
                     sha1    d45f7e0d26fc37cecc77243760b8e1a4d165d93b \
                     rmd160  dce96b5eff1b94d44fb3f4b6594fff0c3540ae50
 platforms           darwin
-homepage            http://rubyforge.org/projects/net-ssh/
+homepage            https://github.com/net-ssh/net-ssh-gateway
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150607/bbef4288/attachment-0001.html>


More information about the macports-changes mailing list