diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-12 22:26:55 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-12 22:26:55 +0000 |
commit | 06f9d9cb622cde9f852f96073809f163157e42d7 (patch) | |
tree | f1e702522d8715b28cade89656f7c6cb1aa6b290 /security/ruby-password | |
parent | b3c7a362abd27fbe1cad18515c43c0b06ef265c1 (diff) |
Notes
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 be4b5d3ea1be..1461b3e247e1 100644 --- a/security/ruby-password/Makefile +++ b/security/ruby-password/Makefile @@ -7,7 +7,7 @@ PORTNAME= password PORTVERSION= 0.5.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security ruby MASTER_SITES= http://www.caliban.org/files/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby library to create, verify and manipulate passwords -LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib +LIB_DEPENDS= crack.10:${PORTSDIR}/security/cracklib RUN_DEPENDS= rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios USE_RUBY= yes |