head	1.22;
access;
symbols
	RELEASE_8_3_0:1.21
	RELEASE_9_0_0:1.21
	RELEASE_7_4_0:1.20
	RELEASE_8_2_0:1.20
	RELEASE_6_EOL:1.19
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5;
locks; strict;
comment	@# @;


1.22
date	2012.11.17.06.01.19;	author svnexp;	state Exp;
branches;
next	1.21;

1.21
date	2011.06.26.03.21.26;	author pgollucci;	state Exp;
branches;
next	1.20;

1.20
date	2010.12.08.20.48.18;	author pgollucci;	state Exp;
branches;
next	1.19;

1.19
date	2010.09.22.02.55.08;	author pgollucci;	state Exp;
branches;
next	1.18;

1.18
date	2010.09.13.23.27.41;	author pgollucci;	state Exp;
branches;
next	1.17;

1.17
date	2010.09.09.19.12.55;	author pgollucci;	state Exp;
branches;
next	1.16;

1.16
date	2010.04.27.22.55.21;	author pgollucci;	state Exp;
branches;
next	1.15;

1.15
date	2009.12.09.08.26.29;	author pgollucci;	state Exp;
branches;
next	1.14;

1.14
date	2009.04.10.06.25.44;	author pgollucci;	state Exp;
branches;
next	1.13;

1.13
date	2009.04.09.00.11.37;	author pgollucci;	state Exp;
branches;
next	1.12;

1.12
date	2008.06.27.23.10.53;	author araujo;	state Exp;
branches;
next	1.11;

1.11
date	2008.04.06.08.58.16;	author stas;	state Exp;
branches;
next	1.10;

1.10
date	2007.07.10.07.47.26;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2007.03.01.12.06.49;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2006.08.08.11.35.24;	author jmelo;	state Exp;
branches;
next	1.7;

1.7
date	2006.04.26.09.18.48;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2006.03.22.12.01.30;	author garga;	state Exp;
branches;
next	1.5;

1.5
date	2006.02.20.01.36.51;	author mnag;	state Exp;
branches;
next	1.4;

1.4
date	2006.01.29.12.05.34;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2006.01.21.20.25.06;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2006.01.20.14.08.45;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2006.01.18.07.27.09;	author pav;	state Exp;
branches;
next	;


desc
@@


1.22
log
@Switch exporter over
@
text
@# New ports collection makefile for:	rubygem-net-sftp
# Date created:				14 January 2006
# Whom:					Roderick van Domburg <r.s.a.vandomburg@@student.utwente.nl>
#
# $FreeBSD: head/security/rubygem-net-sftp/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	net-sftp
PORTVERSION=	2.0.5
PORTREVISION=	1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	Implementation of the SFTP client protocol

RUN_DEPENDS=	rubygem-net-ssh>=2.0.9:${PORTSDIR}/security/rubygem-net-ssh

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>
@


1.21
log
@- Update to 0.9.6
- Unbreak with ruby 1.9   <=0.9.5  doesn't build with ruby 1.9
- Development of ruby's termios has moved
- Name changed to termios -> ruby-termios
- Bump PORTREVISION on ports with dependency changes

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
Checked by:     make index
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.20
log
@- Fix dependency versions
@
text
@d10 1
@


1.19
log
@- Update to 2.0.5

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d16 1
a16 1
RUN_DEPENDS=	rubygem-net-ssh>=2.0.2:${PORTSDIR}/security/rubygem-net-ssh
@


1.18
log
@- Update to 2.0.4

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d9 1
a9 1
PORTVERSION=	2.0.4
@


1.17
log
@RF -> RG Conversion (Part III)

With Hat:       ruby@@
Tested by:      make checksum
@
text
@d9 1
a9 1
PORTVERSION=	2.0.3
@


1.16
log
@- Re-assign all my rubygem-* ports to ruby@@
  this gives us more eyes and brings us inline with perl@@

  Current ruby@@ members (stas, dinoex, pgollucci)
  http://wiki.freebsd.org/Ruby

Discussed with: stas on #bsdports
@
text
@d11 1
a11 2
MASTER_SITES=	RF
MASTER_SITE_SUBDIR=	net-ssh
@


1.15
log
@- Update to 2.0.3
@
text
@d14 1
a14 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


1.14
log
@- Update the capistrano related stack
- Pass maintainer to submitter (me)

PRs:            ports/133528, ports/133529, ports/133530
Approved by:    previous maintainer
@
text
@d9 1
a9 1
PORTVERSION=	2.0.2
@


