summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-04-23 20:40:53 +0000
committerSteve Wills <swills@FreeBSD.org>2016-04-23 20:40:53 +0000
commit99e1169c5f2b881f8915a50ca909f43bf12a982b (patch)
tree6ac4c58fc468ddf3fc655df0dacc9010b0d9dcb3 /security
parentmail/lens: convert to USES=shebangfix and mark broken (diff)
security/ruby-password: convert to USES=shebangfix and mark broken
Notes
Notes: svn path=/head/; revision=413911
Diffstat (limited to 'security')
-rw-r--r--security/ruby-password/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/security/ruby-password/Makefile b/security/ruby-password/Makefile
index 4c18a996be98..b29bf36ba4c2 100644
--- a/security/ruby-password/Makefile
+++ b/security/ruby-password/Makefile
@@ -3,7 +3,7 @@
PORTNAME= password
PORTVERSION= 0.5.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= security ruby
MASTER_SITES= http://www.caliban.org/files/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -17,9 +17,13 @@ OPTIONS_DEFINE= DOCS EXAMPLES
LIB_DEPENDS= libcrack.so:security/cracklib
RUN_DEPENDS= rubygem-ruby-termios>=0:comms/rubygem-ruby-termios
+BROKEN_RUBY22= yes
+BROKEN_RUBY23= yes
+
USE_RUBY= yes
+USES= shebangfix
USE_RUBY_EXTCONF= yes
-RUBY_SHEBANG_FILES= example/*
+SHEBANG_FILES= example/*
SADIR= lib/ruby/site_ruby/${RUBY_VER}/${RUBY_ARCH}
CONFIGURE_ARGS= --with-crack-dict="${LOCALBASE}/libdata/cracklib/cracklib-words.pwd"