diff options
author | taca <taca@pkgsrc.org> | 2013-02-11 02:07:09 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-11 02:07:09 +0000 |
commit | 973e41f28e678695d5485ae1659691ddb3d0096e (patch) | |
tree | 344903af7438eae8847b2c9c92b3f9497d7a654c /security | |
parent | 559fedc3324709442dd1ae4cc503002c5641676d (diff) | |
download | pkgsrc-973e41f28e678695d5485ae1659691ddb3d0096e.tar.gz |
Update ruby-net-scp to 1.1.0.
=== 1.1.0 / 06 Feb 2013
* Added public cert. All gem releases are now signed. See INSTALL in readme.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-net-scp/Makefile | 6 | ||||
-rw-r--r-- | security/ruby-net-scp/PLIST | 10 | ||||
-rw-r--r-- | security/ruby-net-scp/distinfo | 8 |
3 files changed, 13 insertions, 11 deletions
diff --git a/security/ruby-net-scp/Makefile b/security/ruby-net-scp/Makefile index 116ca0cbbb9..c27fa58aae3 100644 --- a/security/ruby-net-scp/Makefile +++ b/security/ruby-net-scp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2010/09/23 06:49:34 taca Exp $ +# $NetBSD: Makefile,v 1.5 2013/02/11 02:07:09 taca Exp $ -DISTNAME= net-scp-1.0.4 +DISTNAME= net-scp-1.1.0 CATEGORIES= net security MAINTAINER= filip@joyent.com @@ -8,7 +8,7 @@ HOMEPAGE= http://rubyforge.org/projects/net-ssh/ COMMENT= Secure copy for Ruby LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=1.99.1:../../security/ruby-net-ssh +DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.6.5:../../security/ruby-net-ssh .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/ruby-net-scp/PLIST b/security/ruby-net-scp/PLIST index 307c580f2e6..420b132d41e 100644 --- a/security/ruby-net-scp/PLIST +++ b/security/ruby-net-scp/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/02 14:33:54 fhajny Exp $ -${GEM_HOME}/cache/net-scp-${PKGVERSION}.gem -${GEM_LIBDIR}/CHANGELOG.rdoc +@comment $NetBSD: PLIST,v 1.2 2013/02/11 02:07:09 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/CHANGES.txt +${GEM_LIBDIR}/LICENSE.txt ${GEM_LIBDIR}/Manifest ${GEM_LIBDIR}/README.rdoc ${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/gem-public_cert.pem ${GEM_LIBDIR}/lib/net/scp.rb ${GEM_LIBDIR}/lib/net/scp/download.rb ${GEM_LIBDIR}/lib/net/scp/errors.rb @@ -18,4 +20,4 @@ ${GEM_LIBDIR}/test/test_all.rb ${GEM_LIBDIR}/test/test_download.rb ${GEM_LIBDIR}/test/test_scp.rb ${GEM_LIBDIR}/test/test_upload.rb -${GEM_HOME}/specifications/net-scp-${PKGVERSION}.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/security/ruby-net-scp/distinfo b/security/ruby-net-scp/distinfo index e2f39b58cbc..466c47ae644 100644 --- a/security/ruby-net-scp/distinfo +++ b/security/ruby-net-scp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/09/23 06:49:34 taca Exp $ +$NetBSD: distinfo,v 1.6 2013/02/11 02:07:09 taca Exp $ -SHA1 (net-scp-1.0.4.gem) = 0d244d274e072bcb538c644e7d899d602225dc44 -RMD160 (net-scp-1.0.4.gem) = 4321e2a969e741f2f168a8d3a50ee685dde74047 -Size (net-scp-1.0.4.gem) = 27136 bytes +SHA1 (net-scp-1.1.0.gem) = 7af2228b9710d87389a488c2fa617e24c587e9ae +RMD160 (net-scp-1.1.0.gem) = 543bf38d1bd342056d25ea50a34a8b0ea01a20fe +Size (net-scp-1.1.0.gem) = 31744 bytes |