Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2016 20:40:53 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413911 - head/security/ruby-password
Message-ID:  <201604232040.u3NKer6s011475@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Apr 23 20:40:53 2016
New Revision: 413911
URL: https://svnweb.freebsd.org/changeset/ports/413911

Log:
  security/ruby-password: convert to USES=shebangfix and mark broken

Modified:
  head/security/ruby-password/Makefile

Modified: head/security/ruby-password/Makefile
==============================================================================
--- head/security/ruby-password/Makefile	Sat Apr 23 20:32:03 2016	(r413910)
+++ head/security/ruby-password/Makefile	Sat Apr 23 20:40:53 2016	(r413911)
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604232040.u3NKer6s011475>