diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-10 07:47:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-10 07:47:26 +0000 |
commit | 9f104b46587c50930ae7081465935fa51d780480 (patch) | |
tree | 6c564cbcbf3325211aff5446582c74fbeb989054 /security/rubygem-net-sftp | |
parent | da6b303b70a628273527d65900357451cd2a3129 (diff) |
- Fix Depends after rubygem-net-ssh
- Update maintainer mail adress
PR: 114043
Submitted by: Roderick van Domburg <r.s.a.vandomburg@nedforce.nl> (maintainer)
Notes
Notes:
svn path=/head/; revision=195349
Diffstat (limited to 'security/rubygem-net-sftp')
-rw-r--r-- | security/rubygem-net-sftp/Makefile | 9 | ||||
-rw-r--r-- | security/rubygem-net-sftp/pkg-descr | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/security/rubygem-net-sftp/Makefile b/security/rubygem-net-sftp/Makefile index a8b2d92e7e41..b6a529ac989a 100644 --- a/security/rubygem-net-sftp/Makefile +++ b/security/rubygem-net-sftp/Makefile @@ -7,18 +7,15 @@ PORTNAME= net-sftp PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security rubygems MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= net-ssh -MAINTAINER= r.s.a.vandomburg@student.utwente.nl +MAINTAINER= r.s.a.vandomburg@nedforce.nl COMMENT= Implementation of the SFTP client protocol -RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/net-ssh-1.0.10.gemspec:${PORTSDIR}/security/rubygem-net-ssh - -post-install: - @${ECHO_MSG} "You may safely ignore any 'Skipping require of dynamic string' messages." +RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/net-ssh-1.1.2.gemspec:${PORTSDIR}/security/rubygem-net-ssh .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/ruby-gems/Makefile.common" diff --git a/security/rubygem-net-sftp/pkg-descr b/security/rubygem-net-sftp/pkg-descr index a81ee42ff6f2..b16367ae627f 100644 --- a/security/rubygem-net-sftp/pkg-descr +++ b/security/rubygem-net-sftp/pkg-descr @@ -4,4 +4,4 @@ Net::SFTP is a pure Ruby implementation of the SFTP client protocol WWW: http://net-ssh.rubyforge.org/ - Roderick van Domburg -r.s.a.vandomburg@student.utwente.nl +r.s.a.vandomburg@nedforce.nl |