diff options
| author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-26 03:21:27 +0000 |
|---|---|---|
| committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-26 03:21:27 +0000 |
| commit | 333962fb94086dec5f79ac10da278ba40e60dd62 (patch) | |
| tree | 2e105f41f6033101374e55fe63800c17435b5a3e /security/ruby-password | |
| parent | - Fix one problem (diff) | |
- 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
Notes
Notes:
svn path=/head/; revision=276410
Diffstat (limited to 'security/ruby-password')
| -rw-r--r-- | security/ruby-password/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ruby-password/Makefile b/security/ruby-password/Makefile index ad60410c0db9..e734fd2ba078 100644 --- a/security/ruby-password/Makefile +++ b/security/ruby-password/Makefile @@ -7,7 +7,7 @@ PORTNAME= password PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ruby MASTER_SITES= http://www.caliban.org/files/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ MAINTAINER= stas@FreeBSD.org COMMENT= A Ruby library to create, verify and manipulate passwords LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib -RUN_DEPENDS= ${LOCALBASE}/${SADIR}/termios.so:${PORTSDIR}/comms/ruby-termios +RUN_DEPENDS= rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios USE_RUBY= yes USE_RUBY_EXTCONF= yes |