1.13
log
@- convert to RUBYGEM_AUTOPLIST
  remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
  (this c/should be handled better in bsd.*.mk)

other deltas specific to individual ports:
  audio/rubygem-mp3info     - unbreak, fix packaging, bump PORTREVISION
  devel/rubygem-rapt        - adopt
  devel/rubygem-rspec       - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
  devel/rubygem-ruby2ruby   - add #' for vim highlight
  graphics/rubygem-extifr   - drop PORTREVISION=0
  graphics/rubygem-gd2      - add #' for vim highlight
  www/rubygem-rubyfulsoup   - swap GEM_NAME / DISTNAME for constistency

Sponsored by:   RideCharge Inc.
Tested on:      RideCharge's Tinderbox
Reviewed by:    stas
@
text
@d9 1
a9 1
PORTVERSION=	2.0.1
d14 1
a14 1
MAINTAINER=	r.s.a.vandomburg@@nedforce.nl
d17 1
a17 1
RUN_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/net-ssh-2.0.2.gemspec:${PORTSDIR}/security/rubygem-net-ssh
@


1.12
log
@- Update to 2.0.1.
- User RF macro.

PR:		ports/125028
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Approved by:	Roderick van Domburg <r.s.a.vandomburg@@nedforce.nl> (maintainer)
@
text
@d21 1
@


1.11
log
@- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
  ruby 1.9 distribution already). Also move gem bits from
  ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
  on gems or rake you should define USE_RUBYGEMS/USE_RAKE
  accordingly. Also RAKE_BIN variable is provided for
  pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
  on ruby.

Discussed with:	Jonathan Weiss <jw@@innerewut.de> [1] (gems maintainer)
Tested by:	ports@@
@
text
@d9 1
a9 2
PORTVERSION=	1.1.0
PORTREVISION=	2
d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
d17 1
a17 1
RUN_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/net-ssh-1.1.2.gemspec:${PORTSDIR}/security/rubygem-net-ssh
@


1.10
log
@- Fix Depends after rubygem-net-ssh
- Update maintainer mail adress

PR:		114043
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@@nedforce.nl> (maintainer)
@
text
@d20 4
a23 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>
@


1.9
log
@- Fix dependes with ports/109666 update

PR:             109666
Submitted by:   Alexander Logvinov <ports@@logvinov.com>
Approved by:    maintainer
@
text
@d10 1
a10 1
PORTREVISION=	1
d15 1
a15 1
MAINTAINER=	r.s.a.vandomburg@@student.utwente.nl
d18 1
a18 4
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."
@


1.8
log
@- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.

Approved by:	portmgr (erwin)
@
text
@d10 1
d18 1
a18 1
RUN_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/net-ssh-1.0.9.gemspec:${PORTSDIR}/security/rubygem-net-ssh
@


1.7
log
@- Update net-ssh to 1.0.9

PR:		ports/95883
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@@student.utwente.nl> (maintainer)
@
text
@d11 2
a12 1
MASTER_SITES=	http://rubyforge.org/frs/download.php/7928/
@


1.6
log
@- Use ECHO_MSG instead ECHO

PR:		ports/94806
Submitted by:	maintainer
@
text
@d16 1
a16 1
RUN_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/net-ssh-1.0.8.gemspec:${PORTSDIR}/security/rubygem-net-ssh
@


1.5
log
@- Fix dependency because update security/rubygem-net-ssh
@
text
@d19 1
a19 1
	@@${ECHO} "You may safely ignore any 'Skipping require of dynamic string' messages."
@


1.4
log
@- Chase net-ssh update
@
text
@d16 1
a16 1
RUN_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/net-ssh-1.0.7.gemspec:${PORTSDIR}/security/rubygem-net-ssh
@


1.3
log
@- Populate newly created rubygems category
@
text
@d16 1
a16 1
RUN_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/net-ssh-1.0.6.gemspec:${PORTSDIR}/security/rubygem-net-ssh
@


1.2
log
@- Update net-ssh to 1.0.6

PR:		ports/92047
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@@student.utwente.nl> (maintainer)
@
text
@d10 1
a10 1
CATEGORIES=	security ruby
@


1.1
log
@Net::SFTP is a pure Ruby implementation of the SFTP client protocol
(versions 1 through 5).

PR:		ports/91829
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@@student.utwente.nl>
@
text
@d16 1
a16 1
RUN_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/net-ssh-1.0.5.gemspec:${PORTSDIR}/security/rubygem-net-ssh
@

