View | Details | Raw Unified | Return to bug 133528
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	net-sftp
8
PORTNAME=	net-sftp
9
PORTVERSION=	2.0.1
9
PORTVERSION=	2.0.2
10
CATEGORIES=	security rubygems
10
CATEGORIES=	security rubygems
11
MASTER_SITES=	RF
11
MASTER_SITES=	RF
12
MASTER_SITE_SUBDIR=	net-ssh
12
MASTER_SITE_SUBDIR=	net-ssh
Lines 14-23 Link Here
14
MAINTAINER=	r.s.a.vandomburg@nedforce.nl
14
MAINTAINER=	r.s.a.vandomburg@nedforce.nl
15
COMMENT=	Implementation of the SFTP client protocol
15
COMMENT=	Implementation of the SFTP client protocol
16
16
17
RUN_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/net-ssh-2.0.2.gemspec:${PORTSDIR}/security/rubygem-net-ssh
17
RUN_DEPENDS=	rubygem-net-ssh>=2.0.2:${PORTSDIR}/security/rubygem-net-ssh
18
18
19
USE_RUBY=	yes
19
USE_RUBY=	yes
20
USE_RUBYGEMS=	yes
20
USE_RUBYGEMS=	yes
21
RUBYGEM_AUTOPLIST=  yes
21
RUBYGEM_AUTOPLIST=	yes
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (rubygem/net-sftp-2.0.1.gem) = 27ec40bf2026e772258f559045e3aae0
1
MD5 (rubygem/net-sftp-2.0.2.gem) = 1153ab84a10a17f6eec187e456fab71c
2
SHA256 (rubygem/net-sftp-2.0.1.gem) = 66390a735f9448e19e925d23ad80f1181f68c23fa462a49111552e2b1c263230
2
SHA256 (rubygem/net-sftp-2.0.2.gem) = d67f4a3e0c306f6be83f1fc55da022441d137b2ef779d749a9b707ca7f98c482
3
SIZE (rubygem/net-sftp-2.0.1.gem) = 61440
3
SIZE (rubygem/net-sftp-2.0.2.gem) = 60928

Return to bug 133528