- Update to 1.1.2
- Update maintainer mail adress PR: 114042 Submitted by: Roderick van Domburg <r.s.a.vandomburg@nedforce.nl> (maintainer)
This commit is contained in:
parent
77e0fbdfde
commit
da6b303b70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195348
4 changed files with 767 additions and 699 deletions
|
@ -6,18 +6,18 @@
|
|||
#
|
||||
|
||||
PORTNAME= net-ssh
|
||||
PORTVERSION= 1.0.10
|
||||
PORTVERSION= 1.1.2
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= r.s.a.vandomburg@student.utwente.nl
|
||||
MAINTAINER= r.s.a.vandomburg@nedforce.nl
|
||||
COMMENT= Non-interactive SSH processing
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/needle-1.3.0.gemspec:${PORTSDIR}/devel/rubygem-needle
|
||||
|
||||
OPTIONS= PROMPT_PASSPHRASES "Prompt for passphrases on keys" On
|
||||
OPTIONSFILE= ${PORT_DBDIR}/rubygem-${PORTNAME}/options
|
||||
OPTIONSFILE?= ${PORT_DBDIR}/rubygem-${PORTNAME}/options
|
||||
|
||||
# to get RUBY_SITEARCHLIBDIR
|
||||
USE_RUBY= yes
|
||||
|
@ -28,8 +28,5 @@ USE_RUBY= yes
|
|||
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/termios.so:${PORTSDIR}/comms/ruby-termios
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} "You may safely ignore any 'Skipping require of dynamic string' messages."
|
||||
|
||||
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (rubygem/net-ssh-1.0.10.gem) = cf83ff165da1d27158e702b2d67bafcc
|
||||
SHA256 (rubygem/net-ssh-1.0.10.gem) = 0e1595e878499d636aead6c2b8ad63beb7e4411905d68725e01925178df621ed
|
||||
SIZE (rubygem/net-ssh-1.0.10.gem) = 150016
|
||||
MD5 (rubygem/net-ssh-1.1.2.gem) = 71f15f40a639cdefb98a0a4ef759ebd7
|
||||
SHA256 (rubygem/net-ssh-1.1.2.gem) = f54c14bec873b9dd7c325b5e8c82dc36362d3ae04fbc14a66c51431900eff09a
|
||||
SIZE (rubygem/net-ssh-1.1.2.gem) = 164352
|
||||
|
|
|
@ -11,4 +11,4 @@ supports the following features:
|
|||
WWW: http://net-ssh.rubyforge.org/
|
||||
|
||||
- Roderick van Domburg
|
||||
r.s.a.vandomburg@student.utwente.nl
|
||||
r.s.a.vandomburg@nedforce.nl
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue